<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
24781619-1cff-4ffa-8f88-b1d406b36a85|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="24781619-1cff-4ffa-8f88-b1d406b36a85">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="62750" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-06T00:00:00" End="2026-06-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="saad.asaishtravels@gmail.com" Password="Revelon123$" RequestedCurrency="GBP" ClientNationality="PK" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
24781619-1cff-4ffa-8f88-b1d406b36a85|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
24781619-1cff-4ffa-8f88-b1d406b36a85|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
24781619-1cff-4ffa-8f88-b1d406b36a85|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:103d6246-aae6-4324-8049-f381bdd92c06
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
24781619-1cff-4ffa-8f88-b1d406b36a85|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-03T08:09:14.463442+01:00" Version="0" EchoToken="Search" TransactionIdentifier="24781619-1cff-4ffa-8f88-b1d406b36a85" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="8.48" OriginalAmount="8.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1420921563536" Longitude="101.69785533251" StarRating="2" HotelCode="404299|2264535" HotelName="Oasis Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125A Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/f6/a2f61567aff24e4f2ce4fc88d4b0b1bfcaf7953d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.27" OriginalAmount="9.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14619422" Longitude="101.70066692" StarRating="0" HotelCode="741440|kl_city_lodge_" HotelName="KL City Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Concierge,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16A Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2b/272b06a5f024ed2e7857d338521cc33256c79d1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chinatown, KL City Lodge promises a relaxing and wond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.05" OriginalAmount="9.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.02488" Longitude="101.716036" StarRating="2" HotelCode="|153846" HotelName="Sun Inns D'mind 2 Seri Kembangan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, Jalan Dagang Sb 4/2, Taman Sg Besi Indah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/4/6/153846_est.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has WiFi (free of charge) and a restaurant. SITUATION: This hotel Minas Waterfront Business Park it is situated 1 kilometre away from Mid Valley City it is 15 minutes drive away from Where clients can find dining facilities, shopping areas, leisure areas and the business area. the hotel Putrajaya it is 10 minutes drive away from Sunway Lagoon and las Torres Petronas it is 25 minutes drive away from it is 40 minutes drive away from Kuala Lumpur Airport. ROOM: The rooms have an air-conditioning system, a fan, a flat-screen television, a direct line telephone, a bathroom with a shower, a hairdryer and hot water. On request, the establishment offers an iron and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.05" OriginalAmount="9.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16725" Longitude="101.69807" StarRating="2" HotelCode="|235587" HotelName="O Shalimar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>510-512 Jalan Tuanku Abdul Rahman First Floor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/8/7/235587_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.09" OriginalAmount="9.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14560472" Longitude="101.70984469" StarRating="3" HotelCode="597155|2381765" HotelName="ABS Bintang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 &amp; 87 Jalan Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/76/ea764a94c47044f01270b967965cc35f4c0ea48c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.14" OriginalAmount="9.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.22443" Longitude="101.67127" StarRating="3" HotelCode="|592161" HotelName="Sun Inns Batu Caves" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Seri Utara 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/2/1/6/1/592161_90e030b2012.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.25" OriginalAmount="9.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.806111" Longitude="101.715471" StarRating="2" HotelCode="|398376" HotelName="Oyo 414 Adiff Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Bunga Raya 2, Bandar Baru Salak Tinggi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/7/6/398376_b68cc710714.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.30" OriginalAmount="10.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20625" Longitude="101.72054" StarRating="0" HotelCode="|235459" HotelName="Fast Setapak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 26, Jalan 8/23E. Taman Danau Kota, Off Jalan Genting Klang, Setapak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/5/9/235459_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.66" OriginalAmount="10.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21326" Longitude="101.71204" StarRating="0" HotelCode="|235702" HotelName="Fast Idaman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 34-3, Jalan Jernai 3, Medan Idaman Business Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/0/2/235702_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.01" OriginalAmount="10.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1769032" Longitude="101.6878119" StarRating="2" HotelCode="|398360" HotelName="OYO 724 Hotel Madras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>343 Jalan Ipoh, 2 1/2 Mile</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/6/0/398360_5c5b6b20712.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.02" OriginalAmount="10.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14488" Longitude="101.6986" StarRating="3" HotelCode="|394201" HotelName="Tang City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95-97 JLN SULTAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/0/1/394201_257bd6f1057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.29" OriginalAmount="10.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15815839" Longitude="101.75039774" StarRating="2" HotelCode="915306|2261455" HotelName="Ampang Point Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 &amp; 19 Level 1,2,3, Jalan Mamanda 5, Ampang Point, KLCC Ampang, Kuala Lumpur, Selangor 68000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a1/1da188bc8bcd469ea75c7d108ef48b2d0e8e1ea1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11.33" OriginalAmount="11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17694321" Longitude="101.68781733" StarRating="2" HotelCode="852206|388006" HotelName="Madras Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>343 km 4, 51100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/d1/f5d167fb6716bdfe42520427d55dc05ebbcc81fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21033683" Longitude="101.74676539" StarRating="2" HotelCode="321138|new_wave_hotel_sdn_bhd_melawati_h2" HotelName="New Wave Hotel Melawati" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>284 Jalan Bandar 11, Taman Melawati, 53100 Kuala lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/08/5b08a244afb4e932298310ae638e6f3c1459d7ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Rawang New Wave Hotel is just 6 km from Ampang Point Shopping Centre. It provides free p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1453871897669" Longitude="101.6966304849" StarRating="2" HotelCode="380852|the_explorers_guesthouse" HotelName="The Explorers Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>128 &amp; 130 Jalan Tun H S Lee, 50000 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ee/f4eee80ffff953482a8b7725e13eeb4c2ec7e883.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1656590319992" Longitude="101.69608458455" StarRating="3" HotelCode="438006|rafee_hotel_kuala_lumpur" HotelName="Hotel Grand Mutiara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/0a/f30a989a65fbb3bf60e4aef7cb0f9a51453d221c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16330971" Longitude="101.69882557" StarRating="2" HotelCode="553339|shalimar" HotelName="Shalimar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>510-512 Jalan Tuanku Abdul Rahman, First Floor, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/fa/7cfa034c29d137bf46a92cc7efb05ee140503f8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.2016792" Longitude="101.67097806" StarRating="2" HotelCode="563759|hotel_de_ideal" HotelName="Hotel De Ideal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>B-G-13 Pusat Komersial, Jalan Kuching Boulevard Business Park, 115 Jalan Kepayang Off Jalan Kuching, 50250 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/0b/e40b122595e4a155352323c903bfbaf229f5df78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.40" OriginalAmount="11.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17645" Longitude="101.69934" StarRating="2" HotelCode="|234824" HotelName="Swing &amp; Pillows - KL Pekeliling" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3, Jalan Sarikei, Off Jalan Pahang Barat,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/8/2/4/234824_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.52" OriginalAmount="11.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1454" Longitude="101.69662" StarRating="0" HotelCode="|189096" HotelName="The Explorers Guesthouse and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 128 and 130 Jalan Tun H.S Lee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/9/6/189096_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.54" OriginalAmount="11.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.32128" Longitude="101.57573" StarRating="2" HotelCode="|606137" HotelName="New Rawang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 105-A Jalan Maxwell</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/1/3/7/606137_88620880032.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.55" OriginalAmount="11.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14761" Longitude="101.71104" StarRating="2" HotelCode="|188484" HotelName="33 Star by The Sqwhere" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 56 y 58, Bangunan Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/8/4/188484_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.63" OriginalAmount="11.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1458569" Longitude="101.702258" StarRating="2" HotelCode="|188719" HotelName="Kameleon Travellers Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 60, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/9/188719_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.73" OriginalAmount="11.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1937" Longitude="101.66949" StarRating="2" HotelCode="|238758" HotelName="De Ideal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B-G-13 Boulevard Business Park 115 Jl. Kepayang, off Jl. Kuching</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/7/5/8/238758_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.73" OriginalAmount="11.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.22651" Longitude="101.67137" StarRating="1" HotelCode="|196209" HotelName="Oyo 766 Times Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 22, Jalan Seri Utara 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/2/0/9/196209_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.76" OriginalAmount="11.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1425" Longitude="101.698" StarRating="2" HotelCode="|397393" HotelName="OYO 761 City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118-120 Jalan Petaling,City Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/9/3/397393_ef4890b1115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.81" OriginalAmount="11.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.9817695" Longitude="101.6522613" StarRating="2" HotelCode="|398370" HotelName="OYO 502 Midah Inn Puchong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN SURIA PUCHONG 1 PUCHONG GATEWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/7/0/398370_f7d2d1a0703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.90" OriginalAmount="11.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14648604018" Longitude="101.69605462702" StarRating="2" HotelCode="305896|2264455" HotelName="Leo Leisure Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/34/22345caf5a948f59f94d334bcbdd0c049bfa21d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.91" OriginalAmount="11.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.073614" Longitude="101.601321" StarRating="1" HotelCode="|398351" HotelName="Golden Night Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.18, Jalan PJS 10/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/5/1/398351_24eb2be0744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.04" OriginalAmount="11.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142707" Longitude="101.69791333333" StarRating="2" HotelCode="901204|2263405" HotelName="My City Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Jalan Petaling, City Centre, 50000 Kuala Lumpur, Federal Territory of Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/3c/163c2749f3b5ad6a952963d145ff7416580473e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.05" OriginalAmount="11.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.32079" Longitude="101.57721" StarRating="2" HotelCode="|606128" HotelName="New Wave Rawang Star" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 41, Jalan Bandar rawang 15, Bandar Baru Rawang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/1/2/8/606128_82c571f0026.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.07" OriginalAmount="11.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14547965" Longitude="101.70839229" StarRating="2" HotelCode="584543|2537315" HotelName="Hotel Elwarda KL City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>42-3D Jalan Alor, 3rd Floor, Wisma City Tower, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3d/0f3dc40f5fe953a27d80b31830017c2ccf38f2af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.16" OriginalAmount="11.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14655" Longitude="101.708" StarRating="3" HotelCode="|397850" HotelName="D'lima Inn Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO-48, Tengkat Tong Shin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/8/5/0/397850_3a9e29c0710.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.18" OriginalAmount="11.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16235" Longitude="101.64938" StarRating="2" HotelCode="|196081" HotelName="New Wave Sri Hartamas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 15, Jalan 26 / 70A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/8/1/196081_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.27" OriginalAmount="11.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1414234881337" Longitude="101.69719691344" StarRating="2" HotelCode="380853|1225678" HotelName="TheTravel Hub" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5-1 Jalan Balai Polis, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/b0/afb0690e71701cafeabdcf05a01b2bc443556fa0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.34" OriginalAmount="11.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14548" Longitude="101.70844" StarRating="0" HotelCode="|238899" HotelName="Spot On 90138 Elwarda Klcity" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42-3D, 3rd Floor, Jalan Alor Wisma City Tower</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/8/9/9/238899_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16211669" Longitude="101.64936066" StarRating="2" HotelCode="321142|new_wave_sri_hartamas" HotelName="New Wave Hartamas (H1)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Jalan 26/70A, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/ff/89ff6a3e748a39d04ef955d40aaed69bd180d968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17665163" Longitude="101.69936589" StarRating="2" HotelCode="321184|swiss_cottage_hotel" HotelName="Swiss Cottage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Sarikei, off Jalan Pahang Barat, 53000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/e5/36e5fb380f0831e8980b306282badd6ba508e399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.152973131447" Longitude="101.697705681" StarRating="1" HotelCode="338169|perfect_class" HotelName="Perfect Class Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry,Smoking Rooms,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>91A Medan Bunus, Off Jalan Masjid India, 51000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/45/67458c2879cdaf3203bf98b8640d245b4fcfe497.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect Class in Kuala Lumpur is within walking distance to Chinatown Central Market and Merdeka Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20623286" Longitude="101.72059589" StarRating="2" HotelCode="519728|fast_hotel_setapak" HotelName="Fast Hotel Setapak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Jalan 8/23E Taman Danau Kota, Off Jalan Genting Kelang, 53300 Kuala Lumpur, Setapak</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/b1/b1b1727ac16e24f79fb14ebae25dc66bb31f3d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Fast Hotel Setapak in Kuala Lumpur, you'll be close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14479638" Longitude="101.69858683" StarRating="3" HotelCode="585308|tang_city_hotel" HotelName="Tang City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95-97 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/3a/df3a0a6b32daa5ad8f9bcab8a89586a61618aefe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19537631" Longitude="101.63291155" StarRating="0" HotelCode="694838|raintree_hotel_" HotelName="Raintree Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Beauty Salon,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan 7A/62A, Level 3A, Wisma Menjalara, Bandar Manjalara, Kepong, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/e1/dfe19a8356aa289183122c51fa1577c4d7448720.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Raintree Hotel to discover the wonders of Kuala Lumpur. The hotel offers guests a range of s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1291168177167" Longitude="101.71225819567" StarRating="3" HotelCode="915301|leo_express_hotel" HotelName="Leo Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Jalan Sungai Besi, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/26/98262e5e6a6f90787eaa31b9f52266345d2dfdfd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.44" OriginalAmount="12.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14079" Longitude="101.70948" StarRating="0" HotelCode="|234697" HotelName="Revopackers Beds and Bunks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258, Jalan Changkat Thambi Dollah Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/9/7/234697_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.63" OriginalAmount="12.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14281" Longitude="101.69787" StarRating="0" HotelCode="|188917" HotelName="My City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118-120A, Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/1/7/188917_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.63" OriginalAmount="12.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14119" Longitude="101.69768" StarRating="2" HotelCode="|189101" HotelName="Travel Hub Highstreet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13-1, Jalan Balai Polis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/0/1/189101_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.69" OriginalAmount="12.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.192544" Longitude="101.625799" StarRating="2" HotelCode="|391491" HotelName="Sun Inns Hotel Kepong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 25 &amp; 27, Jalan Medan Putra 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/9/1/391491_7289ce41042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.73" OriginalAmount="12.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21171956" Longitude="101.64592574" StarRating="2" HotelCode="852052|3122845" HotelName="Fumah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 &amp; 3 Jalan Ambong 2, Kepong Baru, 52100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/7c/ac7cfbff9706969fdb7f2d914a7ef4dde2fd186c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.79" OriginalAmount="12.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.075112" Longitude="101.611837" StarRating="2" HotelCode="|178564" HotelName="Sun Inns Sunway Mentari 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Pjs 8/5, Dataran Mentari, Bandar Sunway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/6/4/178564_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.82" OriginalAmount="12.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.03007" Longitude="101.70544" StarRating="2" HotelCode="|606142" HotelName="ARK Seri Kembangan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 40, Jalan SR 1/9, Taman Serdang Raya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/1/4/2/606142_8e716da0038.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.86" OriginalAmount="12.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1458900876734" Longitude="101.70197078515" StarRating="3" HotelCode="304399|1030978" HotelName="Sandpiper Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/c2/95c2ecfb1996e02ad79cfbbcd33f51ad8c0be12f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.86" OriginalAmount="12.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14343" Longitude="101.743968" StarRating="0" HotelCode="|188489" HotelName="Ampang Business" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-15, Jalan Pandan Prima 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/8/9/188489_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.15" OriginalAmount="12.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143984" Longitude="101.695774" StarRating="2" HotelCode="|402231" HotelName="Oyo 552  Kl Centre Point" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/2/3/1/402231_11ddb501041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.23" OriginalAmount="12.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14486" Longitude="101.69576" StarRating="0" HotelCode="|188734" HotelName="Leo Leisure At Central Market" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6, Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/3/4/188734_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.32" OriginalAmount="12.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19542" Longitude="101.632869" StarRating="0" HotelCode="|464591" HotelName="Raintree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16,Level 3A,Wisma Menjalara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/5/9/1/464591_dc21bcd0844.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.35" OriginalAmount="12.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14846" Longitude="101.697301" StarRating="2" HotelCode="|391460" HotelName="Yy48" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 48 Jalan Tun Perak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/6/0/391460_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14426309" Longitude="101.6975583" StarRating="2" HotelCode="321152|petaling_street_hotel" HotelName="Petaling Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>55 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/a2/e8a2cb893b06821ce8c11cf437de35170da58368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14399620615" Longitude="101.69777580154" StarRating="3" HotelCode="145961|hotel_china_town_inn" HotelName="China Town Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/a0/5ba04a599257d4054ba5b5a94ddf49a20d064801.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Kuala Lumpur's Chinatown. Chinatown Market is right in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.177822" Longitude="101.686382" StarRating="2" HotelCode="187984|bestotel" HotelName="SCC Hotel City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>368 Jalan Sultan Azlan Shah, 2 ½ mile Jalan Ipoh, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/b0/b6b0feb34da951341f99076f411762740551551c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16735535" Longitude="101.69920166" StarRating="3" HotelCode="321279|crossroads_hotel_2" HotelName="Crossroads Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/06/59067ec26ecb8b41e7f0f9a084ea76b044cf5d41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1489017067468" Longitude="101.69674617093" StarRating="1" HotelCode="341297|w_hotel_8" HotelName="W Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Tun Perak, City Centre, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/25/fa254c6ea9f54a3845fe5ee84e6d800b2d18c585.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Happy Holiday Hotel is located at Jalan Tun Perak just only a few meter from Masjid Jamek LRT statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1410635883094" Longitude="101.70913660531" StarRating="2" HotelCode="384843|orkid_inn_pudu" HotelName="Revopackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>258 Jalan Changkat Thambi Dollah, Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/0c/650c35df880a35230f68e16ef5915c8cb7c020da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14421725" Longitude="101.69592191" StarRating="3" HotelCode="876912|oyo_552_hotel_kl_centre_point" HotelName="Hotel KL Centre Point By OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Unit 56 Jalan Hang Kasturi, First Floor, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/2b/652b13c9ac6f5159526252477660ab5994eb02ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21036406" Longitude="101.61534138" StarRating="3" HotelCode="867056|silver_sky_hotel_2" HotelName="Silver Sky Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3.2A Jalan Desa 2/2, Desa Aman Puri, 52100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/5b/715bf59dca6b3c977682a5a3880b225d61c3a168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.40" OriginalAmount="13.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12958" Longitude="101.67974" StarRating="0" HotelCode="|236366" HotelName="The Bodhi Lodge -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18A, Jalan Kemuja, Bangsar Utama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/3/6/6/236366_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.43" OriginalAmount="13.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14253721" Longitude="101.74146111" StarRating="2" HotelCode="341534|1194428" HotelName="Ampang Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-15 Jalan Pandan Prima 1, Dataran Pandan Prima, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/18/5218f569b54caa6a73ce9faeb66a1b50cca6d01f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.44" OriginalAmount="13.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144154" Longitude="101.698669" StarRating="0" HotelCode="|397699" HotelName="Nan Yeang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>87, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/9/9/397699_7fbb2ce0835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.52" OriginalAmount="13.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.31884" Longitude="101.57764" StarRating="2" HotelCode="|397502" HotelName="Rawang Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 3A, Jalan BR 10, Bandar Baru Rawang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/5/0/2/397502_9264cac1254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.54" OriginalAmount="13.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12609" Longitude="101.70956" StarRating="2" HotelCode="|189103" HotelName="Swing &amp; Pillows - KL Sg Besi formerly known as U Pac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2, Jalan Lapangan Permai 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/0/3/189103_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.85" OriginalAmount="13.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.049026" Longitude="101.585881" StarRating="0" HotelCode="|398129" HotelName="Best View Boutique Hotel Taipan USJ" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 1,3 &amp; 5, Jalan USJ 10/1A, USJ Taipan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/1/2/9/398129_988d41d0828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.94" OriginalAmount="13.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1260265616631" Longitude="101.7096662875" StarRating="2" HotelCode="341778|1234888" HotelName="U Pac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-6 Jalan Lapangan Permai 1, Off Jalan Sungai Besi batu 2, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/41/1f414f03078252e9db64a62c1961524c4e5ab55f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.07" OriginalAmount="13.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14895" Longitude="101.69679" StarRating="3" HotelCode="|396805" HotelName="AL Amin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Tun Perak Wisma Lau Chung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/8/0/5/396805_b4a8bec1340.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.19" OriginalAmount="13.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1291713" Longitude="101.7121929" StarRating="3" HotelCode="|177268" HotelName="Leo Express" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59-65, Jalan Sungai Besi,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/7/2/6/8/177268_1_1377.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.21" OriginalAmount="13.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1619303878901" Longitude="101.6490413557" StarRating="2" HotelCode="341535|1194358" HotelName="Hartamas Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Jalan 27/70A, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/9f/b69f11a58da42ce4e497016126f147e777944b79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.24" OriginalAmount="13.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14568" Longitude="101.70247" StarRating="2" HotelCode="|188720" HotelName="Kawana Tourist Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.68, Jalan Pudu Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/2/0/188720_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.33" OriginalAmount="13.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15207" Longitude="101.69693" StarRating="1" HotelCode="|188948" HotelName="Spot On 89962 Perfect Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91A, Medan Bunus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/4/8/188948_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.35" OriginalAmount="13.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13202" Longitude="101.68813" StarRating="2" HotelCode="|234391" HotelName="Pods The Backpackers Home And Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>G-6, No 30 Jalan Thambipillay, Brickfields</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/3/9/1/234391_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146628" Longitude="101.708565" StarRating="2" HotelCode="|524669" HotelName="Red Velvet Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Rembia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/6/9/524669_6a418510930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1296158512296" Longitude="101.7151916027" StarRating="3" HotelCode="187201|onestop_residence_hotel" HotelName="One-Stop Residence Hotel &amp; Office" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Metro Pudu, Gate 3, Main Lobby, Metro Mall, Fraser Business Park, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/bb/bebb1241a56374e60e0ab1e9d31208af3d1f0196.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 4 km away from KLCC and 3 km away from Bukit Bintang Shopping Paradise. It provides gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1488638043941" Longitude="101.69724811539" StarRating="3" HotelCode="380850|hotel_1915" HotelName="Hotel 1915 Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>49 Jalan Leboh Ampang, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/ab/37ab8544d96361a340b9599b02adea687d3da52f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485017193025" Longitude="101.69749998933" StarRating="3" HotelCode="345723|yy48_hotel" HotelName="YY48 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Jalan Tun Perak, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/73/b67336fee8f84ddc3e89cad3648cf5c0bea6a01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;YY48 Hotel is a popular choice amongst travelers in Kuala Lumpur, whether exploring or just passing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16702382" Longitude="101.6962541" StarRating="0" HotelCode="756617|new_eastern_hotel_" HotelName="New Eastern Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>152-A Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/63/c36306b473f1dbcdf79786621bf13f08e7ce7364.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Chowkit / Putra WTC, New Eastern Hotel is a perfect starting point from which to explore ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.02604" Longitude="101.72496818" StarRating="0" HotelCode="835762|mine" HotelName="Mine Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Sungai Besi Indah 5/2, Seri Kembangan, Balakong, 43300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/75/4975199612228ab757419d800e9b108bd13447b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Seri Kembangan / Balakong, Mine Hotel is a perfect starting point from which to explore K...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13339674" Longitude="101.71473735" StarRating="0" HotelCode="741426|golden_asean_" HotelName="Golden Asean Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>520-522 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/84/02844738a0fca8c7b417a5d72b35d2615a9f399a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Golden Asean Hotel to discover the wonders of Kuala Lumpur. Offering a variety of facilities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.44" OriginalAmount="14.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17755" Longitude="101.68684" StarRating="2" HotelCode="|232180" HotelName="Scc City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 368, Jalan Sultan Azlan Shah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/1/8/0/232180_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.44" OriginalAmount="14.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14242" Longitude="101.69749" StarRating="0" HotelCode="|235151" HotelName="City Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 11, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/1/5/1/235151_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.50" OriginalAmount="14.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.209907" Longitude="101.747501" StarRating="2" HotelCode="|402682" HotelName="ARK Taman Melawati Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>261, Jalan Bandar 12, Taman Melawati</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/6/8/2/402682_691a0eb1221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.51" OriginalAmount="14.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1517292525529" Longitude="101.69577947976" StarRating="3" HotelCode="542843|2537195" HotelName="Adya Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21-2 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/2d/e92dd578321aee3acbbdc7fe3d17abcd814235e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.51" OriginalAmount="14.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1434203816753" Longitude="101.70755831466" StarRating="3" HotelCode="915313|1161408" HotelName="Golden Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>174-176 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/1e/ab1e2ffa2e1dca934ad9a8e4a033a5625f679fe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.67" OriginalAmount="14.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14571" Longitude="101.70201" StarRating="3" HotelCode="|188596" HotelName="99 Pudu Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44A-44B, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/9/6/188596_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.70" OriginalAmount="14.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19954819" Longitude="101.58483333" StarRating="2" HotelCode="321141|2280645" HotelName="New Wave Sg Buloh - DD" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>A201 Jalan PJU 10/2A, Damansara Damai, Sungai Buloh, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/f0/22f0a0b0e48ffc034fe609198f73f2d2aca81bb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.77" OriginalAmount="14.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145943" Longitude="101.701654" StarRating="3" HotelCode="305892|1519268" HotelName="Hotel 99 Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44A - 44B Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/09/b4099d678eee33d0b167f679fdc2e70e0efb8f98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.77" OriginalAmount="14.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14243149" Longitude="101.6973262" StarRating="2" HotelCode="548964|2253745" HotelName="City Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/9c/399c3136f1a6b8adc8e487564d6f7ec89fcd90c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.02" OriginalAmount="14.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143951" Longitude="101.697858" StarRating="2" HotelCode="|178298" HotelName="China Town 2 Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70-72 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/2/9/8/178298_1_6000.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.09" OriginalAmount="14.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139257" Longitude="101.709843" StarRating="3" HotelCode="904612|227056" HotelName="Sentral Pudu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.310 Jalan Pudu, Off Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/32/9332b545ff34951837770e3395bfc79e5e626627.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a prime location in Kuala Lumpur, located within a 10-minute walk of Times Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.34" OriginalAmount="14.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19755487" Longitude="101.72074112" StarRating="3" HotelCode="553598|3121915" HotelName="Worldview Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29-35 Jalan 10/23A, Medan Makmur, 53200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/4f/f24f3415f0730806c4d66ca6f2a7c7c398de0852.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.34" OriginalAmount="14.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15457" Longitude="101.69644" StarRating="3" HotelCode="|239711" HotelName="T Jalan Tar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157&amp; 159, Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/1/1/239711_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="2" HotelCode="601999|236313" HotelName="Just In Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan 1/154, Taman Bukit Anggerik, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/5c/af5cdad0b87b035ea1dcf03d6846000d40d0f285.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # When you stay at Just In Hotel in Kuala Lumpur, you'll be close to Aeon Cher...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12944444" Longitude="101.67959287" StarRating="2" HotelCode="584983|225895" HotelName="The Bodhi Lodge Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18A Jalan Kemuja, Bangsar Utama, 59000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/90/d390b611b21814b7c86b948ba9fdd94f8abb4464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1365953299055" Longitude="101.70258184789" StarRating="3" HotelCode="211922|ihotel__maharajalela" HotelName="I-Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 Jalan Maharajalela, 50150 Kuala Lumpur, Wilayah Perseketuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/0a/530ae82c8c12914d1a3fad738bb84fc6063f0058.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15457849" Longitude="101.69646311" StarRating="3" HotelCode="519738|thotel_jalan_tar" HotelName="T-Hotel Jalan Tar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>157 &amp; 159 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/16/c4162e2b419e49ab1aafd2b167b030c8a0794909.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14270916" Longitude="101.69654978" StarRating="2" HotelCode="560448|birdnest_collective_cafe_guesthouse" HotelName="Birdnest Collective Cafe &amp; Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Bar,Designated Smoking Area,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>210 Jalan Tun HS Lee, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/7a/867aad18731bfb3d0f041932c7f3ca93efe7f937.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chinatown, Birdnest Collective Cafe &amp; Guesthouse prom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14558682" Longitude="101.70713608" StarRating="1" HotelCode="610825|dorms_kl" HotelName="Dorms KL" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Tengkat Tong Shin, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/8e/908e3bc2518fb90321bf27ac0a0a645e8f2206d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Dorms KL in Kuala Lumpur (Bukit Bintang), you'll be minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16558524" Longitude="101.7017529" StarRating="2" HotelCode="782990|hotel_raja_bot" HotelName="Hotel Raja Bot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Jalan Raja Bot, 78-G 78-M 78-1 78-2 78-3 80-2 80-3, Chow Kit, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/09/e10993efeabe761043463ce6c31a77fba6cca805.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.48" OriginalAmount="15.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1330412630054" Longitude="101.68892632639" StarRating="2" HotelCode="304398|1059388" HotelName="Metro Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Thambypillai, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/2a/462a2eb6939d2f0d1c75808f0f5338790b48856a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.69" OriginalAmount="15.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.166615" Longitude="101.695868" StarRating="2" HotelCode="|456044" HotelName="Seri Putra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 &amp; 52 Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/0/4/4/456044_53d46521707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.80" OriginalAmount="15.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14731" Longitude="101.70947" StarRating="2" HotelCode="|589514" HotelName="MSP" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Berangan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/5/1/4/589514_7ba24ed2043.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.86" OriginalAmount="15.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1518118" Longitude="101.6958198" StarRating="3" HotelCode="|69987" HotelName="Citin Masjid Jamek By Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LOT N 7 SEKSYEN 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/8/7/69987_e702bbe1659.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 138Â comfortable, modern rooms with an air-conditioning system, cable television, WiFi (free of charge) and a bathroom. FACILITIES: With regards to the food and beverage offering, there isCitin CafÃ© the restaurant local dishes and Western dishes. The establishment also offers internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.99" OriginalAmount="15.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1510832003849" Longitude="101.69651408709" StarRating="3" HotelCode="146010|120504" HotelName="Citin Masjid Jamek" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot No 7, Seksyen 33, Jalan Melayu, Off Jalan Masjid, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/5c/5d5c253f359855b8fa3f87f9185cd9bca76dafc5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Kuala Lumpur’s commercial centre. The hotel is situated less t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.01" OriginalAmount="15.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14661252" Longitude="101.70955892" StarRating="3" HotelCode="419577|2537405" HotelName="Alor Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>79A Changkat Bukit Bintang, (at the junction of Jalan Alor), 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/69/1869aa7ae8c8682a004c35b6ec53cfe2f5e87dda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Alor Boutique Hotel in Kuala Lumpur (Bukit Bintang)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.05" OriginalAmount="15.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09138336" Longitude="101.68840805" StarRating="1" HotelCode="338501|3133725" HotelName="Time Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Kuchai Maju 2, Off Jalan Kuchai Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/e6/cfe673648dbcfaa9c3872b9c05258673f5c317bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.11" OriginalAmount="15.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15157" Longitude="101.69573" StarRating="3" HotelCode="|391707" HotelName="Adya Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 27, Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/0/7/391707_9bbd8e01023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.11" OriginalAmount="15.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14502" Longitude="101.69866" StarRating="0" HotelCode="|235165" HotelName="Sohotown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/1/6/5/235165_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.19" OriginalAmount="15.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17129224" Longitude="101.6953145" StarRating="2" HotelCode="321125|1169118" HotelName="My Home Hotel Pekeliling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Jalan Lumut, Complex Damai, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/f6/44f69f5500e50c9a93d71fdb8b3461ff1e7a4cda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is conveniently situated close to the well-known Putra World Trade Centre and Pet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.21" OriginalAmount="15.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.152474" Longitude="101.696971" StarRating="2" HotelCode="188004|1206338" HotelName="Palace Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 40-46 Jalan Masjid India, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/0e/6d0e14b6a309523df86010533784822addd0ff5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.22" OriginalAmount="15.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451739508158" Longitude="101.71421957619" StarRating="2" HotelCode="915316|1159138" HotelName="Victory 2 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Imbi 114, 114-1, 114-2, 114-3, Mezzanine, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/d1/e2d17e5ce1dbfae1f6b4c3de0d5a521a9f46e0ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Kuala Lumpur, this boutique hotel is ideal for guests who appreciate a styli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.23" OriginalAmount="15.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19778" Longitude="101.72055" StarRating="0" HotelCode="|235695" HotelName="Worldview Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29-35, Jalan 10/23A, Medan Makmur Jalan Usahawan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/6/9/5/235695_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.30" OriginalAmount="15.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.091681" Longitude="101.5434323" StarRating="2" HotelCode="|398361" HotelName="Meria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 22 Block 3 Laman Seri Business Park, Seksyen 13, Shah Alam, Selangor, 40100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/6/1/398361_7c142530744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.34" OriginalAmount="15.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1386055" Longitude="101.7099902" StarRating="2" HotelCode="|397482" HotelName="Yy318  Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>318, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/8/2/397482_00e72801100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.37" OriginalAmount="15.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15846" Longitude="101.75006" StarRating="2" HotelCode="|189061" HotelName="Safari" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 9-12, Jalan Mamanda 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/6/1/189061_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.39" OriginalAmount="15.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1438257" Longitude="101.6977337" StarRating="2" HotelCode="163463|1567258" HotelName="Hotel Chinatown 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70-72 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/0c/3a0c0ca5dd2414e688fdbfb9b36b8df8d0d8d0c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.40" OriginalAmount="15.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.163168" Longitude="101.698211" StarRating="2" HotelCode="|468297" HotelName="Kingston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 405, Wisma Dato' James Tan Yin Wah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/2/9/7/468297_44d382b1128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.42" OriginalAmount="15.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1328318" Longitude="101.7181068" StarRating="2" HotelCode="|203388" HotelName="Zen Rooms Sakura Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>327 &amp; 329 Jalan Tun Razak (Pudu)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/3/8/8/203388_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13529621" Longitude="101.69104738" StarRating="3" HotelCode="362980|royce_hotel_kl_sentral_2" HotelName="Royce Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 &amp; 22 Jalan Tun Sambanthan 3, Brickfields, 50470 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b4/59b498ce5c1c857e7e857789dbe70d3d95f86870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17211784" Longitude="101.69735555" StarRating="3" HotelCode="488858|le_ruiz_boutique_hotel" HotelName="Le Ruiz Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Cemur, Off Jalan Pekeliling Lama, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/77/9a77c74346c6169cddb921a12296be79c809dfd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuala Lumpur. For guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17692997" Longitude="101.68767093" StarRating="2" HotelCode="511725|madras_hotel" HotelName="Madras Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>343 Jalan Sultan Azlan Shah, 2 1/2 Mile Jalan Ipoh, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/89/238915ea9fc20a338a89739b0000bbd229d25ff9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14918968" Longitude="101.69689126" StarRating="2" HotelCode="688816|big_m_hotel" HotelName="Big M Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Garden,Housekeeping,Internet,Shopping Arcade,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Jalan Tun Perak, City Centre, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a7/aba7ace4a96eb11f28ca49ef6a4b8762557eeb9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located conveniently next to Masjid Jamek LRT Station, BIG M Hotel offers accommodation in Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.53" OriginalAmount="16.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13284656" Longitude="101.68870359" StarRating="2" HotelCode="407837|2537235" HotelName="Hotel New Winner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No.11 Jalan Thambipillai, Off Jalan Tun Sambanthan, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/5f/cb5ff8027061cc8dd2617c461d87f9d3ae566133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.56" OriginalAmount="16.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0909" Longitude="101.61485" StarRating="3" HotelCode="|606227" HotelName="Harbour hotel PJ 21" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18, PJ21 Commercial Centre, Jalan SS 3/39, Petaling Jaya, Selangor.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/2/2/7/606227_bca9a2d0024.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.58" OriginalAmount="16.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144649" Longitude="101.70599" StarRating="2" HotelCode="915315|761195" HotelName="My Hotel @ Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/55/c255f113080a74b23395ffafadcb45499d5cfabe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.70" OriginalAmount="16.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133326" Longitude="101.688857" StarRating="2" HotelCode="|153785" HotelName="My  @ Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.51 and 53, Jalan Thambippilay, Brickfields</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/8/5/153785_est.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception, a baggage room, a currency exchange service, a transfer service to the airport, a safety deposit box service and tourist information. SITUATION: This budget hotel is 5 minutes away from La PequeÃ±a India the district of restaurants, is situated 10 minutes walk away from Kuala Lumpur Sentral the Railway Station of el Museo KL the establishment is a 5-minute drive away from it is 15 minutes drive away from Kuala Lumpur the centre of the establishment is a 50-minute drive away from the airport. ROOM: All the rooms have a shower, WiFi (free of charge), wooden floors, an air-conditioning system, a satellite television, a bathroom, kettle, a coffee maker and a kettle. They also have an iron and a hairdryer (available on request).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.94" OriginalAmount="16.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.209929" Longitude="101.616422" StarRating="3" HotelCode="|397617" HotelName="Aman Puri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No P-3-62A, Jalan Desa 2/3, Desa Aman Puri, Sungai Buluh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/1/7/397617_c04d02c1320.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.01" OriginalAmount="16.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13277" Longitude="101.68874" StarRating="0" HotelCode="|196028" HotelName="New Winner" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.11, Jalan Thambipillai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/2/8/196028_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.04" OriginalAmount="16.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1540006572144" Longitude="101.69668704271" StarRating="3" HotelCode="177911|795665" HotelName="Frenz Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Jalan Tuanku Abdul Rahman, Kuala Lumpur 50100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/dc/b6dcd5a5a5bb59fa4f366d6ac00dec6db83aaac7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the hotel's doorstep is the Asian Heritage Row, a stretch of elegant and charming restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1445821" Longitude="101.7060772" StarRating="2" HotelCode="|89477" HotelName="My At Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120, JALAN PUDU,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/7/89477_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15691" Longitude="101.69667" StarRating="3" HotelCode="|196082" HotelName="The Grand Campbell " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dang Wangi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/8/2/196082_1_3326.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15304" Longitude="101.69782" StarRating="1" HotelCode="|196083" HotelName="Super Oyo Capital O 90125 Grand Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>141, Jln Bunus Off Jln Masjid India</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/8/3/196083_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.16" OriginalAmount="16.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13168093" Longitude="101.68740863" StarRating="2" HotelCode="321130|2045305" HotelName="My Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Jalan Thambipillay, Near Singh Chapati, Kl Sentral, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/a6/78a6f581c3456e69f087f96afc2f7fad1d962ac5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.18" OriginalAmount="16.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133537" Longitude="101.688699" StarRating="2" HotelCode="188000|143636" HotelName="My Hotel @ Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/17/c817af16fdc1e6362231bb3fe9316eb5e47c4b6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.18" OriginalAmount="16.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148293" Longitude="101.70901675" StarRating="3" HotelCode="915305|1154518" HotelName="LaComme Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Angsoka, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/0d/5f0d3416c914d1298b3bbf1ebd15daa80a67465e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.25" OriginalAmount="16.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14165" Longitude="101.69793" StarRating="2" HotelCode="|188971" HotelName="Rain Forest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/7/1/188971_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.27" OriginalAmount="16.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139358" Longitude="101.713459" StarRating="3" HotelCode="|397879" HotelName="Venice" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 Lorong Thambi 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/8/7/9/397879_183853e0800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.29" OriginalAmount="16.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14529696" Longitude="101.69762782" StarRating="3" HotelCode="952653|3128335" HotelName="Season Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 &amp;13 Jalan Tun Tan Cheng Lock, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/20/04202a7543d28e302560bd80556cbf642b1c3e79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.38" OriginalAmount="16.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14216497" Longitude="101.69795252" StarRating="3" HotelCode="343073|2253785" HotelName="Rainforest Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>122 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/25/ba250d2bf27f1432bfef3a47e19141f0f832cdd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.38" OriginalAmount="16.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.992864" Longitude="101.574" StarRating="0" HotelCode="|441046" HotelName="Putra Heights New Wave Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Jalan Putra Mahkota, 7/8B, Subang Jaya, Selangor, 47650</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/4/6/441046_0b5a9721035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.40" OriginalAmount="16.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.208297" Longitude="101.65331" StarRating="3" HotelCode="|397287" HotelName="Kepong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, Jalan Kepong Usaha, Batu 6 1/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/8/7/397287_4535d381037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20841966" Longitude="101.65275313" StarRating="2" HotelCode="520057|518015" HotelName="Hotel Kepong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Elevator,Internet,Meeting Room,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kepong Usah 2, Off Batu 6 1/2, Kepong, 52100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/af/10afdb4d1fee843d67eb9d993ceed54e1ff4c63b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Kepong is conveniently located in the popular Kepong area. The hotel offers a high standard of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14494428" Longitude="101.69864341" StarRating="2" HotelCode="511415|202725" HotelName="Sohotown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/23/1323330221e6f660944815b36339bd33158ded9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chinatown, SohoTown Hotel promises a relaxing and won...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156727081679" Longitude="101.69675512341" StarRating="3" HotelCode="320049|the_grand_campbell_hotel" HotelName="The Grand Campbell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dang Wangi, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ec/00ec2145cf758a286fdc729d62ef59e1a87158ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1386188764584" Longitude="101.71008541475" StarRating="2" HotelCode="341013|yy318_hotel_2" HotelName="YY318 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>318 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/52/56528c72eb71c6fd1e1bbd6dc4b2364efa258d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;YY318 Hotel is located in the bustling area of KL city whereby entertainment nightlife delicious cou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1311409814982" Longitude="101.71208133855" StarRating="3" HotelCode="344680|hote123_" HotelName="Hote123" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Sungai Besi, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/a8/9ba831360fe45f2a1c4ded769882a813131883e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16371557" Longitude="101.70543804" StarRating="3" HotelCode="380857|bagasta_boutique_guesthouse" HotelName="Bagasta Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Jalan Raja Alang, Kampung Baru, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/9e/889e5648d68f6b9f7273d55a2ebdaccfee5bf878.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14276968" Longitude="101.70795314" StarRating="2" HotelCode="783150|asia_like_boutique_hotel" HotelName="Asia Like Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>202 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/b4/e4b459efc7d9253251c13229a2624a38134b893a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1515376420923" Longitude="101.69525000549" StarRating="2" HotelCode="915304|swiss_hotel_2" HotelName="Swiss Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/13/33133674c312ad88ce04bb1c66cf311bd66f312f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="968354|oyo_capital_o_978_midaris_hotel" HotelName="Midaris Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Loke Yew, Pudu, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/70/2970d6a5c229e7e3b4687e237e4b7e84e4d8f34f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="961346|ohana_kuala_lumpur" HotelName="The Ohana Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Changkat Thambi Dollah, 26th Floor, Unit 2, Taragon Puteri Bintang, 55100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/a8/86a817c723a263c0d4083e368bc2dbe2d83b63d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.52" OriginalAmount="17.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14021" Longitude="101.71" StarRating="2" HotelCode="|557403" HotelName="Ohana Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26th floor unit 2,Taragon Puteri Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/4/0/3/557403_55763f91001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.57" OriginalAmount="17.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16402" Longitude="101.704756" StarRating="0" HotelCode="|474211" HotelName="Redstone Boutique Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Jalan Raja Alang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/2/1/1/474211_a0b776e1240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.90" OriginalAmount="17.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1951038914684" Longitude="101.62898342179" StarRating="2" HotelCode="346073|3114925" HotelName="Sovotel Boutique Hotel @  Bandar Menjalara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan 3/62A, Bandar Menjalara, Kepong, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/e0/5de06d85327a91edae8637fe5755f391113ec63d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.91" OriginalAmount="17.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17969734" Longitude="101.70097086" StarRating="2" HotelCode="595413|3132095" HotelName="Riccarton Capsule Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>G-1 Jalan Pahang, Wisma Q Titiwangsa, Persiaran Titiwangsa 1, 53000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/8a/008af37be2c9373b426e3c1b4f6e5666d08450cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.92" OriginalAmount="17.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.18918" Longitude="101.6541" StarRating="2" HotelCode="|189057" HotelName="Rujia Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30-1, Block A Plaza Sinar, Jalan 8/38D</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/5/7/189057_1_4842.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.94" OriginalAmount="17.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15249" Longitude="101.69751" StarRating="2" HotelCode="|188601" HotelName="Oyo 431 De Grand Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Medan Bunus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/6/0/1/188601_1_41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.98" OriginalAmount="17.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1130323746526" Longitude="101.67834167984" StarRating="3" HotelCode="341229|2173865" HotelName="Valenza Hotel &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot 118 Batu 3, Jalan Klang Lama, 58100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/0f/420f221e304e92c4ae12ae982e5dc80b70383abe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.98" OriginalAmount="17.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1554808367309" Longitude="101.69636103313" StarRating="2" HotelCode="405888|3127855" HotelName="Canary Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>189/191 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/44/05447faec7006ce3223f167203ac9f365a9910dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.00" OriginalAmount="17.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14491002" Longitude="101.70889234" StarRating="2" HotelCode="915309|2537275" HotelName="T-Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>40&amp;42 Jalan Bukit Bintang, 55000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/90/0190744a11601e8719057bd8f186c2d4235ac61d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.05" OriginalAmount="17.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13521037" Longitude="101.69123879" StarRating="2" HotelCode="511702|3113435" HotelName="Sun Inns Hotel Sentral Brickfields" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Jalan Tun Sambanthan 3, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/8f/128f4f96e85f7c9beb14eb02e77a65f310304e18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.07" OriginalAmount="17.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14653" Longitude="101.71103" StarRating="0" HotelCode="|234917" HotelName="Travelogue Kl -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118B Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/9/1/7/234917_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.15" OriginalAmount="17.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1327043563126" Longitude="101.71775354985" StarRating="2" HotelCode="344855|1518928" HotelName="Sakura Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327 &amp; 329 Jalan Tun Razak, Pudu, 50400 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/84/0784ce2444c548b7e613ca4719e96a780e2fb869.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.18" OriginalAmount="17.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148818" Longitude="101.6988" StarRating="3" HotelCode="260589|929905" HotelName="Arenaa Star Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Jalan Hang Lekiu, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/90/26901bad48d1a8e741b2855e3c5d102d8a03dfaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.47" OriginalAmount="17.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15114" Longitude="101.69606" StarRating="3" HotelCode="|231575" HotelName="Lotus Family , Masjid India" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 45, Jalan Melayu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/5/7/5/231575_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.52" OriginalAmount="17.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.086096" Longitude="101.672226" StarRating="3" HotelCode="|397453" HotelName="Sunjoy9 At Mid Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1, Jalan 2/137B Resource Industrial Centre, Batu 5, Jalan Klang Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/5/3/397453_5bd4a740459.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.53" OriginalAmount="17.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.098903" Longitude="101.687055" StarRating="3" HotelCode="|402362" HotelName="Oyo 89652 Bjorn Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24, Jalan 4/109F, Taman Danau Desa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/3/6/2/402362_dea52b01214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145626060475" Longitude="101.70706987381" StarRating="2" HotelCode="188020|yy38_hotel" HotelName="Yy38" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Parking,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Tengkat Thong Shin, off Jalan Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/c6/efc6db55e16c78c6b6555a52bc4b790d2f7d320a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;YY38 Hotel is strategically located in the heart of Kuala Lumpur's ultra fashionable Golden Triangle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12943376" Longitude="101.68429738" StarRating="2" HotelCode="426596|lotus_hotel_kl_sentral" HotelName="Lotus Hotel KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>250 Jalan Tun Sambanthan, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/37/2b371ed95ee92d76ba9d0e9d810e822c7a640b27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.098969888915" Longitude="101.6870628013" StarRating="3" HotelCode="341627|bjorn_boutique_hotel_taman_danau_desa" HotelName="Bjorn Boutique Hotel Taman Danau Desa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24-2 Jalan 5/109F, Taman Danau Desa, 58100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/6e/366ec72e52317291ae4ffca02601f708c38bd565.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Bjorn Boutique Hotel Taman Danau Desa is a popular choice amongst travelers in Kuala Lumpur, whether...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0808618579561" Longitude="101.73291267019" StarRating="2" HotelCode="404660|lsn_hotel_" HotelName="LSN Hotel Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Jalan Menara Gading 1, Taman Connaught, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/66/e4661029e247a310bbf6199e9cf7c699b70d1ae6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1467023858838" Longitude="101.70803724123" StarRating="1" HotelCode="380855|green_hut_lodge" HotelName="Green Hut Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Tengkat Tong Shin, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/44/fb445b9951463195e428b0ff5aa9696df082a5ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Green Hut Lodge in Kuala Lumpur Bukit Bintang, you'll be minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20579001" Longitude="101.71986038" StarRating="3" HotelCode="511737|fan_holiday_hotel" HotelName="Fan Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33A-0 Jalan Langkawi, Blok G, Platinum Walk, Danau Kota, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/59/d6592cd6c744f6cf55a9518184ca1ebdc45fc91f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17597708" Longitude="101.68432286" StarRating="2" HotelCode="435980|hotel_midtown_villa" HotelName="Midtown Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>D23A Jalan Kasipillay, Putra Majestik, Off Jalan Ipoh, 51200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/c5/5fc5e25d860172650aa1481b0c3a1dd4eb7cf0dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14348678" Longitude="101.69579212" StarRating="2" HotelCode="488895|lavana_hotel_chinatown" HotelName="Lavana Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Bangunan Mariammanm, Jalan Hang Kasturi, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/f8/c6f89839be8dcee3f2906d8ca82d6c9c3436bb5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13220907" Longitude="101.68840387" StarRating="2" HotelCode="585824|m_m_hotel_kl_sentral" HotelName="M&amp;M Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Jalan Thambypillai, Brickfields Kl Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/5c/b15c4fa829ddccc4ca1a7406fa17cf88c4a42da3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13259922" Longitude="101.68963181" StarRating="2" HotelCode="765542|double_m_hotel_kl_sentral" HotelName="Double M Hotel @ Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/0d/510de98aa0728f0339e96a38c9c8550a23897714.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17683512" Longitude="101.68780081" StarRating="2" HotelCode="880428|zen_rooms_poorna_hotel" HotelName="Poorna Hotel by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 &amp; 335 Jalan Sultan Azlan Shah, 51200 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/dd/63dd11ea54b2c86b7890ae94c958cc39ea87a257.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Kuala Lumpur . It is known for "its boasting gleaming skyscrapers, colonial architecture,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.59" OriginalAmount="18.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14537" Longitude="101.69754" StarRating="3" HotelCode="|394216" HotelName="Pacific Express Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 32, Jalan Tun Tan Cheng Lock</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/1/6/394216_29a20601001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.59" OriginalAmount="18.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441" Longitude="101.69754" StarRating="2" HotelCode="|559029" HotelName="Petaling Street Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 55 &amp; 57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/0/2/9/559029_3f3b9141743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.61" OriginalAmount="18.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14943509" Longitude="101.69760801" StarRating="2" HotelCode="585111|3124005" HotelName="Ahyu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Leboh Ampang, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/28/9d28c03978ced3caee38b53910582ed091493158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.69" OriginalAmount="18.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1528509902405" Longitude="101.69779468588" StarRating="2" HotelCode="352823|1239358" HotelName="Hotel De'Grand Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>81-83 Medan Bunus, Off Jalan Masjid India, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/3a/323af5f6a045e4401335c0e9146337f22c890af8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.72" OriginalAmount="18.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1494649" Longitude="101.6954874" StarRating="2" HotelCode="|398116" HotelName="Ahyu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 leboh ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/1/1/6/398116_2ba1d040731.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.79" OriginalAmount="18.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.149359" Longitude="101.696873" StarRating="2" HotelCode="|398115" HotelName="Big M" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Jalan Tun Perak, 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/1/1/5/398115_c64407e0750.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.79" OriginalAmount="18.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.179485" Longitude="101.700872" StarRating="2" HotelCode="|558293" HotelName="Riccarton Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>G-1, Wisma Q Titiwangsa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/2/9/3/558293_3f40dc71639.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.94" OriginalAmount="18.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.080846" Longitude="101.73284" StarRating="0" HotelCode="|196141" HotelName="Lsn Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, Jalan Menara Gading 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/1/4/1/196141_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.94" OriginalAmount="18.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19516" Longitude="101.62898" StarRating="0" HotelCode="|230125" HotelName="Sovotel Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 11, Jalan 3/62A Bandar Menjalara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/1/2/5/230125_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.97" OriginalAmount="18.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15073899" Longitude="101.6961992" StarRating="2" HotelCode="321118|2344715" HotelName="Lotus Family Hotel Masjid India" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Jalan Melayu, City Centre, 50100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/3d/403d340ea94a7da10d768f6f7ae8fa7e4d5f822e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.04" OriginalAmount="18.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1161430734441" Longitude="101.66931996872" StarRating="2" HotelCode="393977|2199385" HotelName="Signature Hotel at Bangsar South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>B-10 Off Jalan Pantai Baru, Pantai Business Park, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/11/b71171164eaf734de9322f0fae184493a0cbc97d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.04" OriginalAmount="18.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14637385" Longitude="101.70119875" StarRating="3" HotelCode="545998|2536515" HotelName="Signature International Hotel @ Pudu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Pudu Lama, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8c/878cdfece2651667a689a0884e5c7b59e7bd5dcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The numerous facilities and services at the hotel ensure guests a comfortable and relaxing stay. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.07" OriginalAmount="18.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20899917" Longitude="101.6581057" StarRating="2" HotelCode="599803|3120075" HotelName="Hotel 99 - Kepong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3, 5 &amp; 7 Jalan 2/32, Jalan Kepong, 6th Miles, 52000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/a9/cfa9f5cee46353472988e52ef79301e1ee722b8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.27" OriginalAmount="18.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09964" Longitude="101.7123" StarRating="2" HotelCode="|239688" HotelName="Maple Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29, JALAN DWITASIK 1, DATARAN DWITASIK, BANDAR SRI PERMAISURI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/8/8/239688_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.27" OriginalAmount="18.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20634" Longitude="101.72126" StarRating="0" HotelCode="|596117" HotelName="Festival Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan 9/23e Taman Danau Kota Off Jalan Genting Kelang Setapak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/6/1/1/7/596117_d09eed32128.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13191921" Longitude="101.68810546" StarRating="2" HotelCode="485128|151824" HotelName="PODs The Backpackers Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 Jalan Thambipillay, G-6, Brickfields, 50470 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/656842/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15463555" Longitude="101.70143149" StarRating="3" HotelCode="553184|flora_by_crossroads_hotel" HotelName="Flora By Crossroads Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>66 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/7b/e77b959bb2b9cd4a51fccab5d9e077ecacbef1a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="975086|hotel_sunjoy9_mid_valley_2" HotelName="Hotel Sunjoy 9 At OKR KL by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 2/137B, Jalan Kelang Lama, Resource Industrial Park, Batu 5, Bedford Business Park, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/16/c9164da45c8e2039e33a47337068bdba395ecb37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.58" OriginalAmount="19.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1281762" Longitude="101.6853978" StarRating="3" HotelCode="|89487" HotelName="Sentral Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 30, JALAN THAMBYPILLAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/8/7/89487_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.64" OriginalAmount="19.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.18989" Longitude="101.671842" StarRating="2" HotelCode="|159081" HotelName="Oyo 89655 Sri Duta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 and 23, BLOCK A, MEDAN NIAGA SERI KUCHING</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/9/0/8/1/159081_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.67" OriginalAmount="19.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14641" Longitude="101.69591" StarRating="2" HotelCode="|234997" HotelName="Lavana Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bangunan Mariammanm No. 2 Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/9/9/7/234997_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.68" OriginalAmount="19.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13235" Longitude="101.68708" StarRating="0" HotelCode="|188714" HotelName="Westree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 142, Jalan Tun Sambanthan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/4/188714_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1375577115635" Longitude="101.71338357609" StarRating="3" HotelCode="934242|1478088" HotelName="Hotel Pudu Plaza Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan 1/77 C, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/46/53461d9db38b60fb44e14ad8951400dacbe8769a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155403" Longitude="101.696297" StarRating="2" HotelCode="|196006" HotelName="Canary" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 189-191, Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/0/6/196006_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14642" Longitude="101.70131" StarRating="3" HotelCode="|238275" HotelName="Signature International At Pudu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19, Jalan Pudu Lama,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/2/7/5/238275_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.089734" Longitude="101.68883" StarRating="2" HotelCode="|398374" HotelName="OYO 251 Intime Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26, Jalan Kuchai Maju 11, Kuchai Entreprenuer Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/7/4/398374_7c01cf50716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.85" OriginalAmount="19.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139081768968" Longitude="101.71034569444" StarRating="4" HotelCode="936610|2045225" HotelName="Greystone Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 - 38 Jalan Baba, Off Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/dd/54dd3bcacc17402d07e537f6ea19a90d40a9abb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.89" OriginalAmount="19.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13256" Longitude="101.68968" StarRating="2" HotelCode="|524768" HotelName="Double M @ KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25, Jalan Tun Sambanthan 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/6/8/524768_96d83491158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.90" OriginalAmount="19.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13199" Longitude="101.688224" StarRating="3" HotelCode="902465|111922" HotelName="Hotel Sentral Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/b2/38b2b23062b6d554a1c09c01892208e0d163b146.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within Kuala Lumpur Railway Station and is conveniently close to the Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.92" OriginalAmount="19.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14586" Longitude="101.69694" StarRating="2" HotelCode="|402705" HotelName="Space" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.5-3 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/7/0/5/402705_851376c0737.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.03" OriginalAmount="19.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14681" Longitude="101.695802" StarRating="3" HotelCode="|158223" HotelName="Pacific Express  Central Market" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/8/2/2/3/158223_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities and comfortable rooms. SITUATION: This establishment, Jalan Pasar Leboh and Jalan Cuelgue Kasturi it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.07" OriginalAmount="19.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11685" Longitude="101.66924" StarRating="0" HotelCode="|196194" HotelName="Signature At Bangsar South" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO.10, Pantai Business Park, Off Jalan Pantai Baru,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/1/9/4/196194_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.14" OriginalAmount="19.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1827208419891" Longitude="101.68047367295" StarRating="3" HotelCode="343589|1967525" HotelName="Cairnhill Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>478 Jalan Ipoh, Batu 3 1/2, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/bc/c4bc25883d7ff111f4d22efe4da7c21a75072a06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.19" OriginalAmount="19.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.208703" Longitude="101.6583" StarRating="0" HotelCode="|441045" HotelName="Hotel 99 Kepong KL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 3, JALAN 2/32 6TH Miles, Jalan Kepong, 52000 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/4/5/441045_881c24e1024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.30" OriginalAmount="19.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148518" Longitude="101.708573" StarRating="2" HotelCode="|456233" HotelName="Oyo 90909 I.villa Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-1, No 27-1, Jalan Mesui,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/2/3/3/456233_6d2d2501145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.57" OriginalAmount="19.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.975774" Longitude="101.789121" StarRating="2" HotelCode="|397163" HotelName="Smart  Reko Sentral Kajang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN REKO SENTRAL 6, REKO SENTRAL, KAJANG, 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/1/6/3/397163_8062bed0944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14049584" Longitude="101.71151309" StarRating="3" HotelCode="321257|63117" HotelName="Beltif Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>77 Jalan Changkat Thambi Dollah, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/ff/29ff4823f2e7c4935e1c04b612478d914e934d8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146750448433" Longitude="101.69584572884" StarRating="4" HotelCode="304400|pacific_express_hotel" HotelName="Pacific Express Hotel Central Market" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/99/32996dee8f15a2dc778977f2b43382e169493c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1287655" Longitude="101.7300375" StarRating="2" HotelCode="199899|d_garden_boutique_hotel_kuala_lumpur_2" HotelName="D'Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 43 &amp; 45 Jalan Jejaka 5, Taman Maluri Cheras, Kuala Lumpur 55100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/a7/29a79a27f83efc4f28141b39c39fa21be7433a99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1662253" Longitude="101.69788943" StarRating="3" HotelCode="321173|smile_hotel_chow_kit_pwtc" HotelName="Smile Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Chow Kit, off Jalan Tuanku Abdul Rahman, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/19/471964b3d951f1ed9b29484c33afc0d9f1642cff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuala Lumpur. For guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139249" Longitude="101.710012" StarRating="2" HotelCode="188003|orkid" HotelName="Orkid Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>300 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/de/8edeb69ebb7094797c12b0709ab27794a54b3997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Kuala Lumpur. The Hotel has a coffee shop. All 65...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1320092813608" Longitude="101.68698042264" StarRating="2" HotelCode="345349|hotel_westree" HotelName="Hotel Westree" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>142 Jalan Tun Sambanthan, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/31/d1317efd450c7e1228a284e2b38687e61cfead83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1475129058072" Longitude="101.69599160184" StarRating="2" HotelCode="380860|hotel_aone" HotelName="Hotel A-One" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Medan Pasar, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/da/0edab0d21212c10391240d8475caf699f62c5dc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.189763214504" Longitude="101.67052467487" StarRating="2" HotelCode="537629|sri_duta" HotelName="Sri Duta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Block A Medan Niaga Seri Kuching, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/bc/d0bcba72e279e0ba2facbca35e60b852769073c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers to Kuala Lumpur can expect a warm welcome and quality service at this comfortable, modern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14576472" Longitude="101.69698871" StarRating="2" HotelCode="619269|space_hotel_china_town_kuala_lumpur" HotelName="Space Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5-3 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/79/af79b60574585bf8d47839b9f287073339608d9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.93" OriginalAmount="20.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17689494" Longitude="101.73829102" StarRating="3" HotelCode="489398|3118265" HotelName="KL Guest Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan AU 1A/4C, Taman Keramat Permai, 54200 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/be/06be2fab8b2fed17d2bd4ad52fd51c0bb82a529e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.96" OriginalAmount="20.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1769" Longitude="101.73831" StarRating="3" HotelCode="|234788" HotelName="Kl Guest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan AU 1A/4C Taman Keramat Permai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/7/8/8/234788_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.98" OriginalAmount="20.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12877" Longitude="101.7299" StarRating="2" HotelCode="|188512" HotelName="D'garden Boutique Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 41, 43, 45 Jalan Jejaka 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/1/2/188512_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.00" OriginalAmount="20.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154114" Longitude="101.6981695" StarRating="3" HotelCode="|43697" HotelName="Silka Maytower Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 JALAN MUNSHI ABDULAH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/6/9/7/43697_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban aparthotel, has 179 standard rooms and suites. It has a lobby with express check-out, a reception, a lift, a cafÃ©, a restaurant and a conference room. The establishment offers guests room service, a laundry service and a car park. SITUATION: This hotel is in the commercial and business area. In the surrounding area, you can find restaurants, clubs, cinemas, shopping centres and the market. 5 minutes away from the establishment guests have Kuala Lumpur city centre. It is 10 minutes away from railway station. 45 minutes away, you can find Kuala Lumpur Airport. ROOM: Customers have contemporary style rooms. They have a bathroom with a bath or shower, a bathrobe, toiletry set and a hairdryer. They also have a direct line telephone, a television, internet, a mini-bar, a coffee maker, an ironing set, individual air-conditioning and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.02" OriginalAmount="20.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.05735" Longitude="101.59509" StarRating="2" HotelCode="|178437" HotelName="New Town Usj Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 17, Jalan Usj Sentral 3, Usj Sentral</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/3/7/178437_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.13" OriginalAmount="20.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13181018" Longitude="101.68762811" StarRating="2" HotelCode="321166|2199435" HotelName="Signature Hotel KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Jalan Thambipillai, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d4/84d4db080b5aadd6861eeda7633d8d8d92475b4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.22" OriginalAmount="20.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12041" Longitude="101.72863" StarRating="3" HotelCode="|232157" HotelName="Mezzo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>532, Batu 3 1/4, Jalan Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/1/5/7/232157_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.23" OriginalAmount="20.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.132497" Longitude="101.688245" StarRating="2" HotelCode="|441262" HotelName="Cozy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.27, Jalan Thambipillay Off Jalan Tun Sambathan, Brickfields, Kuala Lumpur 50470 Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/2/6/2/441262_a9953c81729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.26" OriginalAmount="20.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13321" Longitude="101.68931" StarRating="3" HotelCode="|188480" HotelName="Ymca Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95, Jalan Padang Belia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/8/0/188480_1_1289.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.33" OriginalAmount="20.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1637856093955" Longitude="101.69608289815" StarRating="3" HotelCode="304358|998455" HotelName="Hotel Club Dolphin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Tiong Nam, Off Jalan Raja Laut, Wilayah Perseketuan, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/ce/a3ce921ed06c849bc37724b117299836747e3cc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.33" OriginalAmount="20.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.078867" Longitude="101.744206" StarRating="3" HotelCode="304007|1030608" HotelName="Silka Cheras Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KM10 Jalan Cheras, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b2/88b24a12c6c783e7c5a40e74cd75d8af6192860e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.35" OriginalAmount="20.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11608" Longitude="101.68786" StarRating="3" HotelCode="|404425" HotelName="Aces Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Level 5, Complex Kotaraya, 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/2/5/404425_e627c330330.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.49" OriginalAmount="20.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08947" Longitude="101.74332" StarRating="1" HotelCode="|606836" HotelName="Smile Cheras Taman Segar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 - 34 Jalan Manis 3 Taman Bukit Segar, 56100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/8/3/6/606836_60988df0024.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.56" OriginalAmount="20.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.18284" Longitude="101.68085" StarRating="0" HotelCode="|229357" HotelName="Cairnhill Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>478, 3 1/2 Miles, Jalan Ipoh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/3/5/7/229357_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.62" OriginalAmount="20.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20524968" Longitude="101.73584112" StarRating="2" HotelCode="511434|4764175" HotelName="Orange Premier Hotel Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Metro Wangsa, Seksyen 2, Wangsa Maju, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/e2/3ce20bf2cb435c2d14e05f65e8f43e0a51f992ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at OYO 279 Orange Premier Hotel in Kuala Lumpur, you'll be convenient ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.132698" Longitude="101.689976" StarRating="3" HotelCode="187995|171642" HotelName="Summer View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Jalan Sultan Abdul Samad, Off Jalan Tun Sambathan 4, Brickfields, Kuala Lumpur 50470</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/56/4f568ef6492e7d306efffc68be61faabe2f73dd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1203826190025" Longitude="101.72870687242" StarRating="3" HotelCode="345963|hotel_mezzo" HotelName="Hotel Mezzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>532 Jalan Cheras, Batu 3 ¼, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/68/de68e8fc456922c3d1e805db697fd1ff69b7b7b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16478769" Longitude="101.69844808" StarRating="3" HotelCode="341491|simms_grand_inn" HotelName="Simms Grand Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>451 Jalan Tuanku Abdul Rahman, Seksyen 41, Chowkit, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/43/da43b23304ce66d58501434a23793d0741f4dc12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133291" Longitude="101.68819315" StarRating="2" HotelCode="595629|city_central_hotel_kl_sentral" HotelName="City Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>80 &amp; 82 Jalan Tun Sambanthan, Brickfields, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/02/9602cb37e754e14a7dfd180c0fd9dd747d7c8a19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09028289" Longitude="101.7429004" StarRating="3" HotelCode="554726|orange_premier_hotel_taman_segar" HotelName="Orange Premier Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Jalan Manis 3, Taman Segar, Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/da/52dad30b0a2c43884213849b374b04587cb8973e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Orange Premier Hotel Taman Segar is perfectly located for both business and leisure guests in Kuala ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1318357" Longitude="101.68745377" StarRating="2" HotelCode="599837|cozy_hotel_kl_sentral" HotelName="Cozy Hotel @ KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Jalan Thambipillay off, Jalan Tun Sambanthan, Brickfields KL Sentral Monorail Station, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/93/c79367beb02e5c8d5cc3258382f3796528a76140.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13914848" Longitude="101.71201634" StarRating="2" HotelCode="622803|charisma_hotel_3" HotelName="Charisma Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Jalan Brunei Utara Off, Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/fc/99fcbd98595d87be1a8e333157cf8e05d99c4487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.9236564" Longitude="101.760436" StarRating="2" HotelCode="783253|bangi_sri_minang_guesthouse" HotelName="Bangi Sri Minang Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Internet,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jernang Jaya 1, Lot PT 62966, Seksyen 14, Kg Teras Jernang, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/fd/28fd4d8c6249824f98b9a4d13802f3344ac43158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Putrajaya, Bangi Sri Minang Guesthouse promises a rel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.65" OriginalAmount="21.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.89986" Longitude="101.792064" StarRating="2" HotelCode="|441174" HotelName="Avenue Bangi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32A, Jalan Bangi Avenue 1/8, Taman Bangi Avenue, Kajang, Selangor, 43000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/1/7/4/441174_a42fbf61724.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.78" OriginalAmount="21.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08529" Longitude="101.69117" StarRating="3" HotelCode="|196036" HotelName="1 Kuchai Lama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. J-0-1, Jalan 1/127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/3/6/196036_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.93" OriginalAmount="21.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.131851" Longitude="101.68721" StarRating="3" HotelCode="|396547" HotelName="Euro Life Hotel KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65, Jalan Thambipillay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/4/7/396547_bb5dfcf1323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.11" OriginalAmount="21.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1590568738326" Longitude="101.69728964974" StarRating="3" HotelCode="153189|2383575" HotelName="Prescott Hotel Kuala Lumpur - Medan Tuanku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Lorong Medan Tuanku, Satu Off Jalan Sultan Ismail, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/c0/dcc0ae763db9806ad4e2078c6083056a90fd8a56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.17" OriginalAmount="21.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0852365" Longitude="101.69124377" StarRating="2" HotelCode="407969|2262415" HotelName="1 Hotel Kuchai Lama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>J-0-1 Jalan 1/127, Kuchai Business Park, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ce/b1cecd65f5cf99381d1a4dadf07026a4a3d29aaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.36" OriginalAmount="21.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.176186" Longitude="101.684621" StarRating="2" HotelCode="|481590" HotelName="Midtown Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Kasipillay, Jalan Ipoh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/5/9/0/481590_c126ac61833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.46" OriginalAmount="21.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145747" Longitude="101.70708854233" StarRating="2" HotelCode="316706|1224408" HotelName="D'or Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No.18 Tengkat Tong Shin, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/2b/362bd975435fdf21092ab22504c7f819ac63f47e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.54" OriginalAmount="21.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1476" Longitude="101.69602" StarRating="0" HotelCode="|188598" HotelName="A-one" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Medan Pasar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/9/8/188598_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.55" OriginalAmount="21.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1541667022631" Longitude="101.69770091772" StarRating="3" HotelCode="142208|120644" HotelName="StarPoints Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>149 Jalan Masjid India, Wilayah Persekutuan, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/c8/37c82a9ab9b9d58f3910fc591d0af7f03cfd7709.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the part of Kuala Lumpur known as Little India, along Jalan Masjid India above the popula...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.55" OriginalAmount="21.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20577" Longitude="101.71986" StarRating="3" HotelCode="|233538" HotelName="Fan Holiday" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 33A-0, Blok G, Platinum Walk, Jalan Langkawi, Danau Kota</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/5/3/8/233538_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.55" OriginalAmount="21.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14914" Longitude="101.70785" StarRating="3" HotelCode="|189099" HotelName="The Mesui" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Mesui, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/9/9/189099_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.58" OriginalAmount="21.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161532" Longitude="101.698594" StarRating="3" HotelCode="|440889" HotelName="Hotel Living At Dsulaiman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tuanku Abdul Rahman, Kuala Lumpur, 50300, Wilayah Persekutuan Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/8/9/440889_9a6c0061226.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.60" OriginalAmount="21.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16175" Longitude="101.69764" StarRating="4" HotelCode="|234444" HotelName="Wp" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>362, Jalan Tunku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/4/4/4/234444_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16680614" Longitude="101.69563349" StarRating="3" HotelCode="529929|tune_hotels_jalan_putra" HotelName="Tune Hotel Kuala Lumpur PWTC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>61 Jalan Putra, 50350 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247aef5ee4b190a614c44e67a5d1c4678bdd68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13190738" Longitude="101.68759166" StarRating="3" HotelCode="586168|euro_life_hotel_kl_sentral" HotelName="Euro Life Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>65 Jalan Thambipillay, Brickfield, Kl Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/04/9204fac414ef33639b6a145555ea883444d29616.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1464719" Longitude="101.70057834" StarRating="3" HotelCode="630424|city_comfort_hotel_chinatown" HotelName="City Comfort Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3-1 Jalan Pudu Lama, Seksyen 19, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0f/690ffabe74c32737dfc1cab1a5f7dff219708343.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.73" OriginalAmount="22.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17682" Longitude="101.73716" StarRating="3" HotelCode="|232298" HotelName="Seeds Setiawangsa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 22, Jalan Jelatek 2 Jelatek Business Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/2/9/8/232298_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.80" OriginalAmount="22.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15324" Longitude="101.71031" StarRating="3" HotelCode="|196013" HotelName="Soho Suites KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.20, Jalan Perak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/1/3/196013_266fc961042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.92" OriginalAmount="22.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14637" Longitude="101.70112" StarRating="3" HotelCode="|240726" HotelName="Ramada Encore By Wyndham Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-1 Jalan Pudu Lama, Seksyen 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/7/2/6/240726_1_2241.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.22" OriginalAmount="22.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1489406" Longitude="101.7079717" StarRating="3" HotelCode="311334|1893035" HotelName="The Mesui Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Mesui, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/e3/b2e35bebf9c21af9a9185186b8828d990bced759.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.24" OriginalAmount="22.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20564" Longitude="101.72084" StarRating="3" HotelCode="|232305" HotelName="Smile Danau Kota" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.48, Jalan 8/23E, Danau Kota Setapak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/0/5/232305_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.28" OriginalAmount="22.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15604" Longitude="101.752" StarRating="1" HotelCode="|441060" HotelName="Seeds Hotel Ampang Point" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B2A-1, Jalan Ampang Utama 1/2, Ampang Utama 68000 Ampang. , 68000 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/6/0/441060_201c1e91128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.39" OriginalAmount="22.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16298" Longitude="101.737165" StarRating="2" HotelCode="|455679" HotelName="Neu Suites 3rdnvenue By Perfect Host" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Nipah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/6/7/9/455679_9a099a21702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.57" OriginalAmount="22.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1505016069502" Longitude="101.67000134589" StarRating="3" HotelCode="225283|130054" HotelName="Peninsula Residence All Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Semantan, Bukit Damansara, 50490 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/35/a935d6461e981cce9e1e1f421aec46d2a72ebe34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.59" OriginalAmount="22.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13637" Longitude="101.69081" StarRating="3" HotelCode="|188952" HotelName="Palette KL Sentral Station  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 10, Jalan Tun Sambanthan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/5/2/188952_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448734950791" Longitude="101.70659780502" StarRating="3" HotelCode="75141|225903" HotelName="Corona Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Tong Shin, Off Jalan Bukit Bintang, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/ac/61ac218c08cde2c497e1c0046cd8e026ab3dc33f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is tucked into the middle of the golden triangle, where guests are just a stroll – o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1363461949854" Longitude="101.69089499915" StarRating="3" HotelCode="321153|prescott_hotel_kuala_lumpur__sentral" HotelName="Prescott Hotel Kuala Lumpur Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Tun Sambanthan, 50470 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/7d/457d25f9a801fc52d62efab2a6c93e99ee629eb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.100514" Longitude="101.739567" StarRating="3" HotelCode="187986|caliber_kuala_lumpur" HotelName="Caliber" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46-56 Jalan 5/101C, Off Jalan Kaskas, Cheras Commercial Centre, Taman Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/6f/6b6f5492fbf97910b9a56dbd463249204d3a0798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1388609869262" Longitude="101.69734686613" StarRating="3" HotelCode="68099|midah_hotel" HotelName="Midah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kampung Attap, 50460 Kula Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/20/8a20be67e88ac7f06cb1a5d812abf7f616487679.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superior business city hotel is located within the commercial and business hub of Kuala Lumpur....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17686776" Longitude="101.73725963" StarRating="3" HotelCode="360098|seeds_hotel_setia_wangsa" HotelName="Seeds Hotel Setiawangsa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Jelatek 2, Jelatek Business Park, 54200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/07/a007da606680c9e946a3c7481f8642380d81470f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12862879" Longitude="101.72037707" StarRating="2" HotelCode="352512|smile_hotel_warisan_cityview" HotelName="Smile Hotel Cheras Cityview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Warisan Cityview, Block H, Jalan 4/93A, Batu 2 1/2, Jalan Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/09/0b091a089f333aa30576c040b28fd15b4821df05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="974525|m_design_hotel_taman_pertama" HotelName="M Design Hotel @ Taman Pertama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Jalan 2/90, Taman Pertama, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/db/49dbfc99e7095753a08b0cfa53e89fbafa625ef4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.72" OriginalAmount="23.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14277" Longitude="101.70788" StarRating="0" HotelCode="|462415" HotelName="Asia Like Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 202 Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/4/1/5/462415_d1377231357.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.99" OriginalAmount="23.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13991161" Longitude="101.71369828" StarRating="2" HotelCode="529918|2264545" HotelName="The Hulo Hotel &amp; Gallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/3f/533fd30984eba1b09be982a4d32cf75000981b34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at The Hulo Hotel &amp; Gallery places you in the heart of Kuala Lumpur, minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.13" OriginalAmount="23.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1211972665446" Longitude="101.7293925502" StarRating="2" HotelCode="915308|2269865" HotelName="V Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Jalan Pudu Ulu, Off Jalan Cheras, 56100  Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/a3/fba329a8fbe07792314c9df87b68dcc8d96f6e81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.15" OriginalAmount="23.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12874" Longitude="101.72032" StarRating="3" HotelCode="|232329" HotelName="Smile Cheras Pudu Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36, Warisan Cityview, Jalan 4/93 A Batu 2 1/2, Jalan Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/2/9/232329_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.15" OriginalAmount="23.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13682" Longitude="101.71143" StarRating="3" HotelCode="|392577" HotelName="D'majestic Place By Widebed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13A-8 D Majestic, 376 Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/5/7/7/392577_68b528a1048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.23" OriginalAmount="23.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146001" Longitude="101.701469" StarRating="3" HotelCode="317343|1516708" HotelName="Hotel Transit Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/73/a67341581f80e6ad0547cb8704a9bb0ef88ec392.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.28" OriginalAmount="23.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162847" Longitude="101.751058" StarRating="3" HotelCode="98792|83338" HotelName="Flamingo by The Lake" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Tasik Ampang, Jalan Hulu Kelang, 68000 Ampang, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/35/06359b30ff0ea75b7383fc9e7d53850c3ba56a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located in a serene environment, beside a tranquil lake in Ampang. Only minutes a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.36" OriginalAmount="23.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1447677" Longitude="101.7064863" StarRating="3" HotelCode="|59504" HotelName="Kingston Hotel 6 @ Changkat Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Tong Shin Off Jalan Bukit Bintang Kuala Lumpur.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/0/4/59504_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: the Golden Triangle Is situated in Chinatown near the establishment, guests will find Clients can also find the business area, the shopping centres and leisure areas. ROOM: Each room has a bathroom, a mini-bar, a kettle, a coffee maker and a direct line telephone. You are offered superior family rooms. RESTAURANT: Regarding gastronomy, the establishment offersCorona Cafe the restaurant, with Occidental and local cuisine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.47" OriginalAmount="23.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.118202" Longitude="101.649082" StarRating="3" HotelCode="|440867" HotelName="Urban Living Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ilmu, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 59100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/6/7/440867_5bd34ba1711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.60" OriginalAmount="23.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1620851464505" Longitude="101.69759071095" StarRating="4" HotelCode="322904|1876175" HotelName="WP Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No. 362 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/65/7a6515475092eb4ff78e27d154dcff9706cd8959.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.63" OriginalAmount="23.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13518" Longitude="101.69124" StarRating="2" HotelCode="|398968" HotelName="Sun Inns  Sentral Brickfields" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 28, Jalan Tun Sambanthan 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/9/6/8/398968_535185e0923.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.66" OriginalAmount="23.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167252" Longitude="101.700385" StarRating="2" HotelCode="187981|2265965" HotelName="Adamson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>79 Lorong Haji Hussein 2, Off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/81/9f8190c28685dfaae357d2b3a28243a0dff6a641.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14769602" Longitude="101.69780013" StarRating="3" HotelCode="960867|151539" HotelName="Arenaa Mountbatten by NIDA Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Tun Perak, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16749719" Longitude="101.70051703" StarRating="3" HotelCode="945549|adamson_park_hotel" HotelName="Adamson Park Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>40 Lorong Haji Hussein 2, Off Jalan Raja Muda Abdul Aziz, Chow Kit, Kuala Lumpur 50300</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/5d/955debd239cd100b19e1c5f4bc83859c2c5c1660.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.09" OriginalAmount="24.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0689" Longitude="101.65533" StarRating="3" HotelCode="|235899" HotelName="Summit Signature Oug Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 60, Jalan Puchong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/9/9/235899_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.13" OriginalAmount="24.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148247" Longitude="101.696646" StarRating="4" HotelCode="|211076" HotelName="Cosmo Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Leboh Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/6/211076_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.21" OriginalAmount="24.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1426296769414" Longitude="101.70811644907" StarRating="3" HotelCode="936580|983545" HotelName="Metro Hotel Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Meeting Room,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No. 208 Jalan Pudu – Imbi, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/61/f761fa3987e7d984bc19efaf0bc3039e2e45fa9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located at the heart of the city, this charming property is within walking distance to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.25" OriginalAmount="24.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12869633" Longitude="101.71416083" StarRating="3" HotelCode="834499|2294335" HotelName="Days Hotel &amp; Suites by Wyndham Fraser Business Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Metro Pudu 2, Kompleks Metro Pudu, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/8d/bd8d0c2941696d3c50c114f732b1b3f40b236300.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.46" OriginalAmount="24.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162184" Longitude="101.737076" StarRating="4" HotelCode="|466901" HotelName="Neu Suites Residence By Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nipah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/9/0/1/466901_3fe4c9f1823.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.47" OriginalAmount="24.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1389" Longitude="101.69718" StarRating="3" HotelCode="|53959" HotelName="Howard Johnson By Wyndham Kuala Lumpur 118" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.8 Jalan Kampung Attap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/5/9/53959_7e4cc2b0802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.73" OriginalAmount="24.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.129118" Longitude="101.714001" StarRating="3" HotelCode="|396509" HotelName="Days Hotel and Suites Fraser Business Park KL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kompleks Metro Pudu 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/0/9/396509_e05ee270920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1547098078358" Longitude="101.70732429848" StarRating="2" HotelCode="690217|236627" HotelName="The Bed KLCC" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/34/d13450ce83bfe0bbd381e2e4e554d622f015e063.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160286" Longitude="101.696823" StarRating="3" HotelCode="163464|tune_hotel__downtown_kl" HotelName="Tune Hotel - Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>316 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/2e/822e3ece106575999db803729ef440322b7f20a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 5 minutes’ walk to Medan Tuanku monorail station for direct access to Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448647882493" Longitude="101.70851270644" StarRating="2" HotelCode="225284|bintang_garden_hotel" HotelName="Bintang Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 &amp; 24 Jalan Bukit Bintang, 55100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/e8/51e81427d5cda571122defde8a2c4b6b5f6e088b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1329089501933" Longitude="101.68793147917" StarRating="2" HotelCode="393615|macktz_comfort_inn__kl_sentral_monorail" HotelName="Macktz Comfort Inn - KL Sentral Monorail" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>106 Jalan Tun Sambanthan, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/45/9045fb7ec3eb2d67f881c3ae87c0cb254c697e62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14805515" Longitude="101.69644302" StarRating="3" HotelCode="523482|cosmo_hotel_4" HotelName="Hotel Cosmo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Leboh Ampang, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/af/3bafac7a7a57d71b23f2988ba2cd6b24335fd9dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.06873314" Longitude="101.65537381" StarRating="3" HotelCode="553727|summit_signature_hotel_oug_kuala_lumpur" HotelName="Summit Signature Hotel OUG Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>60 Jalan Puchong, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/02/8b02c7ae358dfa022f73817f68c9a1fae4ed25f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.05" OriginalAmount="25.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14823" Longitude="101.70824" StarRating="3" HotelCode="|392181" HotelName="Twenty 8b" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28, Jalan Berangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/1/8/1/392181_e8c2e1c1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.06" OriginalAmount="25.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.2033" Longitude="101.73638" StarRating="3" HotelCode="|232342" HotelName="Smile Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 36, Jalan Metrowangsa Sek 2, Wangsa Maju</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/4/2/232342_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.14" OriginalAmount="25.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1435067" Longitude="101.6984364" StarRating="3" HotelCode="|35411" HotelName="Swiss Inn Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62, JALAN SULTAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/1/1/35411_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has has 110 rooms a reception, a safety deposit box service, a restaurant, a bar and a cafÃ©. The establishment offers guests WiFi, air-conditioning and a car park. SITUATION: It is in a central area, Chinatown is situated in Petaling Street and Jalan Sultan It is situated between close to the establishment, clients can find the railway station, the bus station, in the surrounding area, clients have tourist areas, monuments and cultural areas. it is situated 30 minutes away from Sunway Lagoon the theme park. ROOM: The rooms have an individual air-conditioning system, a bathroom, a television and films. It also offers deluxe rooms with mini-bar, They have an electronic key, a direct line telephone, a kettle and a coffee maker. OBSERVATIONS: It is situated near a car park, (for a fee). PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers with local dishes, international cuisine and Chinese food.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.15" OriginalAmount="25.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16374" Longitude="101.70548" StarRating="3" HotelCode="|188491" HotelName="Bagasta Boutique Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, Jalan Raja Alang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/9/1/188491_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.15" OriginalAmount="25.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.210659" Longitude="101.651848" StarRating="3" HotelCode="|397082" HotelName="77 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Rimbunan Raya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/0/8/2/397082_8c804a01412.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.18" OriginalAmount="25.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.197661" Longitude="101.6074931" StarRating="3" HotelCode="|391757" HotelName="ibis Styles Kuala Lumpur Sri Damansara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 5 Jalan Cempaka SD 12/5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/5/7/391757_2e5e1561118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.19" OriginalAmount="25.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14583" Longitude="101.70142" StarRating="3" HotelCode="|188713" HotelName="Transit Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/3/188713_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.36" OriginalAmount="25.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12771" Longitude="101.73638" StarRating="1" HotelCode="|188745" HotelName="M Design At Shamelin Perkasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 and 93, Jalan 1/91</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/4/5/188745_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.58" OriginalAmount="25.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1408416621604" Longitude="101.70954080503" StarRating="2" HotelCode="320332|2044825" HotelName="Ceria Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>270 Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/5d/4b5d1fc607bb170f6369a02661cfba6877d9d981.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.64" OriginalAmount="25.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1270631950141" Longitude="101.73514808836" StarRating="2" HotelCode="346105|3120225" HotelName="M design Hotel @ Shamelin Perkasa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>91 &amp; 93 Jalan 1/91, Taman Shamelin Perkasa, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/10/0410833105e75c93645abd317dde4364a32c81d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.66" OriginalAmount="25.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1284067" Longitude="101.7137833" StarRating="3" HotelCode="|89475" HotelName="Ibis Styles Kuala Lumpur Fraser Business Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kompleks Metro Pudu (Metro Mall) 1 Jalan Metro Pudu 2 Fraser Business Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/5/89475_1_6308.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Kuala Lumpur it is in is situated in the city centre, Close to public transport services, the metro station and the bus station. Around the establishment, clients can find a golf course. HOTEL: The hotel was built in 2012, has 500 rooms, 304 single rooms, 196 double rooms and 2 rooms adapted for people with reduced mobility.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.77" OriginalAmount="25.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14617121" Longitude="101.70855188" StarRating="3" HotelCode="397435|2537255" HotelName="Melange Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Jalan Rembia, off Tengkat Tong Shin, Bukit Bintang, 50200 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/16/e016e6cb9f72ad00a435e1f59d780aa373d72cba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Kuala Lumpur. Its setting is especially ideal f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143767" Longitude="101.698854" StarRating="3" HotelCode="187980|the_5_elements_hotel" HotelName="5 Elements" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot 243 Jalan Sultan, Chinatown, Kuala Lumpur 50000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/db/5edbe09f4247bdb4061de2682e915d8c89dbe381.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14774727" Longitude="101.71126049" StarRating="2" HotelCode="343716|33_star_hotel" HotelName="33 Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>56/58 Jalan Sultan Ismail, Off Jalan Bukit Bintang, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/77/ef77338582105853ca9ad7ef3f2a7df5b8894f32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.199682621486" Longitude="101.71793717302" StarRating="2" HotelCode="343555|hotel_manis" HotelName="Mixx Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Jalan 2/23A, Taman Danau Kota, Off Jalan Genting Klang, Setapak, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/88/9388a2c8613bb0ec1aab2a75048c38a08e98b537.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Manis is perfectly located for both business and leisure guests in Kuala Lumpur. Offering a va...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451666239488" Longitude="101.69778854848" StarRating="2" HotelCode="337816|dragon_inn_premium_hotel_kuala_lumpur" HotelName="Dragon Inn Premium Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14 Jalan Petaling, Off Jalan Tun Tan Cheng Lock, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/be/13be4b0439199c4b8aeb1a96abdd13cb4435fbed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20347395" Longitude="101.73631529" StarRating="2" HotelCode="422677|smile_wangsa_maju" HotelName="Smile Hotel Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Laundry,LCD/Projector,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>36 Jalan Metrowangsa, Seksyen 2 Wangsa Maju, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/e8/f8e8b9755655475d3c1d9540c08b79fe38ce7a93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Smile Hotel Wangsa Maju is a popular choice amongst travelers in Kuala Lumpur, whether exploring or ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21059128" Longitude="101.65177354" StarRating="0" HotelCode="685407|77_boutique_hotel_2" HotelName="77 Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Rimbunan Raya</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/e8/a1e8aaac363b49b234101b95480c5e101def5165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0600032" Longitude="101.71159117" StarRating="0" HotelCode="677544|hotel_trillium" HotelName="Hotel Trillium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>63-2 Jalan Tasik Utama 4, Medan Niaga Tasik Damai, Sungai Besi, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/da/09dadc2ebfc56c99655aa278be8ca47747478d3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Hotel Trillium offers comfort and convenience whether you're on business or holiday in Ku...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.83" OriginalAmount="26.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1455" Longitude="101.70955" StarRating="2" HotelCode="|234499" HotelName="Cardogan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64, Jalan Bukit Bintang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/4/9/9/234499_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.26" OriginalAmount="26.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1978579125109" Longitude="101.60612494828" StarRating="3" HotelCode="504455|3128535" HotelName="Hotel S Damansara" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Cempaka SD 12/5, Bandar Sri Damansara PJU 9, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/a8/02a82dd0a03d2bb6a8167d4114a1481e5a14af44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.51" OriginalAmount="26.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08433" Longitude="101.68978" StarRating="0" HotelCode="|188741" HotelName="Love Inn Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>J-05, Jalan 1/127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/4/1/188741_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.76" OriginalAmount="26.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16472" Longitude="101.69631" StarRating="3" HotelCode="|394205" HotelName="Koptown Edc  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Laut</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/0/5/394205_78af7220444.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13461489" Longitude="101.62980983" StarRating="3" HotelCode="585575|225891" HotelName="Manhattan Business Hotel  TTDI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot A-12-G Jalan Damansara, Block A, Glomac Damansara 699, 60000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/28/5d28eb5a07f5d773047c907ad0b5864087cd55bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1445601491847" Longitude="101.69788599014" StarRating="3" HotelCode="18110|swiss_inn_kuala_lumpur" HotelName="Swiss-Inn Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/2f/102f95b5751e6d2c80ffbc33e9484da922fac88c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a central location, this hotel is able to present its guests with the sights and splendour ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.134332" Longitude="101.717871" StarRating="3" HotelCode="188019|wenworth_hotel_" HotelName="Hotel WW Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yew, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/1f/b91ff83f4bf060485e2d79943d69f719dc5cadf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Kuala Lumpur. The property consists of 106 rooms. Those who di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14552252" Longitude="101.70951866" StarRating="2" HotelCode="486406|cardogan_" HotelName="Cardogan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>64 Jalan Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/dd/18dd4879c107d058d829eee609566ee90cc5b551.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14812386" Longitude="101.70834126" StarRating="3" HotelCode="585545|hotel_twenty_8b" HotelName="Hotel Twenty 8B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Jalan Berangan, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/72/4772097b5b75bfbe7bafd6893a390e4f68716ec5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.96" OriginalAmount="27.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162785" Longitude="101.695266" StarRating="3" HotelCode="|189080" HotelName="Club Dolphin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 3, Jalan Tiong Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/8/0/189080_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.06" OriginalAmount="27.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13437" Longitude="101.62973" StarRating="3" HotelCode="|239242" HotelName="Manhattan Business Ttdi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot A-12-G, Block A, Glomac Damansara No.699, Jalan Damansara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/2/4/2/239242_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.19" OriginalAmount="27.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154874" Longitude="101.696592" StarRating="3" HotelCode="|397456" HotelName="M Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/5/6/397456_510c24d0421.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.24" OriginalAmount="27.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1483516854979" Longitude="101.70307158069" StarRating="4" HotelCode="376152|2536435" HotelName="Suasana Suites Bukit Ceylon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Persiaran Raja Chulan, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/98/cc98b40c99accba647eb2c17253ef98020052099.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.26" OriginalAmount="27.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08433058" Longitude="101.68988794" StarRating="2" HotelCode="304004|1204368" HotelName="Love Inn Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>J-05 Pusat Perdagangan Kuchai, Jalan 1/127, Off Jalan Kuchai Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/4a/624a93609d759358d3e8cf44057bc28b9cfabf29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel has the perfect ambience for guests who appreciate a st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.40" OriginalAmount="27.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08077" Longitude="101.73285" StarRating="0" HotelCode="|196091" HotelName="1  Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Menara Gading 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/9/1/196091_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.44" OriginalAmount="27.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158558" Longitude="101.704187" StarRating="4" HotelCode="|532962" HotelName="Quzoma Suites KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/9/6/2/532962_286a9021124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.60" OriginalAmount="27.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20307" Longitude="101.736" StarRating="0" HotelCode="|441025" HotelName="Hotel Seeds @ Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43A, Jalan Metro Wangsa, Section 2, Wangsa Maju, 53300 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/2/5/441025_1d028d70817.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.73" OriginalAmount="27.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13073098" Longitude="101.68521389" StarRating="3" HotelCode="362563|2536065" HotelName="Easy Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Jalan Tun Sambanthan (Jalan Brickfields), NU Sentral Mall, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/88/ed88baaf75917c31bb1b51b25c505bd9d73e3365.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1474999" Longitude="101.7113104" StarRating="2" HotelCode="932698|1567348" HotelName="Hotel Ambassador Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/46/154607ec22be3424366a12768f7c99ac2735cbb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1646226094063" Longitude="101.69631563558" StarRating="3" HotelCode="153273|edc_hotel_kuala_lumpur" HotelName="EDC Hotel  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/25/c825959b8cac50c9270178fe693a7c607c161230.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Jalan Raja Laut, the centre of Kuala Lumpur's fast growing business and c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.085042847578" Longitude="101.692759992" StarRating="2" HotelCode="339375|hotel_min_cott" HotelName="Hotel Min Cott" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>43 Jalan Kuchai Maju 13, B-G-1 Kuchai Exchange, Jalan 2/116b, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/13/b313b56e63a06f0abab6c233bb62ac6d6b70139f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13326325" Longitude="101.68898983" StarRating="2" HotelCode="965966|zen_rooms_my_hotel_sentral" HotelName="My Hotel @ Sentral by Zen Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/30/fd305bca3f4cd17e704fe0fc6c8476ba00b24309.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.86" OriginalAmount="28.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.140201" Longitude="101.713679" StarRating="3" HotelCode="|215783" HotelName="Zen Premium Hulo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 JALAN CHANGKAT THAMBI DOLLAH BUKIT BINTANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/8/3/215783_0cbe5031124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.92" OriginalAmount="28.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13073" Longitude="101.68532" StarRating="3" HotelCode="|196116" HotelName="Easy Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 110 Jln Tun Sambanthan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/1/1/6/196116_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.26" OriginalAmount="28.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.94487531" Longitude="101.72239023" StarRating="0" HotelCode="979745|4729735" HotelName="Enclave Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Jalan Diplomatik, Putrajaya, 62050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c1/dfc15b5029a24215525e77d43e7b01d50ad23a7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.49" OriginalAmount="28.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143909" Longitude="101.695568" StarRating="3" HotelCode="915312|1475698" HotelName="Travelodge City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/fe/85feb11ec3d91d05243571da5432b20bad6747c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.59" OriginalAmount="28.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.163987" Longitude="101.692607" StarRating="3" HotelCode="221722|936765" HotelName="Upper View Regalia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Anjung Putra, Off Jalan Sultan Ismail, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/62/a3620d79f671824af071c99315332dbbf724649f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.59" OriginalAmount="28.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19797" Longitude="101.60656" StarRating="3" HotelCode="|233133" HotelName="S. Damansara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Jalan Cempaka SD 12/5 Bandar Sri Damansara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/1/3/3/233133_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.78" OriginalAmount="28.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="967509|2660545" HotelName="M Palace Hotel KL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.109774" Longitude="101.678388" StarRating="3" HotelCode="296383|v_hotel_kuala_lumpur" HotelName="V Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Tasik Selantan 8, Bandar Tasik Selatan, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/9f/129fb52313647a71cc11a74be63f31d7394c4115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0808854898702" Longitude="101.73296750751" StarRating="2" HotelCode="343571|1_hotel_taman_connaught" HotelName="1 Hotel Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Menara Gading 1, Taman Connaught, Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/dc/71dc6a101b7f0085c3a9a34613a2306ddc583625.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1389115" Longitude="101.70964604" StarRating="3" HotelCode="754133|eco_hotel_at_bukit_bintang" HotelName="ECO Hotel @ Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>179 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/25/382596f05b3ec9ed610793b56212b1df6ea3a96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.08" OriginalAmount="29.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14475368" Longitude="101.71387284" StarRating="3" HotelCode="584691|2203355" HotelName="InnB Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>102-106 Jalan Imbi, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/0a/190acce37f6a99d434cd2b5ac8dbe497743862f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.09" OriginalAmount="29.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20423" Longitude="101.66836" StarRating="3" HotelCode="|188508" HotelName="Crystal Crown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.3, Jalan Jambu Mawar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/0/8/188508_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.13" OriginalAmount="29.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14583" Longitude="101.70983" StarRating="2" HotelCode="|460298" HotelName="Tai Ichi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 &amp; 80, Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/2/9/8/460298_f044f581920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.34" OriginalAmount="29.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13954859" Longitude="101.7134553" StarRating="3" HotelCode="421908|1893105" HotelName="City Comfort Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Designated Smoking Area,Housekeeping,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>22 Lorong Thambi 2, Off Jalan Changkat Thambi Dollah, Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c4/3dc45203ac0c2b03c39a49f8a5f363fbd0e8004b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;"City Comfort Hotel Bukit Bintang offers accommodation in Kuala Lumpur. The property has a 24-hour f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.48" OriginalAmount="29.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1471114101793" Longitude="101.71008436501" StarRating="3" HotelCode="343585|1217818" HotelName="Izumi Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>85 Jalan Berangan, Off Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a3/44a3a6661dfcb518178f670750d96747699ce730.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.55" OriginalAmount="29.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.093586" Longitude="101.666595" StarRating="4" HotelCode="|456299" HotelName="Cubic Botanical Suites Homebrickz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 2/112c</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/2/9/9/456299_c754bdf1759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.88" OriginalAmount="29.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14634862" Longitude="101.7099244" StarRating="1" HotelCode="353693|2280475" HotelName="Hotel Imperial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76-80 Changkat Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/34/7734f4122f0de6dbd6232a87b5f467198c09348b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an exciting setting in Kuala Lumpur, lying amidst the city's main shopping, dining...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1669311512364" Longitude="101.69551017254" StarRating="3" HotelCode="13035|grand_central" HotelName="Sani Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/zz/cead561eda5bd7506b2535bfa54bea8b698b771a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located near Putra World Trade Centre, banks, a shopping mall, street mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1662051952184" Longitude="101.70074338635" StarRating="2" HotelCode="337604|city_park_hotel_kuala_lumpur" HotelName="City Park Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46 Lorong Haji Hussein Satu, Off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/62/5a627a0f5dbb9b7be0f7c27647719e4ab8c43cb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14575674" Longitude="101.70984978" StarRating="2" HotelCode="357057|tai_ichi" HotelName="Tai Ichi Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>78 &amp; 80 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/0b/0f0b9da8fd4647770d2d185af7c2bc9895d0f840.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.24" OriginalAmount="30.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1634118" Longitude="101.6925057" StarRating="4" HotelCode="|128139" HotelName="Regalia Upper View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2 Jalan Anjung Putra,Off Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/3/9/128139_9ac65ca1446.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers rooms with a kitchen, a seating area, dinner service, a squash court, WiFi, a swimming pool, a playground and a library. SITUATION: This hotel is in Kuala Lumpur is situated in the city centre, close to Putra World Trade Centre, Sunway Putra Shopping Shopping Centre and Putra Komuter and PWTC Sultan Ismail LRT.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.26" OriginalAmount="30.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16681" Longitude="101.69569" StarRating="3" HotelCode="|391718" HotelName="Lazdana  Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.61, Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/1/8/391718_a0316141028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.32" OriginalAmount="30.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.113974" Longitude="101.665544" StarRating="3" HotelCode="|397290" HotelName="Komune Living" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.20, Jalan Kerinchi Kiri 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/9/0/397290_e9360b21029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.44" OriginalAmount="30.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20407" Longitude="101.668279" StarRating="3" HotelCode="187987|2253765" HotelName="Crystal Crown Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.3 Jalan Jambu Mawar, Off Jalan Kepong, 52000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/8b/808bd65883d7597575dfbe6ca723ca1f9fe205f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.57" OriginalAmount="30.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.171592" Longitude="101.712627" StarRating="4" HotelCode="|390725" HotelName="Expressionz Professional Suites by MyKey Global" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 1/65a off Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/5/390725_62985a90926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.57" OriginalAmount="30.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13964" Longitude="101.71351" StarRating="3" HotelCode="|231952" HotelName="City Comfort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 22, Lorong Thambi 2 Off Jalan Changkat, Thambi Dollah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/9/5/2/231952_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.65" OriginalAmount="30.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14764" Longitude="101.70893" StarRating="4" HotelCode="|390710" HotelName="Mov  Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Jalan Berangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/1/0/390710_4cae4951000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14764417" Longitude="101.70890386" StarRating="4" HotelCode="638678|mov_hotel_kuala_lumpur" HotelName="MOV Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Jalan Berangan, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/71/f571e85295e8c891f67c634230d6f2b41a6863dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.33" OriginalAmount="31.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11514974" Longitude="101.6684613" StarRating="3" HotelCode="746352|4703425" HotelName="Nexus Regency Suites &amp; Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Housekeeping,Internet,Kitchen,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tower D Jalan Pantai Baru, Bangsar Trade Center, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/91/649159153d665440377866f077687f72bf6a5c8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, Nexus Regency Suites &amp; Hotel Bangsar offers accommodations away from the hu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.43" OriginalAmount="31.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.082248" Longitude="101.583487" StarRating="4" HotelCode="904617|227616" HotelName="Empire Hotel Subang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan SS16/1, 47500 Subang Jaya, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/15/8c15257c368b1b0ea13b6dfceb9138c9dd1d69e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is majestically located in the business district of Subang Jaya. Breathtaking shopping spe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.48" OriginalAmount="31.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17134" Longitude="101.71246" StarRating="4" HotelCode="|390468" HotelName="Expressionz Professional Suites by KL Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Razak, No. 30, Jalan 1/65A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/6/8/390468_acc67080904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.50" OriginalAmount="31.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14835" Longitude="101.70454" StarRating="4" HotelCode="|390722" HotelName="Indie Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.9, Jalan Ceylon, Bukit Ceylon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/2/390722_29eefe00929.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.66" OriginalAmount="31.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15914" Longitude="101.70388" StarRating="3" HotelCode="|235388" HotelName="Summer Suites Bernice" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Off Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/3/8/8/235388_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.85" OriginalAmount="31.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.207713" Longitude="101.658081" StarRating="3" HotelCode="|396689" HotelName="Suwara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 19, Jalan 4/32, Batu 6 off Jalan Kepong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/6/8/9/396689_7839f220800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13680453" Longitude="101.7114696" StarRating="3" HotelCode="961345|271607" HotelName="Kl Short Stay @ D'majestic Place at D'Majestic Place by Swiss Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>376 Jalan Pudu, D' Majestic, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/67/c567138ca0133be8570c90bbb2debce69773fc34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1570701098504" Longitude="101.75250646357" StarRating="3" HotelCode="316771|de_palma_hotel_ampang" HotelName="De Palma Ampang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Selaman 1/2, Palm Square, Ampang Point, 68000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/90/ca906fbb8aeef81d8b622e5d282f81f98aed723c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16490646" Longitude="101.69835076" StarRating="4" HotelCode="768432|hilton_garden_inn_kuala_lumpur_jalan_tuanku_abdul_rahman_south" HotelName="Hilton Garden Inn Kuala Lumpur Jalan Tuanku Abdul Rahman South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>452 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/08/7608d35fe7d007befdc994385cb0fc11b010e789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="881484|expressionz_suites_by_ihost_global" HotelName="Expressionz Professional Suites by Ben" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/65A Off Jalan Tun Razak</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/f3/49f3b25ac7ee4bfe016da980925e5a4554558970.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.02" OriginalAmount="32.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.92349" Longitude="101.651053" StarRating="3" HotelCode="|203499" HotelName="FOX Lite DPulze Cyberjaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLOCK D,CYBERJAYA CBD,PERSIARAN MULTIMEDIA,CYBER12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/9/203499_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.38" OriginalAmount="32.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16662" Longitude="101.6963" StarRating="3" HotelCode="|189065" HotelName="Sani Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63M Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/6/5/189065_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.59" OriginalAmount="32.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.22693" Longitude="101.67137" StarRating="4" HotelCode="|231349" HotelName="Kip Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 77 Jalan Seri Utara 1 Sri Utara Off Jalan Ipoh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/3/4/9/231349_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.59" OriginalAmount="32.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15947" Longitude="101.71483" StarRating="3" HotelCode="|188727" HotelName="De King Boutique Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160, Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/2/7/188727_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.60" OriginalAmount="32.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14032" Longitude="101.71095" StarRating="3" HotelCode="|235765" HotelName="Taragon Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah Taragon Puteri Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/6/5/235765_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.72" OriginalAmount="32.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.115" Longitude="101.66875" StarRating="0" HotelCode="|224353" HotelName="Imperial Regency Suites and Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tower D Bangsar Trade Center Jalan Pantai Baru</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/3/5/3/224353_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14672667" Longitude="101.71108812" StarRating="2" HotelCode="549032|158400" HotelName="Travelogue KL Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>118B Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/da/19daae07c8ed5aa0d10be6186ecb6208102cafcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147" Longitude="101.717138" StarRating="3" HotelCode="|397698" HotelName="J-hotel By Dorsett" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 7 Jalan Jati</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/9/8/397698_f6c47120818.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1633634139966" Longitude="101.6955538094" StarRating="3" HotelCode="115914|citrus_hotel" HotelName="Q Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Jalan Tiong Nam, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/81/25819eb7f28281756d6d8f7d5c02c223d5e41c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located off Jalan Raja Laut, one of the artery city roads with easy access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1469865687799" Longitude="101.70815885067" StarRating="3" HotelCode="15705|radius_international_hotel_kuala_lumpur" HotelName="Hotel Soleil Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51-A Changkat Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/37/e837a4106ca4af1dcde194481b2f4ab7c298c556.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is in the ideal location with the hip Bintang Walk within walking distance. The conv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.122148" Longitude="101.719596" StarRating="4" HotelCode="260771|vivatel" HotelName="Vivatel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Jalan Loke Yew, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/62/bd62cd616224d6595c6b445212da88321cc989db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.2268885083481" Longitude="101.67122781714" StarRating="3" HotelCode="378785|kip_hotel" HotelName="KIP Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Jalan Seri Utara 1, Sri Utara Off Jalan Ipoh, 68100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/17/b817a313dd1d073cd58217b1a56692860f0605f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15840667" Longitude="101.70487433" StarRating="4" HotelCode="862432|apartamenty_summer_suites_klcc" HotelName="Summer Suites KLCC Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Mercu Summer Suites, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/9b/c29b1cb7a775a671f542e3069caf285d0e9d8328.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.28" OriginalAmount="33.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17143" Longitude="101.71227" StarRating="3" HotelCode="|394090" HotelName="Expressionz Klcc By Wodages" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 30 Jalan 1/65A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/0/9/0/394090_f2521361006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.86" OriginalAmount="33.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1399887563656" Longitude="101.71012182538" StarRating="4" HotelCode="171255|458525" HotelName="Furama Bukit Bintang" 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,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/ac/d8aceb61d88c0fa1c046c7374dc90d2b54c2f7ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally located in Kuala Lumpur's vibrant Golden Triangle, adjacent to Bukit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17150392" Longitude="101.71252702" StarRating="3" HotelCode="756573|335620" HotelName="Expressionz Professional Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Business Centre,Conference Hall,Designated Smoking Area,Dining,Internet,Kids Play Area,Meeting Room,Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2/65A Off Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/80/4a80642d6135cd43de7d89ee08079612cce29d4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Aparthotel is in Kuala Lumpur. The aparthotel comprises a total of 300 snug accommodatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159671109773" Longitude="101.71464337361" StarRating="3" HotelCode="318859|le_apple_boutique_hotel__klcc" HotelName="Le Apple Boutique Hotel KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>160 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/25/fd25422d9bde9c940486088d2bcd281f3d4d24e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuala Lumpur. For guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146801" Longitude="101.712606" StarRating="2" HotelCode="345043|gold_tree_hotel" HotelName="Gold3 Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,LCD/Projector,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Lot B5, 179 Jalan Bukit Bintang, Fahrenheit 88, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/33/0c337b36f591246340f6e07de59de7f6b00c6ae4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Gold Tree Hotel, you'll be centrally located in Kua...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.10" OriginalAmount="34.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.100258" Longitude="101.717811" StarRating="3" HotelCode="|521503" HotelName="Komune Living and Wellness" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Jalan Tasik Permaisuri 2, Bandar Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/5/0/3/521503_b4af4f41036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.36" OriginalAmount="34.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.098743" Longitude="101.646519" StarRating="3" HotelCode="|441047" HotelName="Orange Business Hotel Petaling Jaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 68, Jalan 52/4, Seksyen 52 46200 Petaling Jaya Selangor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/4/7/441047_76b8b3f1022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.36" OriginalAmount="34.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146906" Longitude="101.71242" StarRating="3" HotelCode="|391416" HotelName="Gold3 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot B5, 1 Floor, KL Plaza Block B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/1/6/391416_5c1d3341020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.43" OriginalAmount="34.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451742894508" Longitude="101.70769927368" StarRating="3" HotelCode="66216|17964" HotelName="Travelodge Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan Alor, Bukit Bintang, Wilayah Persekutuan, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/ab/41ab529b05fe6bf9836b11810eeaa8242271a31b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Jalan Alor, which is within Kuala Lumpur's Golden Triangle. It offers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.63" OriginalAmount="34.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08967" Longitude="101.68829" StarRating="3" HotelCode="|397314" HotelName="Lolex" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Jalan Kuchai Maju 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/1/4/397314_45bf2a31301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.79" OriginalAmount="34.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1608674012798" Longitude="101.72898888588" StarRating="4" HotelCode="69801|1988325" HotelName="Oakwood Hotel &amp; Residence Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/aa/b5aaac0adc96fdf0bf28d52075e97606e2e4c50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located along the famous “Embassy Row” in Jalan Ampang, the complex is merely a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.83" OriginalAmount="34.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485" Longitude="101.70785" StarRating="0" HotelCode="|404218" HotelName="One Bukit Ceylon Ramada KLCC - CoLiving" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>One Bukit Ceylon, No 1, Lorong Ceylon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/2/1/8/404218_9e6db540738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1426201280436" Longitude="101.71116701607" StarRating="3" HotelCode="321190|times_private_serviced_suites_2" HotelName="Berjaya Times Square Apartment Complex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/22/62/226270647170a841193e95d2a3a4118fb67c409a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15454177" Longitude="101.70705135" StarRating="3" HotelCode="885361|vortex_klcc_apartments" HotelName="Vortex KLCC Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, Vortex Suites &amp; Residences, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/a4/26a46760143d7fd55ed017cef22c51fee70d5e57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17145056" Longitude="101.71239824" StarRating="0" HotelCode="881505|expressionz_professional_suites_by_plush" HotelName="Expressionz Professional Suites by Plush" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Jalan 1/65A</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/94/d894954cabb9a4bdbf80cbef8a7401fa011443f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1417522202795" Longitude="101.7047608919" StarRating="3" HotelCode="970932|casa_residency_service_apartment" HotelName="Casa Residency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Golloway, Bukit Bintang, 50150 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/6d/0c6d1dfae200c757a94ef90a9631f9a14d16ca59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.16" OriginalAmount="35.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1597429" Longitude="101.7264386" StarRating="3" HotelCode="|34155" HotelName="Holiday Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225, JALAN AMPANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/1/5/5/34155_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts 134 rooms, 20 floors, one or two bedroom apartments and studio suites. It has air-conditioning, a lobby with a reception, a safety deposit box service and conference facilities. SITUATION: Kuala Lumpur It is in close to the establishment, clients can find Petronas the towers the city centre, 5 minutes away from the establishment you have Ampang Park LRT the metro station of Jalan Ampang It is in it is situated near the business area surrounded by shopping centres, restaurants, leisure areas, offices and embassies. 45 minutes away from the establishment, guests will find Kuala Lumpur Airport 30 minutes away from the establishment you have the central station. ROOM: The fully-equipped rooms, have a dining room, a direct line telephone and a satellite television. They have a kitchen with a microwave, kitchen utensils, kitchenware, an ironing set, a bathroom with a shower and a bath. Clients are offered suites with internet, They also have an individual air-conditioning system. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have breakfast, lunch and dinner service, local dishes and Occidental dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.19" OriginalAmount="35.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.990222" Longitude="101.790424" StarRating="4" HotelCode="188002|2262295" HotelName="Oriental Crystal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 13 Jalan S10/3, Section 10, Off Jalan Bukit, 43000 Kajang, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/fb/2ffb59fe2c2b65b6a56dbb072279254b1d6c7664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.29" OriginalAmount="35.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1470472" Longitude="101.7081597" StarRating="3" HotelCode="|51693" HotelName="Starus Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51,A Changkat Bukit Bitang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/6/9/3/51693_1_8398.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 431 rooms, superior rooms, deluxe rooms, Premier rooms and suites. This air-conditioned hotel has conference facilities, dining facilities, a car park, a hairdresser's, a laundry service and room service. SITUATION: It is in an excellent location, Bintang Walk in the surrounding area, clients have it is well-connected by public transport services, is 3 kilometres away from tourist points of interest, Clients can also find Petronas the towers Suria KLCC and Chinatown the square and the market. It is 45 minutes away fromKuala Lumpur Airport. ROOM: The rooms a bathroom, a direct line telephone, a television, a coffee maker, a kettle, an iron, a safe and an air-conditioning system. FACILITIES: The establishment has a swimming pool and a terrace. MEALS: Regarding the food and beverage offering, the establishment offersKopitiam the cafÃ© local dishes and international dishes. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.31" OriginalAmount="35.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161323" Longitude="101.7289437" StarRating="4" HotelCode="|211075" HotelName="Oakwood and Residence Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/5/211075_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.34" OriginalAmount="35.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1427" Longitude="101.70942" StarRating="3" HotelCode="|238346" HotelName="Sky Apartment At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/3/4/6/238346_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.48" OriginalAmount="35.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14729" Longitude="101.71014" StarRating="3" HotelCode="|188716" HotelName="Izumi Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85, Jalan Berangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/6/188716_1_1118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.67" OriginalAmount="35.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1285177850771" Longitude="101.72958433628" StarRating="3" HotelCode="161558|76694" HotelName="Hotel Maluri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Permaisuri, Taman Maluri, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/69/b6695e82d5773acba79a3b5ff16925270be707c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located within the vicinity of city centre in Kuala Lumpur for business o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.73" OriginalAmount="35.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1497664995173" Longitude="101.7051333189" StarRating="3" HotelCode="185518|796785" HotelName="The Maple Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Changkat Raja Chulan, Menara Maplelee, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/e3/8be34e7ced7b07ca772e17bd0b65945de92b8de3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to KL Tower at the heart of Kuala Lumpur's financial and business district...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.75" OriginalAmount="35.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1714" Longitude="101.712502" StarRating="4" HotelCode="|390730" HotelName="Expressionz Professional Suites By Mad Kl Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 1/65a, Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/3/0/390730_b60dc610950.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.85" OriginalAmount="35.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16422627" Longitude="101.65197813" StarRating="4" HotelCode="548945|2537165" HotelName="The Signature Hotel and Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Sri Hartamas 22, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/af/62afe2b7d6256bc7f8294c79aa302e2765f8ec32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.88" OriginalAmount="35.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.124103" Longitude="101.710264" StarRating="4" HotelCode="|537922" HotelName="Trion Kuala Lumpur by Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/2/2/537922_0066f250944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.01" OriginalAmount="35.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.140452" Longitude="101.710394" StarRating="3" HotelCode="|391772" HotelName="Peaceful Service Suites at Taragon Puteri Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah, Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/7/2/391772_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.07" OriginalAmount="35.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0305822734845" Longitude="101.71674185648" StarRating="4" HotelCode="64174|18914" HotelName="Philea Mines Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dulang, Mines Resort City, 43300 Seri Kumbangan, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/e2/c0e2cd55c5a38d30420b7a4ffa556a6dbcf92a63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is strategically situated, just around a 20-minute drive from the city of Kuala Lumpur. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1465116598419" Longitude="101.70792951431" StarRating="2" HotelCode="153354|rae" HotelName="Hotel RAE Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42, 44 &amp; 46 Tengkat Tong Shin, Off Jalan Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/fd/90fd31a1d5e80fd5d662385ae7b6f0347a160064.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08962091" Longitude="101.68823137" StarRating="3" HotelCode="735332|lolex_hotel" HotelName="Lolex Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Jalan Kuchai Maju 10, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/54/a95471e94e90dc7f9f38e868d79d757c758b6b32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.46" OriginalAmount="36.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.129271" Longitude="101.710984" StarRating="3" HotelCode="|397391" HotelName="H Boutique  Xplorer Loke Yew" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110-114, Jalan Loke Yew</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/9/1/397391_eddbb401113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.57" OriginalAmount="36.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154727" Longitude="101.707367" StarRating="0" HotelCode="|404167" HotelName="Yemala Suites @ Vortex Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/6/7/404167_c299d620626.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.85" OriginalAmount="36.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143067" Longitude="101.710761" StarRating="0" HotelCode="|403543" HotelName="Garden Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Times Square East No. 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/5/4/3/403543_0f80d681055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.91" OriginalAmount="36.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.141772" Longitude="101.698078" StarRating="2" HotelCode="|469580" HotelName="Yu Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>126 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/5/8/0/469580_4498c6b1200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.93" OriginalAmount="36.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1456658" Longitude="101.7098395" StarRating="3" HotelCode="932697|2253585" HotelName="Sungei Wang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74-76 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/9a/1c9adc5f53fe6db288b4eb821cbed35d11e2b47e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.02" OriginalAmount="36.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1720941" Longitude="101.6920261" StarRating="3" HotelCode="|89492" HotelName="Grand Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN TUN ISMAIL, KUALA LUMPUR, 50400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/9/2/89492_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.10" OriginalAmount="36.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15333316" Longitude="101.70520366" StarRating="4" HotelCode="429439|1871158" HotelName="Oasia Suites Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong P Ramlee, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/45/7a45587b45e92b021d6861284d4b6ac6fb986940.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring free WiFi and an outdoor pool, Oasia Suites Kuala Lumpur by Far East Hospitality offers ac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1617993895634" Longitude="101.69657438993" StarRating="3" HotelCode="12992|hotel_grand_continental_kuala_lumpur" HotelName="Grand Continental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Belia, Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/03/9103df15e5ee1cd5720e512c842cb5baf0fb0f5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Malaysian capital - the beautiful, so-called Garden City of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="3" HotelCode="13045|grand_pacific_hotel_kuala_lumpur" HotelName="Grand Pacific Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Ismail, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/7e/847e049c8b9fb133d8492c2acf8b3e0451a35d9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is strategically placed close to the internationally renowned Putra World Trade ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1644030813766" Longitude="101.69847291898" StarRating="3" HotelCode="401333|hilton_garden_inn_kuala_lumpur_jalan_tuanku_abdul_rahman" HotelName="Hilton Garden Inn Kuala Lumpur Jalan Tuanku Abdul Rahman North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>449 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/e7/d3e7c8c4ccca9e3388069ce784d773eb7d7640b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located on the fringes of the golden triangle of Kuala Lumpur's city cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.21" OriginalAmount="37.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148255" Longitude="101.704848" StarRating="3" HotelCode="|441007" HotelName="Ceylonz Lifestyle Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ceylon, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 50200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/0/7/441007_9312d681707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.52" OriginalAmount="37.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146452" Longitude="101.705624" StarRating="3" HotelCode="|441006" HotelName="Ceylonz Starlight Suites Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Persiaran Raja Chulan, Kuala Lumpur, Federal Territory of Kuala Lumpur, 50200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/0/6/441006_8f35e6e0723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.78" OriginalAmount="37.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160942" Longitude="101.700907" StarRating="4" HotelCode="|538750" HotelName="The Colony and Luxe, KLCC by Canopy Lives, Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Jalan Dewan Sultan Sulaiman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/7/5/0/538750_290618f2113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.82" OriginalAmount="37.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08450871" Longitude="101.67110212" StarRating="3" HotelCode="436034|2537955" HotelName="Hotel Six Seasons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>4 Lorong 1/137C, Batu 5, Jalan Klang Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/31/b73137857ea1d39b50b1cc5fa46dbb5dc930cc5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The wide range of services and facilities makes the hotel the ideal starting point for business and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.29" OriginalAmount="38.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14135" Longitude="101.71031" StarRating="3" HotelCode="|188527" HotelName="Empire Suites @ Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>07-04, 7th Floor, Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/2/7/188527_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.37" OriginalAmount="38.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16419" Longitude="101.65201" StarRating="4" HotelCode="|189100" HotelName="The Signature and Serviced Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3, Jalan Sri Hartamas 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/0/0/189100_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.41" OriginalAmount="38.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.093458" Longitude="101.738274" StarRating="3" HotelCode="|440860" HotelName="Minsu Ekocheras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cheras, Ekocheras No. 693, Batu 5, Kuala Lumpur, 56000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/6/0/440860_580387f1708.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.46" OriginalAmount="38.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1643131" Longitude="101.69226674" StarRating="3" HotelCode="845839|2253615" HotelName="Best KL City View @ Regalia Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Anjung Putra, Off Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/a8/f3a8f9ebead557dfd0285d824a3707e53b3a3b2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.52" OriginalAmount="38.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159055" Longitude="101.746534" StarRating="3" HotelCode="|396554" HotelName="St Nomad M City Ampang, Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 326, Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/5/4/396554_08f40de1044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.54" OriginalAmount="38.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143791" Longitude="101.705311" StarRating="3" HotelCode="|396580" HotelName="Swiss Garden Residence By Urban Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 2A, Jalan Galloway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/8/0/396580_12c83e21054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.55" OriginalAmount="38.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11030208" Longitude="101.66552069" StarRating="4" HotelCode="450246|1908505" HotelName="V E Hotel and Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kerinchi, Bangsar South City, 59200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/86/6686e26f44a6e34a787325ab6e4e90c0f2e3ae01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.56" OriginalAmount="38.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16211" Longitude="101.70647" StarRating="0" HotelCode="|593812" HotelName="Legasi Kampung Baru Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Muda Musa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/3/8/1/2/593812_c48a8c62124.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.70" OriginalAmount="38.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1454517" Longitude="101.7071347" StarRating="4" HotelCode="|89476" HotelName="Anggun Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 7&amp;9 JALAN TENGKAT TONG SHIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/6/89476_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.70" OriginalAmount="38.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14524" Longitude="101.70932" StarRating="2" HotelCode="|189090" HotelName="Sungei Wang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74-76, Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/9/0/189090_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.77" OriginalAmount="38.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16287066" Longitude="101.65596969" StarRating="4" HotelCode="758827|2289885" HotelName="Dorsett Hartamas" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Internet,Laundry,Meeting Room,Parking">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Sri Hartamas 1, D-G-08, Plaza Damas 3, Taman Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/2f/992fbb4cc1904545a6f704cb3ec769c2a8ffb74b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Explore the vibrancy of the neighbourhood. Indulge in the warm signature hospitality that's uniquely...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.80" OriginalAmount="38.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1449163457924" Longitude="101.71005785465" StarRating="3" HotelCode="166840|17724" HotelName="Capitol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bulan, Off Jalan Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/64/cb6465e8a8bf539a937984ff3c9f205a8dbb13f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Bukit Bintang, the commercial and entertainment centre of Kual...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.97" OriginalAmount="38.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.110286" Longitude="101.664188" StarRating="4" HotelCode="|390451" HotelName="V E  and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bangsar South No. 8 Jalan Kerinchi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/5/1/390451_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14834822" Longitude="101.70286732" StarRating="3" HotelCode="602085|391597" HotelName="AirPorter Bukit Bintang Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Suasana Bukit Ceylon 2, Persiaran Raja Chulan, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/6b/216b453929da232b3a6148f15906e0bb28ca3383.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145469" Longitude="101.70715" StarRating="4" HotelCode="161038|anggun_boutique_hotel" HotelName="Anggun Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 &amp; 9, Tengkat Tong Shin, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/d6/e1d6fd19b7b3d6fd0a5560694061af613594ee36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is neatly tucked into the street known as Tengkat Tong Shin in Bukit Bintang. An oasis of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142857" Longitude="101.702429" StarRating="3" HotelCode="188001|olympic_sports_hotel_kuala_lum" HotelName="Olympic Sports" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Jebat, 50150 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/79/c77991242c46f2db9b8de8423288f82ec3e4fa53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.25" OriginalAmount="39.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08465" Longitude="101.67107" StarRating="0" HotelCode="|232459" HotelName="Six Seasons" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 4, Lorong 1/137C, Batu 5, Jalan Klang Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/4/5/9/232459_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.68" OriginalAmount="39.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16907" Longitude="101.65296" StarRating="3" HotelCode="|392475" HotelName="The Signature Service Suite Mont Kiara By Klhomesweet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kiara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/4/7/5/392475_4322a3b1011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.77" OriginalAmount="39.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.136757" Longitude="101.711722" StarRating="0" HotelCode="|441021" HotelName="D'majestic Premier Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>376, Jalan Pudu, Kuala Lumpur, 55100, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/2/1/441021_9da91ab1717.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.16" OriginalAmount="39.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12818" Longitude="101.6805" StarRating="0" HotelCode="|239607" HotelName="Kl Bangsar Sentral (est)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44, Jalan Ang Seng, Brickfields,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/0/7/239607_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.18" OriginalAmount="39.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16305" Longitude="101.65588" StarRating="4" HotelCode="|390714" HotelName="Dorsett Hartamas Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>D-G-08 Plaza Damas, No. 63 Jalan Sri Hartamas 1, Taman Sri Hartamas ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/1/4/390714_886cb0e0948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.40" OriginalAmount="40.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15903" Longitude="101.71422" StarRating="4" HotelCode="|597177" HotelName="Santa Grand Signature Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 36 Menara Santa Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/1/7/7/597177_2392b0b2239.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.69" OriginalAmount="40.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.140364" Longitude="101.710273" StarRating="3" HotelCode="|392818" HotelName="Royal Apartments At Taragon Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Level 11-7 Taragon Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/8/1/8/392818_b5910aa1005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.73" OriginalAmount="40.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14008768" Longitude="101.71205404" StarRating="4" HotelCode="460907|1974275" HotelName="Mercure Kuala Lumpur Shaw Parade" 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>Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/74/4d74e22faccfd6e372f25a27393329436383a961.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.89" OriginalAmount="40.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16297235" Longitude="101.71443635" StarRating="4" HotelCode="726151|2271935" HotelName="ibis Kuala Lumpur City Centre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Dining,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Yap Kwan Seng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/7a/ca7a46c392cdc42b3001c28d5e1a2969592d2827.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located right in the heart of Kuala Lumpur, ibis Kuala Lumpur City Centre is only a 5-...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.96" OriginalAmount="40.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1447" Longitude="101.7042" StarRating="0" HotelCode="|440960" HotelName="The Robertson Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Idaman Robertson, No 2, Jalan Robertson, Bukit Bintang, 50150 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/6/0/440960_8853e6d1656.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.00" OriginalAmount="40.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146452" Longitude="101.705624" StarRating="3" HotelCode="|441005" HotelName="Ceylonz Suites by MyKey Global" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Persiaran Raja Chulan, Kuala Lumpur, Federal Territory of Kuala Lumpur, 50200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/0/5/441005_a7e50690731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.122443" Longitude="101.682317" StarRating="3" HotelCode="267076|my_hotel__mid_valley" HotelName="Ray Parc Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 2/87G, Off Jalan Syed Putra, Taman Seputeh, 58000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/d3/2ad3a4525acc5cb02a8e49ff5092da6a093d2c35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14252045" Longitude="101.71017685" StarRating="0" HotelCode="965197|cool_service_suites_at_times_square" HotelName="Cool Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Bukit bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/86/ad86216ebfc87c39fe2ec1bc33217b8722ac558d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.74" OriginalAmount="41.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159673" Longitude="101.699249" StarRating="4" HotelCode="|468607" HotelName="Quill Residences Kuala Lumpur, Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1018 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/6/0/7/468607_b46006b1808.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.83" OriginalAmount="41.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145241" Longitude="101.712498" StarRating="4" HotelCode="76105|18124" HotelName="Royal Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Walter Grenier, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/89/0b89efcc57e765be56f40a7e0d7142801411c7b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the Golden Triangle in Kuala Lumpur: a haven for shopping, gou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.83" OriginalAmount="41.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144324" Longitude="101.706152" StarRating="3" HotelCode="187993|896735" HotelName="Sky Express Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu, Kuala Lumpur 55100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/308681/308681a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.95" OriginalAmount="41.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14927" Longitude="101.70034" StarRating="3" HotelCode="|470493" HotelName="lyf Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan Raja Chulan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/4/9/3/470493_97e62871947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.24" OriginalAmount="41.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14462012" Longitude="101.70424861" StarRating="3" HotelCode="746362|3114775" HotelName="The Robertson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Robertson, 50150 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/97/2d975aea74784cd80e328937fce33ce0b1a42ea7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155006536917" Longitude="101.70820551147" StarRating="3" HotelCode="224800|placin_at_crown_regency_kl" HotelName="Crown Regency Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan P. Ramlee, Kuala Lumpur 50250</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/13/ec136153d24936fa7cd55f2bd771d2ccd5389a82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="3" HotelCode="845076|rainbow_suites_at_times_square" HotelName="Rainbow Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/05/bd0562350b57e59e35ed27274d58963d64440595.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.30" OriginalAmount="42.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14257" Longitude="101.70991" StarRating="3" HotelCode="|396561" HotelName="Queens Service Suite At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East Tower, Lot 07-29, 7th Floor, Berjaya Time Square. No 1, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/6/1/396561_0bb4fe51047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.47" OriginalAmount="42.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.132234" Longitude="101.688" StarRating="2" HotelCode="|398053" HotelName="Nu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 37 Jalan Thambypillai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/0/5/3/398053_bee933e1342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.80" OriginalAmount="42.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09325" Longitude="101.73898" StarRating="3" HotelCode="|440837" HotelName="EkoCheras Luxury Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 693, Batu, 5, Jalan Cheras, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 56000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/3/7/440837_489ba7a1752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.04" OriginalAmount="42.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1436897" Longitude="101.7057154" StarRating="3" HotelCode="|386183" HotelName="Swiss Garden Residences Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2 Jalan Galloway, Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/1/8/3/386183_1_2333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1321438977015" Longitude="101.68806842265" StarRating="2" HotelCode="452039|151549" HotelName="NU Hotel @ KL Sentral" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Jalan Thambypillai, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/fb/0dfb2ee0199979d5ca9bdccabe8031d78c529956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451725" Longitude="101.70675533" StarRating="3" HotelCode="321252|12fly_hotel" HotelName="12FLY Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16-1 Jalan Tong Shin, Bukit Bintang 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b8/abb8b4b4b841789842074afcb2f96d9c55ee7d21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14287294" Longitude="101.71039482" StarRating="3" HotelCode="845142|best_service_suites_at_times_square_2" HotelName="Best Service Suites at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c4/8fc4376bde2620fb7e7a351502f72a92ad578a3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14283898" Longitude="101.71024511" StarRating="3" HotelCode="845554|the_apartments_times_square" HotelName="The Apartments at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Designated Smoking Area,Elevator,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/12/931294a2fd6d6ffae1b4e4c2e5d4afe83a3c0e97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Kuala Lumpur, The Apartments @ Times Square puts everything the city has ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.47" OriginalAmount="43.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14265" Longitude="101.71" StarRating="3" HotelCode="|397207" HotelName="Falcon Apartment At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1,Jalan Imbi.Bukit bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/0/7/397207_cdd5acc1001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.50" OriginalAmount="43.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588025621868" Longitude="101.69414162636" StarRating="4" HotelCode="16299|18014" HotelName="Summit Hotel KL City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/df/13dfdb3704459848e2deea8612476237e0f99ac8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located in the heart of business and shopping districts of Kuala Lumpur. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.57" OriginalAmount="43.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14925101" Longitude="101.70635053" StarRating="4" HotelCode="435709|1987955" HotelName="Verdant Hill Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Changkat Raja Chulan, Bukit Ceylon, 50200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/ac/48ace28c1cc59245da3a526ffc95a493a6394694.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.97" OriginalAmount="43.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441439813105" Longitude="101.70519397127" StarRating="4" HotelCode="410665|4715105" HotelName="Swiss-Garden Residences Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2A Jalan Galloway, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/74/4b7494b81fce8f13459d54938dadfee633983113.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur, about 9 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.02" OriginalAmount="43.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16313" Longitude="101.71493" StarRating="4" HotelCode="|386532" HotelName="Ibis Kuala Lumpur City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/5/3/2/386532_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.04" OriginalAmount="43.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1619509" Longitude="101.6961092" StarRating="3" HotelCode="|33945" HotelName="Grand Continental Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BELIA/JALAN RAJA LAUT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/4/5/33945_1_3738.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 27 floors and 309 rooms. This air-conditioned hotel has a restaurant, a cafÃ©, a hall with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers guests a conference room, room service, a laundry service and a car park. SITUATION: It is situated in the surrounding area of banks, the government building and business areas. Clients can also find shopping centres, and metro stations. 45 minutes away from the establishment you have Kuala Lumpur Airport. ROOM: The rooms have a bathroom with a hairdryer, a shower, a direct line telephone, a television and a mini-bar. They also have a coffee maker, a kettle, individual air-conditioning, a safe and a terrace. FACILITIES: Clients can find a gym and a swimming pool with a children's area. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.10" OriginalAmount="43.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144795" Longitude="101.704349" StarRating="3" HotelCode="|397753" HotelName="The Robertson by Homes Asian" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Robertson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/7/5/3/397753_539ecfc1015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.61" OriginalAmount="44.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15838" Longitude="101.70467" StarRating="3" HotelCode="|236291" HotelName="Mercu Summer Suite Klcc At Penguin Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MERCU SUMMER SUITE, 8, JALAN CENDANA OFF</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/2/9/1/236291_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.75" OriginalAmount="44.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14257" Longitude="101.70991" StarRating="0" HotelCode="|405214" HotelName="Grand Service Apartment At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Jalan Imbi, Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/1/4/405214_ec9a3411036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.85" OriginalAmount="44.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14286" Longitude="101.71015" StarRating="0" HotelCode="|239735" HotelName="Real Point Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square E Twr, Suite A 20-1 1 Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/3/5/239735_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.02" OriginalAmount="44.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158473" Longitude="101.703835" StarRating="4" HotelCode="|546688" HotelName="The Platinum Suites KLCC by Veedu Hauz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/6/8/8/546688_c73af7b1047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.26" OriginalAmount="44.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13684" Longitude="101.70084" StarRating="0" HotelCode="|589204" HotelName="Crystal Suite at Opus Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Jalan Talalla opus resedench 2-21-03</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/2/0/4/589204_a411cd02008.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.26" OriginalAmount="44.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158542" Longitude="101.703882" StarRating="3" HotelCode="|545785" HotelName="Amazing Pool By Platinum Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Face Suites, Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/7/8/5/545785_58b0e8a1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.32" OriginalAmount="44.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12845" Longitude="101.68068" StarRating="3" HotelCode="|396789" HotelName="KL Sentral Bangsar Suites (EST) by Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44A Jalan Ang Seng, Bricksfields, Kuala Lumpur, 50470</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/7/8/9/396789_768636a1034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.39" OriginalAmount="45.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0854409" Longitude="101.5227072" StarRating="2" HotelCode="|398368" HotelName="Super Oyo 530 Dd" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL TENGKU AMPUAN ZABEDAH E 9 E SEKSYEN 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/6/8/398368_d8c4df50732.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.51" OriginalAmount="45.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142361" Longitude="101.709716" StarRating="3" HotelCode="|396785" HotelName="Residency Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/7/8/5/396785_44d6f2f1252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.70" OriginalAmount="45.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.149268" Longitude="101.706417" StarRating="4" HotelCode="|211073" HotelName="Verdant Hill Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.6 Changkat Raja Chulan,Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/3/211073_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.91" OriginalAmount="45.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16426" Longitude="101.69212" StarRating="3" HotelCode="|234672" HotelName="Best Kl City View At Regalia Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B-12-06, Regalia Residence 2 Off Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/7/2/234672_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.91" OriginalAmount="45.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162235" Longitude="101.713274" StarRating="4" HotelCode="|441364" HotelName="Ceylonz Suite by Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Persiaran Raja Chulan, Bukit Bintang, 50200 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/3/6/4/441364_c3572e81343.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.30" OriginalAmount="45.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15074416" Longitude="101.70852132" StarRating="3" HotelCode="442581|1867328" HotelName="Holiday Inn Express Kuala Lumpur City Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>84 Jalan Raja Chulan, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/59961/c5c37754-075b-4306-a4ce-0140a3790c29.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162948" Longitude="101.657201" StarRating="4" HotelCode="186265|64174" HotelName="Damas Suites &amp; Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Damas Club, Plaza Damas 3, 63 Jalan Sri Hartamas 1, Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/98/4b98cd8bd9d6f45f712e0b2c44842b89650deb0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled beautifully in the heart of Sri Hartamas, offering a chic and trendy environmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145594" Longitude="101.709609" StarRating="2" HotelCode="187985|bintang_warisan_hotel" HotelName="Bintang Warisan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/63/b3637fe95631529605c81eb186376540356b0c25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14276365" Longitude="101.71013699" StarRating="3" HotelCode="965861|grand_service_suite_at_times_square_kuala_lumpur" HotelName="Grand Service Suite at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/15/ed15bf80dc678df3a584f0e860e1e1810ff55fc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.67" OriginalAmount="46.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144435" Longitude="101.704162" StarRating="3" HotelCode="|397333" HotelName="Robertson Residences At Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Robertson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/3/3/397333_f788a691043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.74" OriginalAmount="46.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142878" Longitude="101.702421" StarRating="0" HotelCode="|404487" HotelName="Olympic Malaysia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Jebat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/8/7/404487_4c69fd40828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.13" OriginalAmount="46.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.163102" Longitude="101.713984" StarRating="3" HotelCode="|554892" HotelName="Royce Residence By Dormeo Destinations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/9/2/554892_4e7ae251546.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.21" OriginalAmount="46.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160508" Longitude="101.735335" StarRating="0" HotelCode="|404222" HotelName="Five Senses Suite At M Suite Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>283, Jalan Ampang, Desa Pahlawan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/2/2/2/404222_d6ecc4f1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.27" OriginalAmount="46.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167357" Longitude="101.695661" StarRating="4" HotelCode="|471541" HotelName="Chambers Residence By Five Senses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ipoh Kecil, Chow Kit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/4/1/471541_1ddb7381209.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.29" OriginalAmount="46.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158128" Longitude="101.719147" StarRating="4" HotelCode="67500|227496" HotelName="PNB Perdana Hotel &amp; Suites On The Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Binjai, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/0e/0e445a4a6ec5c7e5/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of the city's business, residential and entertainment dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.29" OriginalAmount="46.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14232" Longitude="101.7101" StarRating="3" HotelCode="|394281" HotelName="Eastern Suites At Times Square Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/8/1/394281_3e865e31022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.40" OriginalAmount="46.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.150733" Longitude="101.708627" StarRating="3" HotelCode="|204004" HotelName="Holiday Inn Express Kuala Lumpur City Centre, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Jalan Raja Chulan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/0/0/4/204004_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.44" OriginalAmount="47.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145123" Longitude="101.696298" StarRating="3" HotelCode="|32971" HotelName="Ancasa Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN TUN TAN CHENG LOCK, PO BOX 12700</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/7/1/32971_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, is perfect for business and holiday stays, has air-conditioning and has 200 rooms a reception, a safety deposit box service, a lift and a restaurant. The establishment also offers room service, a laundry service and a car park. SITUATION: The hotel is in the historic centre, nearby, you will find the business area, in the surrounding area, clients have the railway station, the bus station, is 10 minutes away from a market, Chinatown it is situated 2 minutes away from 30 minutes away from the establishment guests have the mosque. ROOM: Customers can find large and inviting rooms with adjustable air-conditioning system, a safe, internet, a direct line telephone, a satellite TV and films. They also have a mini-bar, a coffee maker, a kettle and a hairdryer (available on request). FACILITIES: The establishment boasts a spa, treatments and aromatherapy treatments. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment also offers a bar. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.54" OriginalAmount="47.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158544" Longitude="101.703885" StarRating="3" HotelCode="|440830" HotelName="KL Platinum Suites by SNC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, Platinum Suites, Kuala Lumpur, KL, 50250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/3/0/440830_45a9faf0909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.78" OriginalAmount="47.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1452912894585" Longitude="101.69924587011" StarRating="3" HotelCode="58323|17854" HotelName="Ancasa Hotel &amp; Spa Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Tan Cheng Lock, 50500 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/2c/dd2c81d71368e0e6752966961ae2c4f4ac38d0c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the historical part of the city, close to Kuala Lumpur's business ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.85" OriginalAmount="47.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142161" Longitude="101.71064" StarRating="0" HotelCode="|404219" HotelName="Kl Times Square Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/2/1/9/404219_d62836f1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.19" OriginalAmount="47.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15443" Longitude="101.70706" StarRating="0" HotelCode="|247393" HotelName="Vortex Klcc By Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/3/9/3/247393_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.36" OriginalAmount="47.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154727" Longitude="101.707367" StarRating="3" HotelCode="|404116" HotelName="Luxe Suites At Vortex Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/1/6/404116_146aae90232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12941126" Longitude="101.75455514" StarRating="3" HotelCode="511750|sojourn_guest_house" HotelName="Sojourn Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 &amp; 3 Jalan Pandan Indah 4/2, Pandan Indah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/52/56528c72eb71c6fd1e1bbd6dc4b2364efa258d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Sojourn Guest House offers comfort and convenience whether you're on business or holiday ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15581659" Longitude="101.70822992" StarRating="3" HotelCode="792050|parkview_service_apartment_klcc" HotelName="Park View Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Changkat Perak, Off Lorong Perak, City Centre, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/07/6107865db26821913fe7cb352abb6060b890fdc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12750822" Longitude="101.68031148" StarRating="3" HotelCode="876441|kl_sentral_bangsar_suites_est" HotelName="The Establishment by Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/49/b049bd2e11b11df93af9e4faaaf2cf13ce502bda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.46" OriginalAmount="48.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448865" Longitude="101.7096545" StarRating="3" HotelCode="|32618" HotelName="Capitol Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BULAN, OFF JALAN BUKIT BINTANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/6/1/8/32618_1_9771.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1957, has air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a cafÃ© and a restaurant. The establishment also offers room service, a laundry service and a car park. SITUATION: It is inBukit Bintang the heart of is situated in Kuala Lumpur the leisure and shopping area of near the establishment, you will find Sungei Wang Plaza and BB Plaza the shopping centres Clients can also find Bintang Walk the shopping centres. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, a satellite television with films, a mini-bar, a coffee maker, a teapot and an ironing set. They also have a safe, an electronic key, an alarm clock and an individual air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.62" OriginalAmount="48.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14297" Longitude="101.71041" StarRating="0" HotelCode="|238352" HotelName="Kl Service Suite At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East tower, Suite 22-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/3/5/2/238352_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.92" OriginalAmount="48.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1715846647316" Longitude="101.69602879166" StarRating="4" HotelCode="37486|88317" HotelName="Vistana Kuala Lumpur Titiwangsa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Lumut, Off Jalan Ipoh, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/89/6b89601adb86ac0589e69e37eab6563fac9be949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located within Kuala Lumpur's main business hub, this city hotel is within short walki...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.04" OriginalAmount="48.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.128108" Longitude="101.680411" StarRating="0" HotelCode="|440933" HotelName="The Establishment Est Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 44A, Jalan Ang Seng, Brickfields, Kuala Lumpur, Wilayah Persekutuan, 50470</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/3/3/440933_903bd1d1124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.44" OriginalAmount="48.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1581867" Longitude="101.7185102" StarRating="0" HotelCode="|89498" HotelName="Perdana Kuala Lumpur City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10, JALAN BINJAI, 50450 KUALA LUMPUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/9/8/89498_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14252396" Longitude="101.71052277" StarRating="3" HotelCode="845365|best_service_suites_at_times_square" HotelName="Times Service Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Designated Smoking Area,Elevator,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c2/0ac299baab29418d652ad8b214751c3dee9796dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;We are service suite within Times Square super mall the monorail station is right in front of the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.49" OriginalAmount="49.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0849316687158" Longitude="101.6736549139" StarRating="3" HotelCode="67211|17994" HotelName="The Pearl Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Batu 5, Jalan Klang Lama, 58000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bb/b3bbaa31e6e32d00cb1badcd4fcb6ec2fd7c1dcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Pearl Point Shopping Mall, Jusco J-1 Supermarket, Parkson Grand ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.55" OriginalAmount="49.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.130363" Longitude="101.723306" StarRating="4" HotelCode="|534379" HotelName="UNA Sunway Velocity by Unimax" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Peel Cheras, Maluri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/7/9/534379_23d142c1419.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.72" OriginalAmount="49.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159567" Longitude="101.696724" StarRating="4" HotelCode="285007|1059418" HotelName="Premiera Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Jalan Tuanku Abdul Rahman, Menara Mara, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/71/a5719fbf6156a95c47db657a39684df7ea452ead.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.03" OriginalAmount="49.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.166312" Longitude="101.692747" StarRating="5" HotelCode="|165410" HotelName="Sunway Putra , Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9th Floor, Sunway Putra Palace, 100 Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/4/1/0/165410_4a5dcf91326.jpg</HotelPictures>
        <HotelDescription>HOTEL: The SUNWAY PUTRA is rated four stars, it was opened in 1994, has a cafÃ©, a swimming pool and a gym. SITUATION: This establishment is in the centre of Kuala Lumpur. It is located near National Mosque, ROOM: The establishment has 620 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.11" OriginalAmount="49.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147327" Longitude="101.712635" StarRating="4" HotelCode="173333|215876" HotelName="Fahrenheit Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Jalan Bukit Bintang, 5th Floor Fahrenheit 88, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cd/b9cd73a5ef28a957f56812941c80847996076cfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a strategic location in the heart of the city. It is situated steps away from the r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.14" OriginalAmount="49.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142696" Longitude="101.709432" StarRating="4" HotelCode="|393668" HotelName="KL Service Apartment at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square East Tower, Suite A-40-09, No.1, Jalan Imbi, Kuala Lumpur, 55100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/6/6/8/393668_ba2db360926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.15" OriginalAmount="49.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08505" Longitude="101.673175" StarRating="3" HotelCode="|34844" HotelName="The Pearl Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BATU 5, JALAN KLANG LAMA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/4/4/34844_1_4307.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 563 air-conditioning rooms, a hall with a reception, a safety deposit box service, a lift, a restaurant and conference facilities. The establishment offers room service and a laundry service. SITUATION: It is nearPearl Point the shopping centre Clients can also find a supermarket, Parkson Grand Plaza OUG the shopping centre tourist points of interest, the central station, the sports centre, the convention centre, Citrus Park the theme park Sunway Lagoon the water park. it is well-connected with the motorway. ROOM: The rooms have a bathroom, a television, individual air-conditioning, a hairdryer and a direct line telephone. They also have data connection, an answering machine, a coffee maker, a kettle, a radio, films, a safety deposit box and a mini-bar. FACILITIES: The establishment boasts a spa and a covered swimming pool. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant with typical cuisine, Occidental dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.22" OriginalAmount="49.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.171641" Longitude="101.712433" StarRating="0" HotelCode="|404133" HotelName="Expressionz Suites by iHost Global" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 30, Jalan 1/65A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/3/3/404133_9505dd80337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.32" OriginalAmount="49.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1497129363747" Longitude="101.71713352203" StarRating="5" HotelCode="104009|98228" HotelName="Royale Chulan Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Conlay, City Centre, 50450 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/8e/ab8e9cd3063dbbe8a91df0e0c6cbe674df08f991.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;For a city hotel, location is everything and this one is central to most inner city attractions, ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14647" Longitude="101.71568" StarRating="3" HotelCode="|240567" HotelName="Tribeca Hotel and Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 215 Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/5/6/7/240567_64246781620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.64" OriginalAmount="50.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156959" Longitude="101.7220675" StarRating="5" HotelCode="|69984" HotelName="Micasa All Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>368-B, Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/8/4/69984_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.00" OriginalAmount="50.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162823" Longitude="101.656117" StarRating="3" HotelCode="|397404" HotelName="Dorsett Residences Sri Hartamas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Sri Hartamas 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/0/4/397404_0bad80b1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.40" OriginalAmount="50.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.157095" Longitude="101.721924" StarRating="4" HotelCode="63916|64584" HotelName="MiCasa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>368-B Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/52/1052de1ea0a87d2519a4fa767690cea00467b04e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a prestigious location within the embassy and business district, a stone's throw aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11794" Longitude="101.678646" StarRating="3" HotelCode="63774|the_boulevard_st_giles_premier_hotel" HotelName="Cititel Mid Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mid Valley City, Lingkaran Syed Putra, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/10/a810106e5b23be6aa610b7311656a19784660f89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of Klang Valley, between Kuala Lumpur and Petaling Jaya, this hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14275" Longitude="101.7102" StarRating="4" HotelCode="982962|kl_service_apartment_at_time_square" HotelName="KL Service Apartment at Time Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, East Tower, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f6/4ef6ee490d96f1ecdf1c1e589d779ec6db74e83e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.54" OriginalAmount="51.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159238" Longitude="101.705194" StarRating="5" HotelCode="311548|1060148" HotelName="Fraser Residence Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Cendana, Off Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/bc/57bcf2d8836545caf2690a61e8a929ac41549db9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.57" OriginalAmount="51.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1631334" Longitude="101.656961" StarRating="4" HotelCode="|128137" HotelName="Damas Suites and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 63 Jalan Sri Hartamas 1,Taman Sri Hartamas.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/3/7/128137_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.59" OriginalAmount="51.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.943152" Longitude="101.69978" StarRating="5" HotelCode="|34960" HotelName="Pulse Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TAMAN PUTRA PERDANA, PRESINT 1, 62000 PUTRAJAYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/6/0/34960_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern style, boutique hotel, is perfect for business and holiday stays, was opened in 2003, has air-conditioning and 118 rooms. Guests can also find a lobby with a reception, a safety deposit box service, a lift, a bar, a restaurant, conference rooms, WiFi, a laundry service, room service and a car park. SITUATION: It is in an excellent location, 30 minutes away, you can find Kuala Lumpur the city of it is 35 minutes away from Petronas the towers Clients can also find, 40 minutes away from the establishment you have a public transport stop 25 minutes away fromKuala Lumpur Airport. ROOM: The spacious rooms, have a terrace, internet, a direct line telephone with an answering machine and individual air-conditioning. They also have satellite or cable TV, a coffee maker, a kettle, a mini-bar, a safe and a bathroom. FACILITIES: Outdoors, guests have access to a swimming pool, Guests are offered a massage service, a sauna and facial treatments. The establishment has a gym and a spa. close to the establishment, you can find a golf course, motorboat rides. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoyPalm Hill CafÃ© the cafÃ© with traditional and international dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.97" OriginalAmount="51.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147109" Longitude="101.708249" StarRating="0" HotelCode="|470684" HotelName="Stay With Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51-A, Changkat Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/8/4/470684_eac136b1202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.18" OriginalAmount="51.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158161" Longitude="101.703754" StarRating="5" HotelCode="650811|1896485" HotelName="The Face Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/38/9938d1f8da4d0e8717429fae9a4a1b29cecdda3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.61" OriginalAmount="52.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.141469" Longitude="101.70464" StarRating="3" HotelCode="|397687" HotelName="Bbhomes At Casa Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Jalan Galloway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/8/7/397687_4235a2d1058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.99" OriginalAmount="52.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14291" Longitude="101.710121" StarRating="4" HotelCode="|390453" HotelName="Kl Bintang Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square East, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/5/3/390453_c7cc6e80915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.30" OriginalAmount="52.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1661172" Longitude="101.6985038" StarRating="3" HotelCode="|59502" HotelName="Q Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Jalan Tiong Nam, Off Jalan Raja Laut,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/0/2/59502_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Citrus is rated four stars and it is situated in Kuala Lumpur city centre. This establishment was built in 2004, has a swimming pool, a cafÃ© and business facilities. It has 171 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.40" OriginalAmount="52.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1227757431824" Longitude="101.72956531775" StarRating="3" HotelCode="321036|935135" HotelName="Seri Cempaka Service Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Pudu Ulu, Tower 2, Menara PGRM, Cheras, 56100 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/6c/2a6cc7bad64a55e7c1f91d6a06c1c8f14d842003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Cheras.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133802" Longitude="101.663363" StarRating="4" HotelCode="186940|63864" HotelName="The Nomad Residences Bangsar" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Ara, Bangsar, 59100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/d9/35d9d98af08d3475e95a8674b349323a4c9e7070.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the city centre, this apartment hotel is close to Bangsar Village, the Malaysian Houses ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485488944671" Longitude="101.70763750543" StarRating="4" HotelCode="319465|invito_hotel_suites" HotelName="Ramada Suites by Wyndham Kuala Lumpur City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong Ceylon, Bukit Ceylon, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/e3/12e31db78b05fb8c4d4b092f30da221d4514231b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.64" OriginalAmount="53.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.766671" Longitude="101.6933692" StarRating="3" HotelCode="|59557" HotelName="ibis Styles Sepang KLIA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN KLIA 1/60 SEPANG, SELANGOR SEPANG, SELANGOR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/5/7/59557_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, has 338 rooms and suites. It has a lobby with a reception, a restaurant, conference rooms, room service, a laundry service and a car park. SITUATION: It is located close toKuala Lumpur Airport 8 minutes away, you can find the Formula 1 the Circuit It is situated 28 minutes away fromKuala Lumpur the city centre of Petaling Street 45 minutes away from the establishment you have Clients can also find Petronas the towers. ROOM: The establishment has superior rooms, deluxe rooms, executive rooms, executive suites and family suites. They have an individual air-conditioning system, a satellite TV, a coffee maker, a kettle, a bathroom and a direct line telephone. They also have a mini-bar, a safe, a hairdryer and water (free of charge). FACILITIES: You can find a swimming pool, tennis courts, a gym, a sports bar, a bistro restaurant, billiards, darts and games. MEALS: Regarding the food and beverage offering, the establishment offersMelting Pot CafÃ© the restaurant. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.91" OriginalAmount="53.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.28283" Longitude="101.54263" StarRating="0" HotelCode="|605337" HotelName="Gaia Residence, Gamuda Gardens Rawang by Sleepy Bear" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gaia Residences, 48050 Rawang, Selangor.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/3/3/7/605337_57328b02311.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.98" OriginalAmount="53.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161987" Longitude="101.71282" StarRating="4" HotelCode="|535750" HotelName="Scarletz Suites by Five senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/7/5/0/535750_f730fe62059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1442255289131" Longitude="101.70822226257" StarRating="4" HotelCode="47330|5142" HotelName="Royale Chulan Bukit Bintang" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17-21 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/c3/c3f81450a626102f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a perfect location, directly in the heart of the Golden Triangle in Kuala Lumpur. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14258268" Longitude="101.71014078" StarRating="3" HotelCode="844935|kl_bintang_suites_at_times_square" HotelName="KL Bintang Private Unite at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/ec/98ecfdeb29ab8b37393745a8c84289b8d2bc71d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.66" OriginalAmount="54.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586793680254" Longitude="101.70832514763" StarRating="5" HotelCode="400918|17824" HotelName="Hotel Maya Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/48/ee489d1fd523711a6de8da7141b3d13438e3e46f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the hub of the business and commercial districts adjacent to Kuala Lumpur's famous Petron...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.85" OriginalAmount="54.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15941" Longitude="101.70544" StarRating="5" HotelCode="|188572" HotelName="Sfera Residence Kuala Lumpur City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Cendana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/7/2/188572_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.89" OriginalAmount="54.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.065689" Longitude="101.484958" StarRating="3" HotelCode="|203246" HotelName="Best Western I-city Shah Alam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A-GF-01 NO 6 PERSIARAN MULTIMEDIA, SHAH ALAM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/2/4/6/203246_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.93" OriginalAmount="54.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14435" Longitude="101.705746" StarRating="4" HotelCode="|390723" HotelName="Platinum Suites At Swiss Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117, Jalan Pudu, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/3/390723_3b90fb10947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.94" OriginalAmount="54.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1470559" Longitude="101.7121477" StarRating="4" HotelCode="|43945" HotelName="Ansa Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 Jalan Bukit Bintang, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/4/5/43945_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 239 contemporary style rooms. SITUATION: This hotel is opposite the Golden Triangle of Art is situated in the business area and the leisure area. Near the establishment, guests will find Lot 10 Shopping Centre. Clients can also find Starhill Gallery and Bintang Walk Shopping Centre and The Pavilion. It is situated 10 minutes away from Chinatown 20 minutes away from the establishment clients have the Craft Cultural Complex (also known as Kompleks Budaya Kraf) clients can also find the national gallery. ROOM: The comfortable, smart rooms have a bathroom with a bath or shower, a hairdryer, a direct line telephone, a mini-bar, a coffee maker, a kettle, individual air-conditioning, a safe and internet. FACILITIES: The establishment boasts a spa fully-equipped, a massage service and spa treatments. PAYMENT METHODS: Customers can pay using AmEx, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have L'Opera Restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.32" OriginalAmount="54.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15954" Longitude="101.71816" StarRating="0" HotelCode="|402444" HotelName="Binjai 8 Klcc By Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Suite 1808, level 18, Binjai 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/4/4/4/402444_4e48df21250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.40" OriginalAmount="54.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158649" Longitude="101.703803" StarRating="5" HotelCode="|203490" HotelName="The Face Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020, Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/0/203490_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15903995" Longitude="101.71761911" StarRating="3" HotelCode="601168|335366" HotelName="Binjai 8 Premium Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Lorong Binjai, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/76/ec7638c438a8a9c9f8b351c60230224505967925.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.74" OriginalAmount="55.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.128209" Longitude="101.723968" StarRating="0" HotelCode="|396526" HotelName="Sunway Velocity Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV, Sunway Velocity, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/2/6/396526_c3a0f831055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.95" OriginalAmount="55.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143937" Longitude="101.705378" StarRating="3" HotelCode="|404687" HotelName="Swiss Garden Residence Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A Jalan Galloway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/6/8/7/404687_041b86d1304.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.74" OriginalAmount="56.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1444188" Longitude="101.705461" StarRating="4" HotelCode="|51694" HotelName="Swiss-garden Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/6/9/4/51694_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is modern. SITUATION: The establishment is in the heart of Kuala Lumpur. Close to the establishment, guests can find the shopping area and the business area. can also find Chinatown ROOM: Guests are offered 310 rooms with TV, a direct line telephone, an air-conditioning system, internet and a bathroom. FACILITIES: have access to a restaurant, a bar, banquet halls, fitness facilities and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.74" OriginalAmount="56.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158843" Longitude="101.704086" StarRating="0" HotelCode="|402570" HotelName="Yemala Suites At Platinum Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/5/7/0/402570_c5d4ce10605.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.83" OriginalAmount="56.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162235" Longitude="101.713274" StarRating="0" HotelCode="|467381" HotelName="Mana-mana Suites At Scarletz Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/3/8/1/467381_60d69ab1740.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.87" OriginalAmount="56.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588448" Longitude="101.7077128" StarRating="5" HotelCode="|59523" HotelName="Maya Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138, Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/2/3/59523_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 207 large rooms, The establishment boasts air-conditioning, a hall with a reception, a safety deposit box service, a lift, a restaurant and room service. SITUATION: This hotel is in the business and commercial area, next to the establishment, clients can find Petronas the tower it is 15 minutes away from the market, Clients can also find. ROOM: The are spacious and modern rooms, Guests are offered 107 suites with a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar and a mini-fridge. They also have a coffee maker, a kettle, an individual air-conditioning system and a safety deposit box. FACILITIES: Guests are offered a massage service, a spa, a heated hydromassage swimming pool and showers. Customers can also find a swimming pool and a gym. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants and a bar. PAYMENT METHODS: With regards gastronomy American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.92" OriginalAmount="56.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143258" Longitude="101.709992" StarRating="4" HotelCode="|55372" HotelName="Melia Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 JALAN IMBI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/7/2/55372_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 302 rooms, 92 standard rooms, 109 deluxe rooms, 47 Premier suites, 49 Melia Deluxe rooms, 4 junior suites and 1 executive suites. It has air-conditioning, a cafÃ©, a restaurant, a hairdresser's, conference rooms, room service and a car park. SITUATION: This hotel is in Kuala Lumpur the city centre of in front of the establishment, guests have Times Square the shopping centre in the surrounding area, clients can find business areas, shopping centres and leisure areas. ROOM: The rooms a bathroom, a direct line telephone, a mini-bar, an ironing set, individual air-conditioning and a safe. FACILITIES: The establishment boasts a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offersEl Patio the cafÃ© local and international dishes. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.95" OriginalAmount="56.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441578" Longitude="101.7083195" StarRating="4" HotelCode="|32851" HotelName="Royal Signature" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-21, Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/5/1/32851_1_3045.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 418 rooms, a lobby, a reception, a safety deposit box service, a currency exchange service and lifts. Guests can find a cafÃ© and conference rooms. The establishment offers guests room service, a laundry service and a car park. SITUATION: It is in Kuala Lumpur city centre. It is in the Golden Triangle, near the establishment, you will find the business area and Bukit Bintang Plaza Shopping Centre. Clients can also find Lot 10. ROOM: The Oriental-style rooms have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar, a coffee maker, a kettle, a safety deposit box and an individual air-conditioning system. FACILITIES: Outdoors, clients can enjoy a swimming pool, deck chairs and a terrace. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and cash. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet restaurant and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.47" OriginalAmount="56.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146706" Longitude="101.713845" StarRating="3" HotelCode="|448186" HotelName="Sleeping Lion Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln Gading, Bukit Bintang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/8/6/448186_7acebaa0910.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.49" OriginalAmount="56.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.174748" Longitude="101.657508" StarRating="4" HotelCode="188018|1182578" HotelName="Wedgewood Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Duta Kiara, La Grande Kiara, Bukit Kiara, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/5f/5f5f1194230970d11aca4968cad6968626446da5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1626804926592" Longitude="101.72037363052" StarRating="4" HotelCode="187199|myhabitat_residences_by_fairlane_hospitality" HotelName="MyHabitat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Aman, 54000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/d9/09/d909fd016f4f7eba7071a0424d4d01cc9c5fda12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a mere stone's throw from Kuala Lumpur city centre, with the Petronas Twin Towers and S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1535143078967" Longitude="101.71005154026" StarRating="3" HotelCode="377544|betty_roux_at_soho_suites_klcc" HotelName="Soho Suites @ KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Perak, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/20/e8204298c1100a18e3de47c47435a90795969ed2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12794597" Longitude="101.7237287" StarRating="3" HotelCode="572696|sunway_velocity_hotel_kuala_lumpur" HotelName="Sunway Velocity Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV, Sunway Velocity, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/73/a9733557e48e6426655273bbbe199044e69acca9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14436119" Longitude="101.70616098" StarRating="3" HotelCode="733821|metropol_hotel_10" HotelName="Metropol Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu, Bukit Bintang, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/1d/841dea6e4bbbece9aa6ba73779d68c53880e072f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15873431" Longitude="101.70491014" StarRating="0" HotelCode="970716|mercu_summer_suites_klcc_by_feel_homes" HotelName="Mercu Summer Suites by Feel Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Off Jalan Sultan Ismail, Kampung Baru, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/6e/506e65f94bcb4fc38cff911b93805905e287a0dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.79" OriginalAmount="57.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158914" Longitude="101.703781" StarRating="3" HotelCode="|397612" HotelName="One Bukit Ceylon Ramada Klcc - Ecosuites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>One Bukit Ceylon, No 1, Lorong Ceylon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/1/2/397612_4c0b4971352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.91" OriginalAmount="57.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155618" Longitude="101.705984" StarRating="4" HotelCode="|33498" HotelName="Concorde Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, JALAN SULTAN ISMAIL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/4/9/8/33498_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 338 rooms, They have air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service and lifts. Guests can find a restaurant, a nightclub, conference rooms, a car park and room service. SITUATION: the Golden Triangle It is in nearby, you will find the business area, is located near the shopping areas, places of interest ,Putra World Trade Center 10 minutes away from the establishment clients have Malaysia Tourism center near the establishment, guests will find Clients can also find Suria KLCC the shopping centre Petronas the towers the convention centre and Kuala Lumpur the Tower of it is 75 kilometres away from the international airport. ROOM: Guests are offered interconnecting rooms, standard rooms, superior rooms, superior executive rooms and non-smoking rooms. The rooms a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: Guests are offered live music, a TV room, a swimming pool, a sauna and a gym. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoyCrossroads the bar Melting Pot CafÃ© the cafÃ© with breakfast service and lunch and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.27" OriginalAmount="57.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1443607547293" Longitude="101.70548483349" StarRating="4" HotelCode="424158|1870678" HotelName="Swiss-Garden Hotel Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>117 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/2c/112c340c3e903e29a24086073d648136234c00bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of Kuala Lumpur, between bustling Bukit Bintang and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.47" OriginalAmount="57.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142208" Longitude="101.710542" StarRating="5" HotelCode="|59492" HotelName="Berjaya Times Square , Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/9/2/59492_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Berjaya Times Square is rated five stars and it is in Kuala Lumpur city centre. This establishment was built in 2004 and has a safety deposit box service. ROOM: Guests are offered 610 rooms with a hairdryer, an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.61" OriginalAmount="57.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15911" Longitude="101.71783" StarRating="3" HotelCode="|391771" HotelName="Binjai 8 Premium Soho KLCC - Artez Maison" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2, Lorong Binjai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/7/1/391771_adc7fbe1041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.70" OriginalAmount="57.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1191831" Longitude="101.677416" StarRating="4" HotelCode="|33237" HotelName="The Boulevard - A St Giles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MID VALLEY CITY, LINGKARAN SYED PUTRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/3/7/33237_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a lobby, with a reception, lifts, air-conditioning, a safety deposit box service and a currency exchange service. Guests can find dining facilities, a bar, room service and a laundry service. SITUATION: Mid Valley City It is in in front of the establishment, you can find the train, is 5 kilometres away from the central train station, is in the city centre, Kuala Lumpur and Petaling Jaya It is between it is well-connected with business zones, the commercial area, the government building, tourist points of interest and shopping areas. Clients can also find leisure areas. ROOM: The establishment has 390 smart, comfortable rooms, have a bathroom, a direct line telephone, a satellite television, a mini-bar, individual air-conditioning, a coffee maker, a kettle and a safe. FACILITIES: The establishment has a swimming pool. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant with traditional and Occidental dishes with terrace, The establishment also offers room service and a lounge bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14428" Longitude="101.7056" StarRating="4" HotelCode="567642|3488" HotelName="Swiss-Garden Hotel &amp; Residences Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,ATM/Cash Machine,Babysitting,Bar,Concierge,Conference Hall,Currency Exchange,Elevator,Internet,Kitchen,Laundry,Massage Centre,Meeting Room,Parking,Porter,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Swimming Pool,Telephone Service,Travel Desk,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>117 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/7b/8a7b5ccb34578f95a2e6ffdc765ef117e4d2053e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Swiss-Garden Hotel &amp; Residences Kuala Lumpur is strategically located in the heart of Kuala Lumpur b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1673451845483" Longitude="101.69211265278" StarRating="4" HotelCode="45314|seri_pacific_hotel_kuala_lumpur" HotelName="Seri Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/df/f5df2d6c9dfb6c0a9bab126876cc8e7349dc84ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur next door to the Putra World Trade Centre, Malaysia's premier ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11923" Longitude="101.67751" StarRating="4" HotelCode="58799|the_boulevard_a_st_giles_hotel_kuala_lumpur" HotelName="The Boulevard - A St Giles Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mid Valley City, Lingkaran Syed Putra, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/97/37972116903109ff7219b9924c92b13da162c7fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically set within Mid Valley City, the city hotel, with the commuter train running right by i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.10" OriginalAmount="58.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14630187" Longitude="101.71565628" StarRating="3" HotelCode="630828|2283985" HotelName="Tribeca Serviced Suites Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>215 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/0a/2f0a592106be39ed637a8c87f85f3a2ea378beb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.61" OriginalAmount="58.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158527" Longitude="101.703844" StarRating="5" HotelCode="|448765" HotelName="THE FACE Style" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/7/6/5/448765_ec164a21220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16752397" Longitude="101.65250709" StarRating="3" HotelCode="637672|hyatt_house_kuala_lumpur_mont_kiara" HotelName="Hyatt House Kuala Lumpur, Mont Kiara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Printer,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>G-2 Arcoris, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/41/e1419d36fb88a45d89407477017ed43b87362ef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Sepang. Hyatt House Kuala Lumpur Mont Kiara offers wired and wire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.80" OriginalAmount="59.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1423104835894" Longitude="101.71017587185" StarRating="4" HotelCode="61883|17704" HotelName="Berjaya Times Square Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/5b/ff5b640d330fdb04fe6bf7145013e0148b559deb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is sitting on the top of the world with a spectacular view of the city skyline, posi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.84" OriginalAmount="59.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161394" Longitude="101.712171" StarRating="4" HotelCode="|393664" HotelName="Star Suites Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Star Residences No.1 Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/6/6/4/393664_8aa2d8f0938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.90" OriginalAmount="59.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154437" Longitude="101.707004" StarRating="3" HotelCode="|404982" HotelName="Luxury Apartment Near Klcc and City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/9/8/2/404982_e7d9dc81031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.19" OriginalAmount="59.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148974" Longitude="101.708808" StarRating="4" HotelCode="165494|845455" HotelName="PARKROYAL Serviced Suites Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Jalan Nagasari, Off Jalan Raja Chulan, Kuala Lumpur 50200</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/ae/47ae89e357820f557db9db0607a6689cee72d32c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is located in the heart of the city centre, adjacent to the famous Jalan Alor and Bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.22" OriginalAmount="59.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145516" Longitude="101.703484" StarRating="4" HotelCode="|390421" HotelName="Citizenm Kuala Lumpur Bukit Bintang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/2/1/390421_529447b0918.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.34" OriginalAmount="59.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142562" Longitude="101.709623" StarRating="3" HotelCode="|397674" HotelName="1 Ivy Suite At Berjaya Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 1 Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/7/4/397674_3caec0d1052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.73" OriginalAmount="59.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158665" Longitude="101.697022" StarRating="0" HotelCode="|404118" HotelName="Anggun Residences Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 8, Jalan Medan Tuanku Utama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/1/8/404118_c8e84ea1000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="4" HotelCode="600061|luxury_apartment_near_klcc_city_centre" HotelName="Vortex Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Nightclub,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/49/5b49d7daffd0a9aa697145c1979287573cef8456.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.99" OriginalAmount="60.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160442" Longitude="101.723903" StarRating="3" HotelCode="|59537" HotelName="Sucasa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 JALAN AMPANG, 50450 KUALA LUMPUR, MALAYSIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/3/7/59537_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips a launderette (for a fee) and a tumble dryer. SITUATION: It is inJalan Ampang the Street of it is close to the business area, Clients can also find Suria KLCC the district of Petronas the towers shopping centres, restaurants and leisure areas. ROOM: Clients are offered one-bedroom apartments, a bathroom, a living room-bedroom, a kitchen, an oven and a microwave. They also have a toaster, a kettle, an air-conditioning system, a fan and a television. RESTAURANT: Regarding gastronomy, the establishment offersPormtip the set-menu and Ã  la carte restaurant local dishes and Occidental food.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.15" OriginalAmount="60.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.151116" Longitude="101.71238" StarRating="4" HotelCode="59743|53764" HotelName="Novotel Kuala Lumpur City Centre" 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,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kia Peng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/34/cc34d0fb0700120ead9326cf3446f337d8d1b981.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the popular Bukit Bintang shopping district and only 500 metres from Petronas Twin Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.50" OriginalAmount="60.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147232" Longitude="101.7154099" StarRating="4" HotelCode="|53964" HotelName="Dorsett Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172, Jalan Imbi, Shopping District.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/6/4/53964_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned renovated hotel in 2005 and has 320 rooms, It also has a safety deposit box service. SITUATION: It is in an excellent location. ROOM: The comfortable rooms, fully-equipped and a bathroom with a hairdryer, They have a satellite television, internet, a mini-bar, a coffee maker, a kettle and a safe. FACILITIES: Guests are offered leisure activities, a sauna, a steam bath, a jacuzzi, a massage service, facial treatments, the option of a manicure and a pedicure area. Customers can also find a gym fully-equipped. MEALS: Regarding the food and beverage offering, the establishment offersCheckers the restaurant Italian dishes. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1434888804587" Longitude="101.70969843864" StarRating="4" HotelCode="24464|melia_kuala_lumpur" HotelName="Meliá Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/8b/1b8badc4e316b6996f8c76bd61abfd84e72ce791.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Kuala Lumpur, opposite the Times Square Shopping Centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14395594" Longitude="101.69860727" StarRating="3" HotelCode="585571|tian_jing_hotel" HotelName="Tian Jing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>66-68 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/77/2877099f8c5fbbaca64087dd69d0822ba1436112.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.16" OriginalAmount="61.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12777" Longitude="101.68" StarRating="3" HotelCode="|397345" HotelName="The Establishment At Bangsar Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/4/5/397345_fbe7f921047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.82" OriginalAmount="61.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160017" Longitude="101.723042" StarRating="4" HotelCode="169739|795735" HotelName="Somerset Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Jalan Ampang, 50450 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b8/acb8a49764efd2060011532c1d7ee32d7a91554f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish apartment hotel is situated on the prestigious Embassy Row. Surrounded by embassies, bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1328643633965" Longitude="101.68604279266" StarRating="4" HotelCode="221497|aloft_kuala_lumpur_sentral" HotelName="Aloft Kuala Lumpur Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 5 Jalan Stesen Sentral, Kuala Lumpur 50470</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/bb/52bbc0c437435b398dff56e3ee73871ae6a1df16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09461836" Longitude="101.67491616" StarRating="3" HotelCode="519731|s_suites_" HotelName="S-Suites@The Scott Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Beauty Salon,Coffee Shop,Currency Exchange,Elevator,Garden,Internet,Kitchen,Laundry,LCD/Projector,Massage Centre,Meeting Room,Nightclub,Parking,Restaurant,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Block B, Komplex Rimbun Scott Garden, 289 Jalan Kelang Lama, 58100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/2e/dd/2eddb61629aa4e36d55c2fd433170e9b1104b883.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Loft Suite @ Scott Garden is conveniently located in the popular Mid Valley / Bangsar area. Both...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="3" HotelCode="959209|tawassil_suites_swiss_garden" HotelName="Tawassil Suites @ Swiss Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A Jalan Galloway, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/a9/f6a9435f2fa6de6b61d06279eec5618db98ebd75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.44" OriginalAmount="62.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09455" Longitude="101.67522" StarRating="3" HotelCode="|234678" HotelName="S-suites At Scott Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block B, Kompleks Rimbun Scott Garden 289, Jalan Kelang Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/7/8/234678_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.11" OriginalAmount="63.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.94913" Longitude="101.7565123" StarRating="3" HotelCode="|398274" HotelName="Hotel Tenera Bandar Baru Bangi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kemajuan Bandar Baru Bangi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/2/7/4/398274_b07c50e0400.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.57" OriginalAmount="63.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15448" Longitude="101.70722" StarRating="4" HotelCode="|236076" HotelName="The Penthouse KLCC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vortex KLCC, No. 12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/0/7/6/236076_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586684845497" Longitude="101.71836873373" StarRating="4" HotelCode="552719|element_kuala_lumpur_by_westin" HotelName="Element Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Binjai, Ilham Tower, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/94/2d9429f84daa710b3df404469a6958aa1be813cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14275" Longitude="101.7102" StarRating="3" HotelCode="946763|imbi_private_unite_at_times_square" HotelName="Imbi Private Unite at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, East Wing, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/c7/9bc7815c1af2e7f82b0f8159f03c6faefa716b55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1472345752473" Longitude="101.71135659755" StarRating="4" HotelCode="932699|wolo_bukit_bintang" HotelName="Wolo Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Bukit Bintang and Jalan Sultan Ismail, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/62/386230428ae1e6cf2e0963304341123b2851cddc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.07" OriginalAmount="64.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15837" Longitude="101.7041" StarRating="0" HotelCode="|440994" HotelName="Platinum Service Suites KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020, Jalan Sultan Ismail, THE FACE SUITES, Platinum, 50250 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/9/4/440994_7a66e380650.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.21" OriginalAmount="64.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.128344" Longitude="101.723192" StarRating="3" HotelCode="|392602" HotelName="Velocity Kl Suites By Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV1, Sunway Velocity</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/6/0/2/392602_78650e51004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160628" Longitude="101.723649" StarRating="2" HotelCode="|471400" HotelName="Pavilion Embassy Suites Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/4/0/0/471400_f01b1231224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.166368" Longitude="101.692784" StarRating="4" HotelCode="187979|sunway_putra_hotel" HotelName="Sunway Putra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9th Floor Sunway Putra Place, 100 Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/37/7037706a5d3a98699ac50e910e1bb02522351c3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city's major commercial district, directly above The Mall ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.00" OriginalAmount="65.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16357" Longitude="101.7028" StarRating="4" HotelCode="|390729" HotelName="TAMU Hotel and Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Raja Abdullah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/9/390729_a27f2b50930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15850816" Longitude="101.7050426" StarRating="4" HotelCode="861916|188_private_suites" HotelName="188 Private Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Mercu Summer Suites, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/f1/1df1c01e6b7abf2ee0b860815a49c0666970b68c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.10" OriginalAmount="66.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15833597" Longitude="101.7048818" StarRating="3" HotelCode="601914|3115835" HotelName="188 Serviced Suites &amp; Shortstay Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Cendana, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/fe/acfeeb2c945cb8edc2ed9be88690417a2659c989.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.28" OriginalAmount="66.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158518" Longitude="101.703972" StarRating="4" HotelCode="|393665" HotelName="Platinum Service Suites Kuala Lumpur KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THE FACE SUITES, PLATINUM,1020</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/6/6/5/393665_9a332d20954.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.97" OriginalAmount="66.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155686" Longitude="101.705019" StarRating="3" HotelCode="|392047" HotelName="The Platinum Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/0/4/7/392047_c7ea7f01007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16354283" Longitude="101.70286233" StarRating="4" HotelCode="735131|tamu_hotel_suite_kuala_lumpur" HotelName="Tamu Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Raja Abdullah, Kampong Bharu, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/07/37/0737e772eb7b740a07d4f31cf4c6926f20b324ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441959179413" Longitude="101.70892059803" StarRating="4" HotelCode="29427|federal_hotel_kuala_lumpur" HotelName="The Federal Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Jalan Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/63/a563eddce72edd9864f037ffb038f7239a020156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel was built for the Independence celebrations of Malaysia and is a symbol of moder...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.30" OriginalAmount="68.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.141133" Longitude="101.697463" StarRating="4" HotelCode="|390479" HotelName="Four Points By Sheraton Kuala Lumpur, Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 2 JALAN BALAI POLIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/7/9/390479_2b1d28a0915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.31" OriginalAmount="68.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.137369" Longitude="101.700358" StarRating="4" HotelCode="|552712" HotelName="Opus Residences Merdeka Tower KL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Jalan Talalla</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/7/1/2/552712_1de4a4d1153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.37" OriginalAmount="68.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14427" Longitude="101.70412" StarRating="3" HotelCode="|396897" HotelName="The Robertson by Matahari Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Robertson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/8/9/7/396897_a78e5cf1023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.69" OriginalAmount="68.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11383" Longitude="101.66306" StarRating="3" HotelCode="|394105" HotelName="University Kl Gateway Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kerinchi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/1/0/5/394105_f95e5921013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.95" OriginalAmount="68.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1503396249702" Longitude="101.71445131302" StarRating="5" HotelCode="29053|18004" HotelName="Pullman Kuala Lumpur City Center Hotel &amp; Residences" 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,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.4 Jalan Conlay,, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/49/384909a576b2262f6d5cbf0ef16e2c4f67286df8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Whether for business or pleasure, the hotel is conveniently located near the Central Business Distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.22" OriginalAmount="69.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158549" Longitude="101.70441" StarRating="0" HotelCode="|547446" HotelName="Flixses Suites At Platinum Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/7/4/4/6/547446_ab753612323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.36" OriginalAmount="69.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.094631" Longitude="101.5776118" StarRating="5" HotelCode="|59518" HotelName="Hilton Shah Alam Glenmarie  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, JALAN USAHAWAN U1/8, SEKSYEN U1,SHAH ALAM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/1/8/59518_22.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.65" OriginalAmount="69.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14411" Longitude="101.698628" StarRating="3" HotelCode="|392757" HotelName="Tian Jing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 66 &amp; 68, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/7/5/7/392757_a8f2ec41052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.69" OriginalAmount="69.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1542944" Longitude="101.708889" StarRating="4" HotelCode="|80054" HotelName="Cormar Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 163 No. 10 Jalan Perak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/0/5/4/80054_722d4db1410.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.97" OriginalAmount="69.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572582630296" Longitude="101.70039753869" StarRating="4" HotelCode="511012|1998725" HotelName="Hotel Stripes Kuala Lumpur, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Kamunting, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/5e/e85ec3818b98528c1196e1787d14207940b23a58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.14" OriginalAmount="70.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15942" Longitude="101.7184" StarRating="4" HotelCode="|221530" HotelName="Element Kuala Lumpur by Westin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ilham Tower, 8 Jalan Binjai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/5/3/0/221530_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.26" OriginalAmount="70.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.171658" Longitude="101.69596" StarRating="4" HotelCode="|66140" HotelName="Ac  By Marriott Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 JALAN LUMUT, OFF JALAN IPOH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/1/4/0/66140_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban establishment, with air-conditioning, has 364 rooms, a lobby, a reception, conference facilities and a lounge bar. SITUATION: This urban hotel is in Kuala Lumpur the business district Putra World Trade Centre a few minutes walk away from the establishment, clients can find it is located in front of the railway station, Malacca it is 90 minutes away from. ROOM: The rooms have comfortable facilities, an air-conditioning system, a bathroom with a bath, a shower, a direct line telephone, a large workspace, a safety deposit box, a mini-bar, a coffee maker, a kettle, a hairdryer and satellite and cable TV. MEALS: Regarding the food and beverage offering, the establishment offersLa Vistana Coffee House the restaurant The establishment offers breakfast and dinner service, The establishment also offers buffet and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by credit cards, American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.31" OriginalAmount="70.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1444853" Longitude="101.7087982" StarRating="4" HotelCode="|32735" HotelName="Federal Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 JALAN BUKIT BINTANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/3/5/32735_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 1957, has a lobby, a reception, a safety deposit box service, a lift and a currency exchange service. The establishment has a cafÃ©, a hairdresser's and conference rooms. The establishment also offers a laundry service and room service. SITUATION: It is inBukit Bintang the heart of the leisure area and the commercial area. ROOM: The rooms have an individual air-conditioning system, a satellite television, a direct line telephone, a mini-bar, a coffee maker and a teapot. They also have a safe (available for a fee), an alarm clock, an electronic key and an iron. FACILITIES: Outdoors, clients have access to a swimming pool. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OTHERS: Guests can book bed and breakfast, Regarding the food and beverage offering, you can enjoy Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.81" OriginalAmount="70.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572515" Longitude="101.7003999" StarRating="5" HotelCode="|211078" HotelName="Stripes Kuala Lumpur, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25, Jalan Kamunting</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/8/211078_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1357007237753" Longitude="101.68651878834" StarRating="5" HotelCode="60398|le_meridien_kuala_lumpur_2" HotelName="Le Méridien Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Stesen Sentral, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e5/30e542d1f93448aea220e4f8213372288329afd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Kuala Lumpur Sentral area, a major transport interchange adjacent to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1474645386334" Longitude="101.715950651" StarRating="4" HotelCode="666724|dorsett_residences_bukit_bintang" HotelName="Dorsett Residences @ Dorsett Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/5e/e85ec3818b98528c1196e1787d14207940b23a58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.73" OriginalAmount="71.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160138" Longitude="101.696664" StarRating="0" HotelCode="|397293" HotelName="The Chow Kit - an Ormond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1012 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/9/3/397293_ef0e1fe1059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.01" OriginalAmount="71.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147331" Longitude="101.713025" StarRating="1" HotelCode="|440849" HotelName="Fahrenheit88 By Sarah's Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fahrenheit88 179, Bukit Bintang Street, Bukit Bintang H166 , Fahrenheit88, Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/4/9/440849_4fac1841759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.21" OriginalAmount="72.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158381" Longitude="101.704354" StarRating="0" HotelCode="|548193" HotelName="Platinum 2 by DM Suites KLCC , Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/8/1/9/3/548193_8e4456f2358.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.14" OriginalAmount="72.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.130916" Longitude="101.685168" StarRating="4" HotelCode="304001|1004675" HotelName="Ascott Sentral Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 211 Jalan Tun Sambanthan, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/34/6d34a27119c9949c743c461de53b921e06c0e7b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1630944" Longitude="101.71869452" StarRating="4" HotelCode="619282|ariva_trillion_residences" HotelName="Ariva Trillion Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="residence" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>338 Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/dc/5edc25da14889e1c81bae4d11209ea6b23fead7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.25" OriginalAmount="73.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1025415" Longitude="101.6411917" StarRating="5" HotelCode="|34036" HotelName="Hilton Petaling Jaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO.2, JALAN BARAT, 46200 PETALING JAYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/3/6/34036_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 4 restaurants, executive floors, a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. The establishment boasts a cafÃ©, a hairdresser's, conference rooms, a laundry service, room service and a car park. SITUATION: The hotel Petaling Jaya it is in Kuala Lumpur 15 minutes away from the establishment you have 45 minutes away from the establishment, clients can find Kuala Lumpur Airport. ROOM: The establishment has 553 rooms, They have double-glazed windows, an air-conditioning system, a bathroom with a shower, a satellite television, a radio, a safety deposit box, a coffee maker, a kettle, a mini-bar, a direct line telephone and internet. FACILITIES: The establishment has a swimming pool, deck chairs and a spa. MEALS: Regarding the food and beverage offering, the establishment offersPaya Serai the restaurant a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.30" OriginalAmount="73.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14257" Longitude="101.70991" StarRating="0" HotelCode="|405000" HotelName="Luxy Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East Tower Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/0/0/0/405000_5e7834e0702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.77" OriginalAmount="73.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15829" Longitude="101.70489" StarRating="0" HotelCode="|238929" HotelName="188 Suites By Namastay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 10 Jalan Cendana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/9/2/9/238929_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.53" OriginalAmount="74.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16298" Longitude="101.71859" StarRating="0" HotelCode="|240427" HotelName="Trillion Suites By Slg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>338, Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/4/2/7/240427_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.92" OriginalAmount="74.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1612781" Longitude="101.720525" StarRating="5" HotelCode="|73086" HotelName="Doubletree By Hilton Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>348 Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/8/6/73086_1_6998.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has a babysitting service, (for a fee), multilingual staff, event rooms, wedding facilities and a business centre with features that offer you the maximum level of comfort. SITUATION: This establishment, is close to the shopping area. FACILITIES: The establishment has a fitness centre well-equipped, a swimming pool and a spa. OTHERS: The establishment offers a restaurant, a bar and a lounge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153435568221" Longitude="101.71146869659" StarRating="4" HotelCode="258358|59228" HotelName="Impiana KLCC" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan Pinang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/3c/c83cd8b5c9450b22d8ddafab13bb3b2edc8bf697.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the middle of the liveliest business and shopping district in the city, adj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.50" OriginalAmount="75.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15326" Longitude="101.70804" StarRating="5" HotelCode="|589985" HotelName="Hyatt Centric City Centre Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/9/8/5/589985_891a7511057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.04" OriginalAmount="75.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1617752864287" Longitude="101.71985059977" StarRating="4" HotelCode="162223|136864" HotelName="DoubleTree By Hilton Hotel Kualar Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>348 Jalan Tun Razak, The Intermark, Centrally located along Jalan Ampang at the Jalan Tun Razak crossing, 50400 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/80/738093c50dff482eee721e8c8dee2274a7cc0e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the corner where Jalan Tun Razak meets Jalan Ampang, near the landmark Petr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.69" OriginalAmount="76.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.127731652024" Longitude="101.68014360594" StarRating="5" HotelCode="601864|2234975" HotelName="Alila Bangsar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/37/2a374e95d81bb68ddf50f93fe693d991a061369d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a cash machine, a library an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.70" OriginalAmount="76.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167075" Longitude="101.701796" StarRating="3" HotelCode="|391409" HotelName="Kuala Lumpur International" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Hj Hussein 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/0/9/391409_59cdc001017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15068" Longitude="101.710366" StarRating="5" HotelCode="211921|eo_residences" HotelName="E&amp;O Residences Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tengah, Off Jalan Sultan Ismail, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/cf/e8cf0971cfe1998d4c4d5d05b2e627743fa8e5fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14735536" Longitude="101.71585534" StarRating="3" HotelCode="936890|de_space_bukit_bintang_residence" HotelName="De Space @ Bukit Bintang Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi, Dorsett Residence, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/fc/b6fcd9ae44ccefe9d94cc717159cdeca8347d85b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.62" OriginalAmount="77.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12763" Longitude="101.6798" StarRating="5" HotelCode="|393947" HotelName="Alila Bangsar, Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/9/4/7/393947_ab87e171251.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.81" OriginalAmount="77.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13115" Longitude="101.643947" StarRating="5" HotelCode="|447656" HotelName="M Resort and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1, Jalan KGPA, Bukit Kiara 60000 Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/6/5/6/447656_2abc0fa1434.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.34" OriginalAmount="78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158151" Longitude="101.703723" StarRating="3" HotelCode="650857|236564" HotelName="Face Platinum Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/73/a673d687aeee74ea23b3ddea8d3683ba1579d217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.119375" Longitude="101.676208" StarRating="5" HotelCode="311165|the_gardens_hotel_residences_st_giles_grand_hotel" HotelName="The Gardens Hotel &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran Syed Putra, Mid Valley City, Kuala Lumpur 59200, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/ce/18ce34f8cd366641f568a457b9894861ec772aad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is strategically located between Kuala Lumpur and Petaling Jaya in the precinct of T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.126379" Longitude="101.644705" StarRating="4" HotelCode="78849|eastin_hotel" HotelName="Eastin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan 16/11, Pusat Dagang Seksyen 16, 46350 Petaling Jaya, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/1b/b91b4b4874a586ca015f685471f9d92d2cf24636.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international business class hotel is located close to commercial districts and entertainment o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16699103" Longitude="101.70170241" StarRating="3" HotelCode="321115|kuala_lumpur_international_hotel" HotelName="Kuala Lumpur International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Haji Hussein, off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/75/1a7511908d3e1059727bfbffbcd72ebaaff84518.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.39" OriginalAmount="78.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146121" Longitude="101.713117" StarRating="0" HotelCode="|537813" HotelName="Axon Residence Bukit Bintang by Luna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Walter Granier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/8/1/3/537813_bf0dd8c0939.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.40" OriginalAmount="79.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.176028" Longitude="101.665448" StarRating="0" HotelCode="|440938" HotelName="Arte By Thomas Chan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66th Floor, Tower 2, Arte Mont Kiara Jalan Sultan Haji Ahmad Shah, Kuala Lumpur 50480 Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/3/8/440938_aab8d2f1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.30" OriginalAmount="80.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1503447" Longitude="101.7142444" StarRating="5" HotelCode="|34937" HotelName="Pullman Kuala Lumpur City Centre  and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN CONLAY 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/3/7/34937_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 448 rooms, The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a restaurant, conference facilities, room service, a laundry service and a car park. SITUATION: This hotel is near the business district, is situated close to the embassies, close to the establishment, clients can find Petronas the towers it is close to Suria KLCC the shopping centre near the establishment, you will find Bukit Bintang the commercial area of 45 minutes away from the establishment clients have Kuala Lumpur Airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a fridge, a coffee maker, a kettle, an iron, a central air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a swimming pool, a gym and a pool bar. MEALS: Regarding the food and beverage offering, the establishment offersLa Eccucino Brasserie the restaurant. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.97" OriginalAmount="81.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1264365" Longitude="101.644671" StarRating="4" HotelCode="|89490" HotelName="Petaling Jaya Marriott  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 JALAN 16/11 PUSAT DANGANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/9/0/89490_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.54" OriginalAmount="82.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1477650200825" Longitude="101.70408885954" StarRating="5" HotelCode="284649|1011785" HotelName="Lanson Place Bukit Ceylon Serviced Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Ceylon, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e7/eae7f3e2969841aeb5a6c61d12ca8abae8e98695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.135227" Longitude="101.685899" StarRating="5" HotelCode="33364|27966" HotelName="Hilton Kuala Lumpur" 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,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Stesen Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/53/04/53045ba33fa139d9d02cd5dc8f0395522c801627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Malaysia's capital city and within walking distance of the Petr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1478810767141" Longitude="101.71451390652" StarRating="5" HotelCode="32975|the_westin_kuala_lumpur" HotelName="The Westin Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/6e/596eb9e8bd8e7f69e6ff8c2eb15321f5cb369dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Jalan Bukit Bintang, an area known as the Golden Mile, situated in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.30" OriginalAmount="84.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.151401" Longitude="101.719804" StarRating="4" HotelCode="|537657" HotelName="Eaton Residences KLCC by Luna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Jalan Kia Peng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/6/5/7/537657_673ec570911.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.05227886" Longitude="101.67926936" StarRating="3" HotelCode="852220|mokka_hotel" HotelName="Mokka Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C-2-1 To C-2-5 Jalan Jalil Perkasa 1, The Link 2, Bukit Jalil, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/dc/5bdcf4bc99ec49a2321422522729bf5fc2c66868.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.52" OriginalAmount="87.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148135" Longitude="101.710315" StarRating="4" HotelCode="|203494" HotelName="The Kuala Lumpur Journal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 30, Jalan Beremi,Off Jalan Sultan Ismail,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/4/203494_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="967741|kloe_hotel" HotelName="Kloe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>227 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/20/17202efdfb1590140d36fdfc02e620063e436d2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.56" OriginalAmount="88.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1392667291294" Longitude="101.69222695278" StarRating="5" HotelCode="209208|918275" HotelName="The Majestic Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Sultan Hishamuddin, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/07/760795ad4508901044660cf251dc098c91af37e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Kuala Lumpur. Its setting is especially ideal for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.47" OriginalAmount="89.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.119596" Longitude="101.676069" StarRating="4" HotelCode="|42903" HotelName="St Giles Mid Valley Kuala Lumpur  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Boulevard, 59, Lingkaran Syed Putra, Mid Valley City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/0/3/42903_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 448 rooms and 179 apartments. It has a lobby, a reception, a lift, conference rooms, WiFi and a restaurant. Guests can find room service, a laundry service and a car park. SITUATION: Kuala Lumpur and Petaling Jaya It is located between It is 10 minutes away from the city centre, Clients can also find, the Royal Palace and the National Museum. the KL Bird Park 15 minutes away from the establishment guests have 25 minutes away from the establishment, guests will find KLCC the shopping centre it is well-connected by train. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone and satellite or cable TV. They have a mini-bar, a coffee maker, a kettle, a safety deposit box and individual air-conditioning. FACILITIES: The establishment has a swimming pool and a gym. OTHERS: Regarding the food and beverage provision, the establishment offersSpread the restaurant breakfast, lunch and dinner service. Accepted American Express, Visa, Diners Club and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1479430722699" Longitude="101.71215209276" StarRating="5" HotelCode="18437|18951" HotelName="Grand Millennium Kuala Lumpur" 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,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/27/a627d7a73ab3761323ab4b3f13fbf60e8c877b5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is strategically located in the heart of downtown Kuala Lumpur's commercial dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1443306736773" Longitude="101.71227170005" StarRating="5" HotelCode="32974|parkroyal_kuala_lumpur_2" HotelName="PARKROYAL Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7c/ff/7cffd012c71cbcd5a4f1d54032c3946dada181ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of the Golden Triangle, Kuala Lumpur's main commercial and retail district, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.10" OriginalAmount="90.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17523" Longitude="101.66888" StarRating="4" HotelCode="|404138" HotelName="AMI Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>G-09 Arte Mont Kiara, Jalan Sultan Haji Ahmad Shah,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/3/8/404138_23e6f681023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.73" OriginalAmount="91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1538640717512" Longitude="101.71499848366" StarRating="4" HotelCode="65770|46774" HotelName="Traders Hotel Kuala Lumpur" 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,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre, 50088 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/66/0266b3782bddd9d0737df763162d25a19a7bb59f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the nerve centre of Kuala Lumpur's premium conference, office, shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.24" OriginalAmount="92.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14692787" Longitude="101.66132725" StarRating="5" HotelCode="571693|2170975" HotelName="Sofitel Kuala Lumpur Damansara" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Damanlela, Bukit Damansara, 50490 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/10/e6108de648ed9d9919d18a019c60efb121f56879.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.18" OriginalAmount="94.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.052135" Longitude="101.678933" StarRating="2" HotelCode="|547009" HotelName="OYO 89576 Mokka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C-2-1, The Link 2, Jalan Jalil Perkasa 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/7/0/0/9/547009_a8864042348.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.27" OriginalAmount="94.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167608" Longitude="101.693208" StarRating="5" HotelCode="|59495" HotelName="Seri Pacific  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/9/5/59495_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This deluxe hotel, with air-conditioning and has 554 rooms a safety deposit box service, a lift, a currency exchange service, a cafÃ©, a bar, a nightclub, a restaurant and a conference room. The establishment offers WiFi, a TV room, a buffet breakfast, room service, a laundry service and a car park. SITUATION: Kuala Lumpur It is in. ROOM: Guests are offered large, disabled access rooms, The rooms a bathroom with a hairdryer, a direct line telephone with an answering machine, a satellite or cable television, internet and a mini-bar. They have a coffee maker, a kettle, an ironing set, a king size or double bed, a safe and an individual air-conditioning system. FACILITIES: The establishment boasts a swimming pool with deck chairs, a playground, a gym and a jacuzzi. Guests are offered tennis courts and squash courts. MEALS: Regarding the food and beverage offering, the establishment offersZende the buffet restaurant with international cuisine and Asian specialties.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1548308821927" Longitude="101.71082496643" StarRating="5" HotelCode="68113|ascott_kuala_lumpur" HotelName="Ascott Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Pinang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/ca/eacadbf99d37a38175bcb990caf9e9385524ada9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is ideally located in the central business district, adjacent to the famous Petronas ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.04" OriginalAmount="100.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14731" Longitude="101.713" StarRating="3" HotelCode="|396544" HotelName="Pavilion Fahrenheit 88 - Aj Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KL Plaza Suites, 179, Bukit Bintang Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/4/4/396544_0417f121040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.97" OriginalAmount="102.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158668" Longitude="101.703931" StarRating="0" HotelCode="|534152" HotelName="Happy Suite at Platinum KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/5/2/534152_144dc071152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.98" OriginalAmount="102.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.108924" Longitude="101.730173" StarRating="3" HotelCode="|553069" HotelName="Arte Cheras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/0/6/9/553069_d2cf7b71210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1541238519305" Longitude="101.70633226633" StarRating="5" HotelCode="17460|16147" HotelName="Shangri-La" 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,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Sultan Ismail, Kuala Lumpur 50250</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/6e/026e7e934a633206690867d633b2b1bfec75d225.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Kuala Lumpur is Malaysia's principal international arrival gateway and a central hub for bus, train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.38" OriginalAmount="106.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15459" Longitude="101.70724" StarRating="4" HotelCode="|405274" HotelName="Saba Suites at Vortex KLCC Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53A-5, Vortex KLCC, 12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/7/4/405274_c39293d1159.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.89" OriginalAmount="107.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153256" Longitude="101.705343" StarRating="0" HotelCode="|466460" HotelName="Indigo Kuala Lumpur On The Park, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 5 JALAN PUNCAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/4/6/0/466460_1257fdd1822.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.82" OriginalAmount="108.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1539372" Longitude="101.7061935" StarRating="5" HotelCode="|55373" HotelName="Shangri-la Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/7/3/55373_1_4577.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has tropical gardens, has luxurios rooms, 701 standard rooms and suites. SITUATION: This hotel is on Jalan Sultan Ismail (Sultan Ismail Road) 5 minutes away from the establishment, you can find the cultural area. can also find the business area and the leisure area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588721936627" Longitude="101.70001029968" StarRating="5" HotelCode="17638|16871" HotelName="Sheraton Imperial Kuala Lumpur Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/01/9901d7e43422c32f9882bea6f6743f09a027fc74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the golden triangle. Within a short distance of the hotel guests will d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.42" OriginalAmount="110.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142515" Longitude="101.710059" StarRating="3" HotelCode="|537577" HotelName="tourism Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jln Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/5/7/7/537577_3b946810927.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.91" OriginalAmount="112.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153996" Longitude="101.7147915" StarRating="5" HotelCode="|35580" HotelName="Traders Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/8/0/35580_1_2842.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2006, is contemporary style, ideal for holidays and business stays, has a lobby, a reception, a currency exchange service, a lift, a bar, a safety deposit box service and a restaurant. The establishment offers conference rooms, an oudooor car park, room service and a laundry service. SITUATION: This hotel is in Kuala Lumpur city centre where you can find shops, business companies and a public transport stop. Nearby, you will find the Petronas Towers. It is situated 25 minutes away from Petaling Street ROOM: Each room has a bathroom with a hairdryer, a satellite television, a mini-bar, a coffee maker, a kettle, an ironing set, an air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a spa, treatments and a massage service. can use a gym and a swimming pool with deck chairs. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: have at their disposal a restaurant and a sushi bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.47" OriginalAmount="113.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586654" Longitude="101.7005698" StarRating="5" HotelCode="|69986" HotelName="Sheraton Imperial Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/8/6/69986_1_2352.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, is rated 5 stars and has 385 standard rooms. This establishment has beautiful views, attentive service, a concierge and lifts. The establishment also offers a dry cleaner's, a laundry service, an oudooor car park (for a fee), meeting facilities, event rooms and a business centre with features that offer you the maximum level of comfort. SITUATION: This establishment is in a good area in SITUACIÃ“N:Directamente ubicado en la gran arenosa playa con vistas al ocÃ©ano. FACILITIES: The establishment boasts a fitness centre well-equipped, a swimming pool, a bar and a lounge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.75" OriginalAmount="113.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1595577956389" Longitude="101.71826541424" StarRating="5" HotelCode="68101|17954" HotelName="InterContinental Kuala Lumpur" 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,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/62/e16255b1f612b45c7d2ed81d47dd6d9b92609965.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A 90-minute drive from Kuala Lumpur International Airport, this business hotel is conveniently locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.12" OriginalAmount="114.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156682" Longitude="101.709233" StarRating="3" HotelCode="|441010" HotelName="KL Sky Suites KLCC by SA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Jalan P. Ramlee, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 50250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/1/0/441010_957ffb21709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14830524" Longitude="101.71477583" StarRating="4" HotelCode="744314|pavilion_hotel_kuala_lumpur_managed_by_banyan_tree" HotelName="Pavilion Hotel Kuala Lumpur Managed by Banyan Tree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>170 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/8f/de8f946a550da64bca48986da0a85b0f87ff0e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location
Strategically located in Kuala Lumpur, the capital of Malaysia, Pavilion Hotel Kuala Lumpur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.08" OriginalAmount="115.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1446284" Longitude="101.7125513" StarRating="5" HotelCode="|32521" HotelName="Parkroyal Collection Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN SULTAN ISMAIL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/2/1/32521_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 348 rooms and suites. It has a lobby with a reception, a currency exchange service, a safety deposit box service and a lift. Our guests can find a cafÃ©, conference rooms and meeting rooms. The establishment also offers room service and a laundry service. SITUATION: It is inthe Golden Triangle the heart of it is in the commercial area, the business area, nearby, you will find Sungei Wang the Street of the business area and the railway station. Clients can also find Petronas the towers and the government building. ROOM: Customers can find large, comfortable rooms with a bathroom and a hairdryer. They have views of the city, a direct line telephone, a television, a mini-bar, a kettle and a coffee maker. They also have an ironing set, a double bed, a safe and an individual air-conditioning system. FACILITIES: The establishment boasts a gym, squash courts and a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offers a buffet restaurant and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.30" OriginalAmount="115.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14741" Longitude="101.71583" StarRating="4" HotelCode="|390457" HotelName="Dorsett Residences Bukit Bintang at Dorsett Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/5/7/390457_145ddbf0932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.05" OriginalAmount="116.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14262" Longitude="101.70904" StarRating="3" HotelCode="|188540" HotelName="Excellent Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Imbi, Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/4/0/188540_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.78" OriginalAmount="118.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15791" Longitude="101.704" StarRating="5" HotelCode="|400566" HotelName="DEFACE PLATINUM SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THE PLATINUM SUITES 1020 JALAN SULTAN ISMAIL 50250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/5/6/6/400566_27cd3ec0831.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.11" OriginalAmount="122.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15264" Longitude="101.714398" StarRating="5" HotelCode="|390419" HotelName="The RuMa Hotel and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Kia Peng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/1/9/390419_34438670948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.37" OriginalAmount="122.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485713" Longitude="101.7150308" StarRating="5" HotelCode="|386082" HotelName="Pavilion Kuala Lumpur Managed By Banyan Tree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>170 Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/0/8/2/386082_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15328264" Longitude="101.71025395" StarRating="3" HotelCode="872219|soho_suites_klcc_by_aloha" HotelName="Soho Suites KLCC By Aloha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Jalan Perak, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/7a/e47a513d78d03319782623a9a45a4cde06642851.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.67" OriginalAmount="123.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144659" Longitude="101.71218" StarRating="5" HotelCode="|449146" HotelName="Pan Pacific Serviced Suites Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/1/4/6/449146_50a8ee21252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="937008|dorsett_residences_bukit_bintang_klcc_ecosuites" HotelName="Dorsett Residences Bukit Bintang by EcoSuites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/1b/ab1bc704343f2696e8c9c35e817651b3a6d7e7cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14779" Longitude="101.713649" StarRating="5" HotelCode="259012|jw_marriott_hotel_kuala_lumpur" HotelName="JW Marriott" Meals="ROOM ONLY" 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,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>183 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/e2/bde27996db0e4f12a267b6679ab10717bbd14acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the central business district of Kuala Lumpur, this luxury city hotel is in immed...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1571849681218" Longitude="101.70568585396" StarRating="5" HotelCode="16618|renaissance_kuala_lumpur_hotel_3" HotelName="Renaissance Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Sultan Ismail and Jalan Ampang, 50450 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/c1/16c1e98c4706cdb30121896745bad07ae794e6f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel complex is ideal for both business and leisure travellers, as it is located in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.79" OriginalAmount="126.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.151728" Longitude="101.716438" StarRating="0" HotelCode="|441022" HotelName="Wyndham Suites Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Changkat Kia Peng, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 50450</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/2/2/441022_4d87df31201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.02" OriginalAmount="127.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1571952" Longitude="101.7051591" StarRating="5" HotelCode="|35074" HotelName="Renaissance Kuala Lumpur  and Convention Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORNER OF JALAN SULTAN ISMAIL AND JALAN AMPANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/0/7/4/35074_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 921 standard rooms, suites and Royal Suites. The establishment has a convention centre, 15 multifunctional rooms, a ballroom, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers a cafÃ©, a restaurant, internet, a laundry service, room service and a car park. SITUATION: This hotel is in the Golden Triangle is situated in the commercial and business area, the shopping area and the leisure area. 70 minutes away from the establishment, you can find Kuala Lumpur Airport. ROOM: The rooms have a bathroom, a direct line telephone, a television, a coffee maker, a kettle, an ironing set, an air-conditioning system and a safety deposit box. FACILITIES: The establishment has an Olympic swimming pool, a gym and a spa. The establishment also offers aerobics, sports area, a jacuzzi, a sauna and a steam bath. OBSERVATIONS: Ask for the swimming pool timetables. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: In the food and drinks department, the establishment offers set menu or Ã  la carte restaurant and a barbecue.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.60" OriginalAmount="127.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1624" Longitude="101.71391" StarRating="4" HotelCode="|390472" HotelName="The Mews Klcc By Plush" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19, Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/7/2/390472_c03cd890928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.83" OriginalAmount="129.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.157289" Longitude="101.70572" StarRating="4" HotelCode="|469032" HotelName="Four Points By Sheraton Kuala Lumpur, City Centre" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/0/3/2/469032_2a495851822.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.52" OriginalAmount="133.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1543604" Longitude="101.7121676" StarRating="5" HotelCode="|89474" HotelName="Grand Hyatt Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 JALAN PINANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/4/89474_54478380648.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14242436" Longitude="101.71070849" StarRating="0" HotelCode="846450|the_suites_times_square" HotelName="The Suites @ Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/86/ad86216ebfc87c39fe2ec1bc33217b8722ac558d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.14" OriginalAmount="138.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16221586" Longitude="101.7142153" StarRating="0" HotelCode="956816|the_mews_klcc_by_plush" HotelName="The Mews Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Yap Kwan Seng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/f9/d7f9882bffa86e4921cf1dae1d0f0caf0c39537f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1527779456778" Longitude="101.70954641139" StarRating="4" HotelCode="48134|hotel_equatorial_kuala_lumpur" HotelName="EQ" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, Equatorial Plaza, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/b8/f7b89e0336484c8206c1624094a3d824c5922c8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city's commercial and entertainment district. It is within ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1468258789151" Longitude="101.71548128128" StarRating="5" HotelCode="16772|the_ritzcarlton_kuala_lumpur_2" HotelName="The Ritz-Carlton Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168, Jalan Imbi, 55100  Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/1c/751cc8e5299986f5d73e0fb70f831ade3238efa7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located near Bintang Walk, Kuala Lumpur's upscale and trendy business and enterta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572063932252" Longitude="101.71221971512" StarRating="5" HotelCode="14377|mandarin_oriental_2" HotelName="Mandarin Oriental Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre, P. O. Box 10905, 50088 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/07/2a077cd5e9c32d745c71f5a1784b714c9dfcd899.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an enviable location, offering the ideal mix of leisure, commerce and entertainment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.93" OriginalAmount="190.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14613" Longitude="101.714816" StarRating="5" HotelCode="|196828" HotelName="The Ritz-Carlton, Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>168 JALAN IMBI, KUALA LUMPUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/2/8/196828_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.35" OriginalAmount="192.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.150061" Longitude="101.714188" StarRating="5" HotelCode="|386765" HotelName="Banyan Tree Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>02 Jalan Conlay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/7/6/5/386765_1_2268.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586421898485" Longitude="101.70931640774" StarRating="4" HotelCode="694875|335666" HotelName="W Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f2/25f2b0293b797c2bf254fa40906ec0ed5c68eeef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156098" Longitude="101.726164" StarRating="4" HotelCode="175929|62205" HotelName="Villa Samadhi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Madge, Kuala Lumpur 55000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/5a/365a2863faaa681875a16e448fe56d7816fa591e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 10 minutes’ drive from the lively parts of town such as the city centre an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.52" OriginalAmount="197.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13679099" Longitude="101.68905771" StarRating="5" HotelCode="442587|1894855" HotelName="The St. Regis Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Stesen Sentral 2, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/3e/173e95febc1c8fd1e6e6ce4ab1313f174089b24e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.17" OriginalAmount="208.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142425" Longitude="101.710444" StarRating="3" HotelCode="|397643" HotelName="Robbinsons At Times Square Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A28-17 ,East Tower ,Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/4/3/397643_307abef1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.62" OriginalAmount="224.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.053648" Longitude="101.670859" StarRating="3" HotelCode="|467884" HotelName="Hyatt Place Kuala Lumpur Bukit Jalil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>M-1, PUSAT PERDAGANGAN BANDAR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/8/8/4/467884_eee54231350.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.51" OriginalAmount="259.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15856" Longitude="101.71335" StarRating="5" HotelCode="|219170" HotelName="Four Seasons Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/1/7/0/219170_1_393.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.37" OriginalAmount="260.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1582474717023" Longitude="101.71390148347" StarRating="5" HotelCode="613465|2253445" HotelName="Four Seasons Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Four Seasons Place, 145 Jalan Ampang, 50450 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/b0/65b00763c677645f819028f7f5cfc382475ef5ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.38" OriginalAmount="285.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14133" Longitude="101.70181" StarRating="5" HotelCode="|589984" HotelName="Park Hyatt Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Level 75 Menara Merdeka 118, Presint Merdeka 118</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/9/8/4/589984_01d95de1137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.85" OriginalAmount="360.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158547" Longitude="101.709461" StarRating="0" HotelCode="|455263" HotelName="Tropicana The Residences KLCC by VP" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/2/6/3/455263_645e8e31332.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="452.19" OriginalAmount="439.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586" Longitude="101.709316" StarRating="3" HotelCode="|397616" HotelName="The Residences Klcc - Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang Tropicana The Residences, W Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/1/6/397616_28170031032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="669.17" OriginalAmount="649.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14726" Longitude="101.72048" StarRating="0" HotelCode="|590409" HotelName="Agilesuitesklcc by TRX" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block B, Agile bukit Bintang, jalan Delima</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/0/4/0/9/590409_2dd3b2f2013.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.23" OriginalAmount="16.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12941" Longitude="101.73027" StarRating="3" HotelCode="|402363" HotelName="Twin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 &amp; 58 Jalan Jejaka 7 Taman Maluri Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.85" OriginalAmount="28.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1532247" Longitude="101.6967486" StarRating="2" HotelCode="|441263" HotelName="Mpalace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman 50100 Kuala Lumpur Federal Territory of Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.29" OriginalAmount="33.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11533" Longitude="101.668044" StarRating="4" HotelCode="|441337" HotelName="Imperial Regency Suites and Hotel Kuala Lumpur (Nexus Regency Suites and Hotel Kuala Lumpur)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tower D Bangsar Trade Cente, (formerly known as Plaza Pantai), Jalan Pantai Baru, 59200 Kuala Lumpur, Malaysia, 59200 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.48" OriginalAmount="44.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.093907" Longitude="101.73854" StarRating="4" HotelCode="|397704" HotelName="Innside by Melia Kuala Lumpur Cheras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>N-G01, Ekocheras No 693, Batu 5 Jalan Cheras, 56000, Kuala Lumpur, Malaysia,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.71" OriginalAmount="52.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.138786" Longitude="101.664807" StarRating="3" HotelCode="|440884" HotelName="Ken Bangsar By Sleepy Bear" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-2, Ken Bangsar, Jalan Kapas, Bangsar, 59100, Kuala Lumpur, 59100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.43" OriginalAmount="84.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1173562" Longitude="101.67101" StarRating="5" HotelCode="|447625" HotelName="Amari Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 3, Jalan Bangsar, KL Eco City 59200 Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.00" OriginalAmount="89.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1476869" Longitude="101.715368" StarRating="4" HotelCode="|447643" HotelName="Capri By Fraser Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 160 Jalan Imbi Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.12" OriginalAmount="150.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.152778" Longitude="101.709722" StarRating="4" HotelCode="|441299" HotelName="EQ Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Equatorial Plaza, Jalan Sultan Ismail, 50250 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Internet,Bar,Room Service,Conference Hall,Fax,Restaurant,Telephone Service,Laundry,Lounge,Kitchen,Swimming Pool,24 Hour Front Desk,Designated Smoking Area,LCD/Projector,Luggage Storage,Nightclub,Currency Exchange,Jacuzzi,Shopping Arcade,Golf,Massage Centre,Sauna,24 Hour Power Supply,24 Hour Security,Garden,Housekeeping,Wake-up Call Service,Wheelchair Access,Spa,Bicycle Rental,Airport Transfer (on Demand),Meeting Room,Parking,Central Heating,Business Centre,Dining,Kids Play Area,Elevator,Vending Machine,ATM/Cash Machine,Babysitting,Concierge,Porter,Smoking Rooms,Travel Desk,Valet Parking,24 Hour Room Service,Pets allowed,Printer,Banquet Hall,Beauty Salon,Coffee Shop,Dry Cleaning</BasicAmenities>
    <HotelRating>2,3,4,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>MOTEL,CITY HOTEL,HOTEL,APARTMENT,VILLAGE,FAMILY-FRIENDLY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,RESIDENCES,APARTMENT HOTEL,APARTHOTEL,CLUB RESORT,HOSTELS,GUESTHOUSE,GUEST HOUSES,RESIDENCE,BEACH HOTEL,SPA HOTEL,ECO HOTEL,INNS</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
24781619-1cff-4ffa-8f88-b1d406b36a85|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
24781619-1cff-4ffa-8f88-b1d406b36a85|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="24781619-1cff-4ffa-8f88-b1d406b36a85">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="62750" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-06T00:00:00" End="2026-06-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="saad.asaishtravels@gmail.com" Password="Revelon123$" RequestedCurrency="GBP" ClientNationality="PK" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
24781619-1cff-4ffa-8f88-b1d406b36a85|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
24781619-1cff-4ffa-8f88-b1d406b36a85|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:103d6246-aae6-4324-8049-f381bdd92c06
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
24781619-1cff-4ffa-8f88-b1d406b36a85|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-03T08:10:21.8721123+01:00" Version="0" EchoToken="Search" TransactionIdentifier="24781619-1cff-4ffa-8f88-b1d406b36a85" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="12.44" OriginalAmount="12.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14079" Longitude="101.70948" StarRating="0" HotelCode="|234697" HotelName="Revopackers Beds and Bunks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258, Jalan Changkat Thambi Dollah Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/9/7/234697_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1410635883094" Longitude="101.70913660531" StarRating="2" HotelCode="384843|orkid_inn_pudu" HotelName="Revopackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>258 Jalan Changkat Thambi Dollah, Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/0c/650c35df880a35230f68e16ef5915c8cb7c020da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1458900876734" Longitude="101.70197078515" StarRating="3" HotelCode="304399|sandpiper_hotel_kuala_lumpur_" HotelName="Sandpiper Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/c2/95c2ecfb1996e02ad79cfbbcd33f51ad8c0be12f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15691" Longitude="101.69667" StarRating="3" HotelCode="|196082" HotelName="The Grand Campbell " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dang Wangi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/8/2/196082_1_3326.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.67" OriginalAmount="17.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156727081679" Longitude="101.69675512341" StarRating="3" HotelCode="320049|1516388|Bed &amp; Breakfast" HotelName="The Grand Campbell Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dang Wangi, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ec/00ec2145cf758a286fdc729d62ef59e1a87158ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.38" OriginalAmount="18.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1330412630054" Longitude="101.68892632639" StarRating="2" HotelCode="304398|1059388|Bed &amp; Breakfast" HotelName="Metro Hotel @ KL Sentral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Thambypillai, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/2a/462a2eb6939d2f0d1c75808f0f5338790b48856a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.24" OriginalAmount="19.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148818" Longitude="101.6988" StarRating="3" HotelCode="260589|929905|Bed &amp; Breakfast" HotelName="Arenaa Star Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Jalan Hang Lekiu, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/90/26901bad48d1a8e741b2855e3c5d102d8a03dfaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.81" OriginalAmount="20.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144649" Longitude="101.70599" StarRating="2" HotelCode="915315|761195|Bed &amp; Breakfast" HotelName="My Hotel @ Bukit Bintang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/55/c255f113080a74b23395ffafadcb45499d5cfabe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.33" OriginalAmount="20.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1637856093955" Longitude="101.69608289815" StarRating="3" HotelCode="304358|998455|Bed &amp; Breakfast" HotelName="Hotel Club Dolphin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Tiong Nam, Off Jalan Raja Laut, Wilayah Perseketuan, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/ce/a3ce921ed06c849bc37724b117299836747e3cc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1510832003849" Longitude="101.69651408709" StarRating="3" HotelCode="146010|24243" HotelName="Citin Masjid Jamek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot No 7, Seksyen 33, Jalan Melayu, Off Jalan Masjid, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/5c/5d5c253f359855b8fa3f87f9185cd9bca76dafc5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Kuala Lumpur’s commercial centre. The hotel is situated less t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.12" OriginalAmount="21.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13168093" Longitude="101.68740863" StarRating="2" HotelCode="321130|2045305|Bed &amp; Breakfast" HotelName="My Hotel @ KL Sentral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Jalan Thambipillay, Near Singh Chapati, Kl Sentral, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/a6/78a6f581c3456e69f087f96afc2f7fad1d962ac5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.34" OriginalAmount="21.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14637385" Longitude="101.70119875" StarRating="3" HotelCode="545998|2536515|Bed &amp; Breakfast" HotelName="Signature International Hotel @ Pudu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Pudu Lama, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8c/878cdfece2651667a689a0884e5c7b59e7bd5dcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The numerous facilities and services at the hotel ensure guests a comfortable and relaxing stay. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.55" OriginalAmount="21.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1541667022631" Longitude="101.69770091772" StarRating="3" HotelCode="142208|120644|Bed &amp; Breakfast" HotelName="StarPoints Hotel Kuala Lumpur" 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>149 Jalan Masjid India, Wilayah Persekutuan, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/c8/37c82a9ab9b9d58f3910fc591d0af7f03cfd7709.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the part of Kuala Lumpur known as Little India, along Jalan Masjid India above the popula...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.46" OriginalAmount="22.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14553733" Longitude="101.69729325" StarRating="3" HotelCode="778703|2292805|Bed &amp; Breakfast" HotelName="Pacific Express Hotel Chinatown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Tun Tan Cheng Lock, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/54/2554fd01aeb242ea6aa48e3a005211e3a9aff215.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.67" OriginalAmount="22.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133291" Longitude="101.68819315" StarRating="2" HotelCode="595629|2537735|Bed &amp; Breakfast" HotelName="City Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>80 &amp; 82 Jalan Tun Sambanthan, Brickfields, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/02/9602cb37e754e14a7dfd180c0fd9dd747d7c8a19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.63" OriginalAmount="23.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.078867" Longitude="101.744206" StarRating="3" HotelCode="304007|1030608|Bed &amp; Breakfast" HotelName="Silka Cheras Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KM10 Jalan Cheras, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b2/88b24a12c6c783e7c5a40e74cd75d8af6192860e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1318357" Longitude="101.68745377" StarRating="2" HotelCode="599837|236256" HotelName="Cozy Hotel @ KL Sentral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Jalan Thambipillay off, Jalan Tun Sambanthan, Brickfields KL Sentral Monorail Station, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/93/c79367beb02e5c8d5cc3258382f3796528a76140.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.84" OriginalAmount="24.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1515376420923" Longitude="101.69525000549" StarRating="2" HotelCode="915304|954285|Bed &amp; Breakfast" HotelName="Swiss Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/13/33133674c312ad88ce04bb1c66cf311bd66f312f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.49" OriginalAmount="24.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19755487" Longitude="101.72074112" StarRating="3" HotelCode="553598|3121915|Bed &amp; Breakfast" HotelName="Worldview Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29-35 Jalan 10/23A, Medan Makmur, 53200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/4f/f24f3415f0730806c4d66ca6f2a7c7c398de0852.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.51" OriginalAmount="24.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146750448433" Longitude="101.69584572884" StarRating="4" HotelCode="304400|1009045|Bed &amp; Breakfast" HotelName="Pacific Express Hotel Central Market" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/99/32996dee8f15a2dc778977f2b43382e169493c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1547098078358" Longitude="101.70732429848" StarRating="2" HotelCode="690217|236627" HotelName="The Bed KLCC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/34/d13450ce83bfe0bbd381e2e4e554d622f015e063.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.29" OriginalAmount="25.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1464719" Longitude="101.70057834" StarRating="3" HotelCode="630424|2200315|Bed &amp; Breakfast" HotelName="City Comfort Hotel Chinatown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3-1 Jalan Pudu Lama, Seksyen 19, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0f/690ffabe74c32737dfc1cab1a5f7dff219708343.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.76" OriginalAmount="26.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16472" Longitude="101.69631" StarRating="3" HotelCode="|394205" HotelName="Koptown Edc  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Laut</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/0/5/394205_78af7220444.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1646226094063" Longitude="101.69631563558" StarRating="3" HotelCode="153273|edc_hotel_kuala_lumpur" HotelName="EDC Hotel  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/25/c825959b8cac50c9270178fe693a7c607c161230.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Jalan Raja Laut, the centre of Kuala Lumpur's fast growing business and c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.85" OriginalAmount="28.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12869633" Longitude="101.71416083" StarRating="3" HotelCode="834499|2294335|Bed &amp; Breakfast" HotelName="Days Hotel &amp; Suites by Wyndham Fraser Business Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Metro Pudu 2, Kompleks Metro Pudu, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/8d/bd8d0c2941696d3c50c114f732b1b3f40b236300.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.91" OriginalAmount="28.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133537" Longitude="101.688699" StarRating="2" HotelCode="188000|143636|Bed &amp; Breakfast" HotelName="My Hotel @ Sentral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/17/c817af16fdc1e6362231bb3fe9316eb5e47c4b6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.13" OriginalAmount="28.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143767" Longitude="101.698854" StarRating="3" HotelCode="187980|931848|Bed &amp; Breakfast" HotelName="5 Elements" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot 243 Jalan Sultan, Chinatown, Kuala Lumpur 50000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/db/5edbe09f4247bdb4061de2682e915d8c89dbe381.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.16" OriginalAmount="28.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13199" Longitude="101.688224" StarRating="3" HotelCode="902465|111922|Bed &amp; Breakfast" HotelName="Hotel Sentral Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/b2/38b2b23062b6d554a1c09c01892208e0d163b146.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within Kuala Lumpur Railway Station and is conveniently close to the Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.38" OriginalAmount="28.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154157" Longitude="101.69858" StarRating="3" HotelCode="96711|764365|Bed &amp; Breakfast" HotelName="Silka Maytower Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Munshi Abdullah, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/86/e08613e8a0756fa66a8af7916494b8a7d15005af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the prime financial, business and shopping district of Kuala Lumpur. Guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.49" OriginalAmount="28.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143909" Longitude="101.695568" StarRating="3" HotelCode="915312|1475698|Bed &amp; Breakfast" HotelName="Travelodge City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/fe/85feb11ec3d91d05243571da5432b20bad6747c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14049584" Longitude="101.71151309" StarRating="3" HotelCode="321257|63117" HotelName="Beltif Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>77 Jalan Changkat Thambi Dollah, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/ff/29ff4823f2e7c4935e1c04b612478d914e934d8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.03" OriginalAmount="29.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139257" Longitude="101.709843" StarRating="3" HotelCode="904612|227056|Bed &amp; Breakfast" HotelName="Sentral Pudu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.310 Jalan Pudu, Off Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/32/9332b545ff34951837770e3395bfc79e5e626627.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a prime location in Kuala Lumpur, located within a 10-minute walk of Times Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.40" OriginalAmount="29.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1375577115635" Longitude="101.71338357609" StarRating="3" HotelCode="934242|1478088|Bed &amp; Breakfast" HotelName="Hotel Pudu Plaza Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan 1/77 C, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/46/53461d9db38b60fb44e14ad8951400dacbe8769a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.47" OriginalAmount="29.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13073098" Longitude="101.68521389" StarRating="3" HotelCode="362563|2536065|Bed &amp; Breakfast" HotelName="Easy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Jalan Tun Sambanthan (Jalan Brickfields), NU Sentral Mall, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/88/ed88baaf75917c31bb1b51b25c505bd9d73e3365.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.50" OriginalAmount="29.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1287773333333" Longitude="101.714097" StarRating="3" HotelCode="199900|914065|Bed &amp; Breakfast" HotelName="Ibis Styles Kuala Lumpur Fraser Business Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Metro Pudu 2, Fraser Business Park, 55200  Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/e4/d3e499939627d6709554b3970e4560538e83ba6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.97" OriginalAmount="30.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1426296769414" Longitude="101.70811644907" StarRating="3" HotelCode="936580|983545|Bed &amp; Breakfast" HotelName="Metro Hotel Bukit Bintang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Meeting Room,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No. 208 Jalan Pudu – Imbi, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/61/f761fa3987e7d984bc19efaf0bc3039e2e45fa9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located at the heart of the city, this charming property is within walking distance to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.00" OriginalAmount="30.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13461489" Longitude="101.62980983" StarRating="3" HotelCode="585575|2568205|Bed &amp; Breakfast" HotelName="Manhattan Business Hotel  TTDI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot A-12-G Jalan Damansara, Block A, Glomac Damansara 699, 60000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/28/5d28eb5a07f5d773047c907ad0b5864087cd55bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.38" OriginalAmount="30.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1620851464505" Longitude="101.69759071095" StarRating="4" HotelCode="322904|1876175|Bed &amp; Breakfast" HotelName="WP Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No. 362 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/65/7a6515475092eb4ff78e27d154dcff9706cd8959.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448734950791" Longitude="101.70659780502" StarRating="3" HotelCode="75141|225903" HotelName="Corona Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Tong Shin, Off Jalan Bukit Bintang, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/ac/61ac218c08cde2c497e1c0046cd8e026ab3dc33f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is tucked into the middle of the golden triangle, where guests are just a stroll – o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.14" OriginalAmount="31.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1388609869262" Longitude="101.69734686613" StarRating="3" HotelCode="68099|17934|Bed &amp; Breakfast" HotelName="Midah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kampung Attap, 50460 Kula Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/20/8a20be67e88ac7f06cb1a5d812abf7f616487679.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superior business city hotel is located within the commercial and business hub of Kuala Lumpur....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16490646" Longitude="101.69835076" StarRating="4" HotelCode="768432|hilton_garden_inn_kuala_lumpur_jalan_tuanku_abdul_rahman_south" HotelName="Hilton Garden Inn Kuala Lumpur Jalan Tuanku Abdul Rahman South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>452 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/08/7608d35fe7d007befdc994385cb0fc11b010e789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.07" OriginalAmount="33.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14805515" Longitude="101.69644302" StarRating="3" HotelCode="523482|1992305|Bed &amp; Breakfast" HotelName="Hotel Cosmo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Leboh Ampang, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/af/3bafac7a7a57d71b23f2988ba2cd6b24335fd9dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160286" Longitude="101.696823" StarRating="3" HotelCode="163464|405640" HotelName="Tune Hotel - Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>316 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/2e/822e3ece106575999db803729ef440322b7f20a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 5 minutes’ walk to Medan Tuanku monorail station for direct access to Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.10" OriginalAmount="34.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.100258" Longitude="101.717811" StarRating="3" HotelCode="|521503" HotelName="Komune Living and Wellness" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Jalan Tasik Permaisuri 2, Bandar Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/5/0/3/521503_b4af4f41036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.28" OriginalAmount="34.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19766441" Longitude="101.60774289" StarRating="3" HotelCode="460642|2180865|Bed &amp; Breakfast" HotelName="ibis Styles Kuala Lumpur Sri Damansara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Cempaka SD 12/5, Bandar Sri Damansara PJU 9, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f9/0cf9e116e5b02a8e87434f5baa6fb71dbce5fb1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.87" OriginalAmount="34.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.122148" Longitude="101.719596" StarRating="4" HotelCode="260771|926965|Bed &amp; Breakfast" HotelName="Vivatel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Jalan Loke Yew, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/62/bd62cd616224d6595c6b445212da88321cc989db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.51" OriginalAmount="35.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.2268885083481" Longitude="101.67122781714" StarRating="3" HotelCode="378785|2070675|Bed &amp; Breakfast" HotelName="KIP Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Jalan Seri Utara 1, Sri Utara Off Jalan Ipoh, 68100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/17/b817a313dd1d073cd58217b1a56692860f0605f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.10" OriginalAmount="36.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="967509|2660545|Bed &amp; Breakfast" HotelName="M Palace Hotel KL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.81" OriginalAmount="36.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1399887563656" Longitude="101.71012182538" StarRating="4" HotelCode="171255|458525|Bed &amp; Breakfast" HotelName="Furama Bukit Bintang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/ac/d8aceb61d88c0fa1c046c7374dc90d2b54c2f7ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally located in Kuala Lumpur's vibrant Golden Triangle, adjacent to Bukit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1617993895634" Longitude="101.69657438993" StarRating="3" HotelCode="12992|hotel_grand_continental_kuala_lumpur" HotelName="Grand Continental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Belia, Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/03/9103df15e5ee1cd5720e512c842cb5baf0fb0f5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Malaysian capital - the beautiful, so-called Garden City of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.14" OriginalAmount="37.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14475368" Longitude="101.71387284" StarRating="3" HotelCode="584691|2203355|Bed &amp; Breakfast" HotelName="InnB Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>102-106 Jalan Imbi, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/0a/190acce37f6a99d434cd2b5ac8dbe497743862f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.91" OriginalAmount="37.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1978579125109" Longitude="101.60612494828" StarRating="3" HotelCode="504455|3128535|Bed &amp; Breakfast" HotelName="Hotel S Damansara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Cempaka SD 12/5, Bandar Sri Damansara PJU 9, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/a8/02a82dd0a03d2bb6a8167d4114a1481e5a14af44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.07" OriginalAmount="37.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.163987" Longitude="101.692607" StarRating="3" HotelCode="221722|936765|Bed &amp; Breakfast" HotelName="Upper View Regalia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Anjung Putra, Off Jalan Sultan Ismail, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/62/a3620d79f671824af071c99315332dbbf724649f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1608674012798" Longitude="101.72898888588" StarRating="4" HotelCode="69801|oakwood_hotel_and_residence_kuala_lumpur" HotelName="Oakwood Hotel &amp; Residence Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/aa/b5aaac0adc96fdf0bf28d52075e97606e2e4c50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located along the famous “Embassy Row” in Jalan Ampang, the complex is merely a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.38" OriginalAmount="38.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1669311512364" Longitude="101.69551017254" StarRating="3" HotelCode="13035|1474658|Bed &amp; Breakfast" HotelName="Sani Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/zz/cead561eda5bd7506b2535bfa54bea8b698b771a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located near Putra World Trade Centre, banks, a shopping mall, street mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.77" OriginalAmount="38.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16287066" Longitude="101.65596969" StarRating="4" HotelCode="758827|2289885|Bed &amp; Breakfast" HotelName="Dorsett Hartamas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Internet,Laundry,Meeting Room,Parking">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Sri Hartamas 1, D-G-08, Plaza Damas 3, Taman Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/2f/992fbb4cc1904545a6f704cb3ec769c2a8ffb74b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Explore the vibrancy of the neighbourhood. Indulge in the warm signature hospitality that's uniquely...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.98" OriginalAmount="38.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16680614" Longitude="101.69563349" StarRating="3" HotelCode="529929|2036095|Bed &amp; Breakfast" HotelName="Tune Hotel Kuala Lumpur PWTC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>61 Jalan Putra, 50350 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247aef5ee4b190a614c44e67a5d1c4678bdd68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|57007-28849480/9026025442341129629/60" HotelName="REGALPARK HOTEL KUALA LUMPUR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2860000/2856700/2856665/d14a4ac3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.82" OriginalAmount="39.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1497664995173" Longitude="101.7051333189" StarRating="3" HotelCode="185518|796785|Bed &amp; Breakfast" HotelName="The Maple Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Changkat Raja Chulan, Menara Maplelee, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/e3/8be34e7ced7b07ca772e17bd0b65945de92b8de3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to KL Tower at the heart of Kuala Lumpur's financial and business district...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.40" OriginalAmount="40.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15903" Longitude="101.71422" StarRating="4" HotelCode="|597177" HotelName="Santa Grand Signature Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 36 Menara Santa Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/1/7/7/597177_2392b0b2239.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.47" OriginalAmount="42.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.132234" Longitude="101.688" StarRating="2" HotelCode="|398053" HotelName="Nu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 37 Jalan Thambypillai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/0/5/3/398053_bee933e1342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.57" OriginalAmount="42.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1590811" Longitude="101.6965004" StarRating="3" HotelCode="|59501" HotelName="Hilton Garden Inn Kuala Lumpur Jalan Tuanku Abdul Rahman North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>449, JALAN TUNKU ABDUL RAHMAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/0/1/59501_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel is ideal for holidays or business trips, with air-conditioning and has 244 rooms a reception, a safety deposit box service, a currency exchange service, a restaurant and a laundry service. SITUATION: It is in the outskirts of the city centre, Jalan Tuanku Abdul Rahman Road is situated in 20 minutes away from the establishment, guests will find the city centre, the Chinese district, close to the establishment, guests have Petronas the towers It is situated 70 kilometres away fromKuala Lumpur Airport. ROOM: The establishment has 90 standard rooms, 109 superior rooms and 44 deluxe rooms. The rooms a bathroom with a shower, with a hairdryer, a direct line telephone, a television, a mini-bar, a coffee maker, a kettle, individual air-conditioning and a safe. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1321438977015" Longitude="101.68806842265" StarRating="2" HotelCode="452039|151549" HotelName="NU Hotel @ KL Sentral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Jalan Thambypillai, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/fb/0dfb2ee0199979d5ca9bdccabe8031d78c529956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.57" OriginalAmount="43.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14925101" Longitude="101.70635053" StarRating="4" HotelCode="435709|1987955|Bed &amp; Breakfast" HotelName="Verdant Hill Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Changkat Raja Chulan, Bukit Ceylon, 50200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/ac/48ace28c1cc59245da3a526ffc95a493a6394694.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.04" OriginalAmount="43.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1619509" Longitude="101.6961092" StarRating="3" HotelCode="|33945" HotelName="Grand Continental Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BELIA/JALAN RAJA LAUT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/4/5/33945_1_3738.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 27 floors and 309 rooms. This air-conditioned hotel has a restaurant, a cafÃ©, a hall with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers guests a conference room, room service, a laundry service and a car park. SITUATION: It is situated in the surrounding area of banks, the government building and business areas. Clients can also find shopping centres, and metro stations. 45 minutes away from the establishment you have Kuala Lumpur Airport. ROOM: The rooms have a bathroom with a hairdryer, a shower, a direct line telephone, a television and a mini-bar. They also have a coffee maker, a kettle, individual air-conditioning, a safe and a terrace. FACILITIES: Clients can find a gym and a swimming pool with a children's area. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.67" OriginalAmount="44.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162847" Longitude="101.751058" StarRating="3" HotelCode="98792|83338|Bed &amp; Breakfast" HotelName="Flamingo by The Lake" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Tasik Ampang, Jalan Hulu Kelang, 68000 Ampang, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/35/06359b30ff0ea75b7383fc9e7d53850c3ba56a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located in a serene environment, beside a tranquil lake in Ampang. Only minutes a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.77" OriginalAmount="44.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451742894508" Longitude="101.70769927368" StarRating="3" HotelCode="66216|17964|Bed &amp; Breakfast" HotelName="Travelodge Bukit Bintang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan Alor, Bukit Bintang, Wilayah Persekutuan, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/ab/41ab529b05fe6bf9836b11810eeaa8242271a31b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Jalan Alor, which is within Kuala Lumpur's Golden Triangle. It offers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|609166-27456466/9026025442341129629/19" HotelName="DAYS AND SUITES FRASER BUSINESS PARK KL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29330000/29327100/29327046/0ef30f0b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.70" OriginalAmount="45.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.149268" Longitude="101.706417" StarRating="4" HotelCode="|211073" HotelName="Verdant Hill Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.6 Changkat Raja Chulan,Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/3/211073_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.30" OriginalAmount="45.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15074416" Longitude="101.70852132" StarRating="3" HotelCode="442581|1867328|Bed &amp; Breakfast" HotelName="Holiday Inn Express Kuala Lumpur City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>84 Jalan Raja Chulan, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/59961/c5c37754-075b-4306-a4ce-0140a3790c29.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.27" OriginalAmount="46.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167357" Longitude="101.695661" StarRating="4" HotelCode="|471541" HotelName="Chambers Residence By Five Senses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ipoh Kecil, Chow Kit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/4/1/471541_1ddb7381209.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.29" OriginalAmount="46.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158128" Longitude="101.719147" StarRating="4" HotelCode="67500|227496|Bed &amp; Breakfast" HotelName="PNB Perdana Hotel &amp; Suites On The Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Binjai, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/0e/0e445a4a6ec5c7e5/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of the city's business, residential and entertainment dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.40" OriginalAmount="46.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.150733" Longitude="101.708627" StarRating="3" HotelCode="|204004" HotelName="Holiday Inn Express Kuala Lumpur City Centre, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Jalan Raja Chulan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/0/0/4/204004_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.48" OriginalAmount="47.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="984485|2471595|Bed &amp; Breakfast" HotelName="Komune Living" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Kerinchi Kiri, Bangsar South City 20, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/ba/a0ba2a5ac9cd3fba5b44f72eb5c3c94aa9a02a7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.65" OriginalAmount="47.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1449163457924" Longitude="101.71005785465" StarRating="3" HotelCode="166840|17724|Bed &amp; Breakfast" HotelName="Capitol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bulan, Off Jalan Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/64/cb6465e8a8bf539a937984ff3c9f205a8dbb13f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Bukit Bintang, the commercial and entertainment centre of Kual...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.96" OriginalAmount="47.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145241" Longitude="101.712498" StarRating="4" HotelCode="76105|18124|Bed &amp; Breakfast" HotelName="Royal Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Walter Grenier, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/89/0b89efcc57e765be56f40a7e0d7142801411c7b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the Golden Triangle in Kuala Lumpur: a haven for shopping, gou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.09" OriginalAmount="47.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0305822734845" Longitude="101.71674185648" StarRating="4" HotelCode="64174|18914|Bed &amp; Breakfast" HotelName="Philea Mines Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dulang, Mines Resort City, 43300 Seri Kumbangan, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/e2/c0e2cd55c5a38d30420b7a4ffa556a6dbcf92a63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is strategically situated, just around a 20-minute drive from the city of Kuala Lumpur. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.46" OriginalAmount="48.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448865" Longitude="101.7096545" StarRating="3" HotelCode="|32618" HotelName="Capitol Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BULAN, OFF JALAN BUKIT BINTANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/6/1/8/32618_1_9771.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1957, has air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a cafÃ© and a restaurant. The establishment also offers room service, a laundry service and a car park. SITUATION: It is inBukit Bintang the heart of is situated in Kuala Lumpur the leisure and shopping area of near the establishment, you will find Sungei Wang Plaza and BB Plaza the shopping centres Clients can also find Bintang Walk the shopping centres. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, a satellite television with films, a mini-bar, a coffee maker, a teapot and an ironing set. They also have a safe, an electronic key, an alarm clock and an individual air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.44" OriginalAmount="48.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1581867" Longitude="101.7185102" StarRating="0" HotelCode="|89498" HotelName="Perdana Kuala Lumpur City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10, JALAN BINJAI, 50450 KUALA LUMPUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/9/8/89498_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.69" OriginalAmount="49.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1570701098504" Longitude="101.75250646357" StarRating="3" HotelCode="316771|88190|Bed &amp; Breakfast" HotelName="De Palma Ampang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Selaman 1/2, Palm Square, Ampang Point, 68000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/90/ca906fbb8aeef81d8b622e5d282f81f98aed723c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.72" OriginalAmount="49.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159567" Longitude="101.696724" StarRating="4" HotelCode="285007|1059418|Bed &amp; Breakfast" HotelName="Premiera Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Jalan Tuanku Abdul Rahman, Menara Mara, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/71/a5719fbf6156a95c47db657a39684df7ea452ead.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.16" OriginalAmount="49.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14008768" Longitude="101.71205404" StarRating="4" HotelCode="460907|1974275|Bed &amp; Breakfast" HotelName="Mercure Kuala Lumpur Shaw Parade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/74/4d74e22faccfd6e372f25a27393329436383a961.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145469" Longitude="101.70715" StarRating="4" HotelCode="161038|62146" HotelName="Anggun Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 &amp; 9, Tengkat Tong Shin, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/d6/e1d6fd19b7b3d6fd0a5560694061af613594ee36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is neatly tucked into the street known as Tengkat Tong Shin in Bukit Bintang. An oasis of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1633634139966" Longitude="101.6955538094" StarRating="3" HotelCode="115914|515181" HotelName="Q Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Jalan Tiong Nam, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/81/25819eb7f28281756d6d8f7d5c02c223d5e41c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located off Jalan Raja Laut, one of the artery city roads with easy access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.93" OriginalAmount="50.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588025621868" Longitude="101.69414162636" StarRating="4" HotelCode="16299|18014|Bed &amp; Breakfast" HotelName="Summit Hotel KL City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/df/13dfdb3704459848e2deea8612476237e0f99ac8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located in the heart of business and shopping districts of Kuala Lumpur. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.45" OriginalAmount="50.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16297235" Longitude="101.71443635" StarRating="4" HotelCode="726151|2271935|Bed &amp; Breakfast" HotelName="ibis Kuala Lumpur City Centre Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Dining,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Yap Kwan Seng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/7a/ca7a46c392cdc42b3001c28d5e1a2969592d2827.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located right in the heart of Kuala Lumpur, ibis Kuala Lumpur City Centre is only a 5-...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1469865687799" Longitude="101.70815885067" StarRating="3" HotelCode="15705|59597" HotelName="Hotel Soleil Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51-A Changkat Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/37/e837a4106ca4af1dcde194481b2f4ab7c298c556.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is in the ideal location with the hip Bintang Walk within walking distance. The conv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.57" OriginalAmount="52.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1497129363747" Longitude="101.71713352203" StarRating="5" HotelCode="104009|98228|Bed &amp; Breakfast" HotelName="Royale Chulan Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Conlay, City Centre, 50450 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/8e/ab8e9cd3063dbbe8a91df0e0c6cbe674df08f991.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;For a city hotel, location is everything and this one is central to most inner city attractions, ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133802" Longitude="101.663363" StarRating="4" HotelCode="186940|63864" HotelName="The Nomad Residences Bangsar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Ara, Bangsar, 59100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/d9/35d9d98af08d3475e95a8674b349323a4c9e7070.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the city centre, this apartment hotel is close to Bangsar Village, the Malaysian Houses ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.07" OriginalAmount="53.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144324" Longitude="101.706152" StarRating="3" HotelCode="187993|896735|Bed &amp; Breakfast" HotelName="Sky Express Bukit Bintang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu, Kuala Lumpur 55100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/308681/308681a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1442255289131" Longitude="101.70822226257" StarRating="4" HotelCode="47330|5142" HotelName="Royale Chulan Bukit Bintang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17-21 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/c3/c3f81450a626102f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a perfect location, directly in the heart of the Golden Triangle in Kuala Lumpur. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.04" OriginalAmount="54.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1715846647316" Longitude="101.69602879166" StarRating="4" HotelCode="37486|88317|Bed &amp; Breakfast" HotelName="Vistana Kuala Lumpur Titiwangsa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Lumut, Off Jalan Ipoh, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/89/6b89601adb86ac0589e69e37eab6563fac9be949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located within Kuala Lumpur's main business hub, this city hotel is within short walki...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.04" OriginalAmount="54.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.122443" Longitude="101.682317" StarRating="3" HotelCode="267076|1008965|Bed &amp; Breakfast" HotelName="Ray Parc Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 2/87G, Off Jalan Syed Putra, Taman Seputeh, 58000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/d3/2ad3a4525acc5cb02a8e49ff5092da6a093d2c35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.61" OriginalAmount="54.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15333316" Longitude="101.70520366" StarRating="4" HotelCode="429439|1871158|Bed &amp; Breakfast" HotelName="Oasia Suites Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong P Ramlee, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/45/7a45587b45e92b021d6861284d4b6ac6fb986940.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring free WiFi and an outdoor pool, Oasia Suites Kuala Lumpur by Far East Hospitality offers ac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162948" Longitude="101.657201" StarRating="4" HotelCode="186265|64174" HotelName="Damas Suites &amp; Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Damas Club, Plaza Damas 3, 63 Jalan Sri Hartamas 1, Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/98/4b98cd8bd9d6f45f712e0b2c44842b89650deb0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled beautifully in the heart of Sri Hartamas, offering a chic and trendy environmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.82" OriginalAmount="56.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145594" Longitude="101.709609" StarRating="2" HotelCode="187985|1567048|Bed &amp; Breakfast" HotelName="Bintang Warisan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/63/b3637fe95631529605c81eb186376540356b0c25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.91" OriginalAmount="57.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155618" Longitude="101.705984" StarRating="4" HotelCode="|33498" HotelName="Concorde Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, JALAN SULTAN ISMAIL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/4/9/8/33498_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 338 rooms, They have air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service and lifts. Guests can find a restaurant, a nightclub, conference rooms, a car park and room service. SITUATION: the Golden Triangle It is in nearby, you will find the business area, is located near the shopping areas, places of interest ,Putra World Trade Center 10 minutes away from the establishment clients have Malaysia Tourism center near the establishment, guests will find Clients can also find Suria KLCC the shopping centre Petronas the towers the convention centre and Kuala Lumpur the Tower of it is 75 kilometres away from the international airport. ROOM: Guests are offered interconnecting rooms, standard rooms, superior rooms, superior executive rooms and non-smoking rooms. The rooms a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: Guests are offered live music, a TV room, a swimming pool, a sauna and a gym. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoyCrossroads the bar Melting Pot CafÃ© the cafÃ© with breakfast service and lunch and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.34" OriginalAmount="57.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11030208" Longitude="101.66552069" StarRating="4" HotelCode="450246|1908505|Bed &amp; Breakfast" HotelName="V E Hotel and Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kerinchi, Bangsar South City, 59200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/86/6686e26f44a6e34a787325ab6e4e90c0f2e3ae01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.47" OriginalAmount="57.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142208" Longitude="101.710542" StarRating="5" HotelCode="|59492" HotelName="Berjaya Times Square , Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/9/2/59492_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Berjaya Times Square is rated five stars and it is in Kuala Lumpur city centre. This establishment was built in 2004 and has a safety deposit box service. ROOM: Guests are offered 610 rooms with a hairdryer, an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.59" OriginalAmount="57.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1452912894585" Longitude="101.69924587011" StarRating="3" HotelCode="58323|17854|Bed &amp; Breakfast" HotelName="Ancasa Hotel &amp; Spa Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Tan Cheng Lock, 50500 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/2c/dd2c81d71368e0e6752966961ae2c4f4ac38d0c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the historical part of the city, close to Kuala Lumpur's business ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.80" OriginalAmount="59.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1423104835894" Longitude="101.71017587185" StarRating="4" HotelCode="61883|17704|Bed &amp; Breakfast" HotelName="Berjaya Times Square Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/5b/ff5b640d330fdb04fe6bf7145013e0148b559deb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is sitting on the top of the world with a spectacular view of the city skyline, posi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.93" OriginalAmount="59.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1227757431824" Longitude="101.72956531775" StarRating="3" HotelCode="321036|935135|Bed &amp; Breakfast" HotelName="Seri Cempaka Service Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Pudu Ulu, Tower 2, Menara PGRM, Cheras, 56100 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/6c/2a6cc7bad64a55e7c1f91d6a06c1c8f14d842003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Cheras.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.22" OriginalAmount="59.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145516" Longitude="101.703484" StarRating="4" HotelCode="|390421" HotelName="Citizenm Kuala Lumpur Bukit Bintang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/2/1/390421_529447b0918.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.38" OriginalAmount="59.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586793680254" Longitude="101.70832514763" StarRating="5" HotelCode="400918|17824|Bed &amp; Breakfast" HotelName="Hotel Maya Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/48/ee489d1fd523711a6de8da7141b3d13438e3e46f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the hub of the business and commercial districts adjacent to Kuala Lumpur's famous Petron...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.99" OriginalAmount="60.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160442" Longitude="101.723903" StarRating="3" HotelCode="|59537" HotelName="Sucasa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 JALAN AMPANG, 50450 KUALA LUMPUR, MALAYSIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/3/7/59537_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips a launderette (for a fee) and a tumble dryer. SITUATION: It is inJalan Ampang the Street of it is close to the business area, Clients can also find Suria KLCC the district of Petronas the towers shopping centres, restaurants and leisure areas. ROOM: Clients are offered one-bedroom apartments, a bathroom, a living room-bedroom, a kitchen, an oven and a microwave. They also have a toaster, a kettle, an air-conditioning system, a fan and a television. RESTAURANT: Regarding gastronomy, the establishment offersPormtip the set-menu and Ã  la carte restaurant local dishes and Occidental food.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.90" OriginalAmount="61.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12794597" Longitude="101.7237287" StarRating="3" HotelCode="572696|2164785|Bed &amp; Breakfast" HotelName="Sunway Velocity Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV, Sunway Velocity, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/73/a9733557e48e6426655273bbbe199044e69acca9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148974" Longitude="101.708808" StarRating="4" HotelCode="165494|parkroyal_kuala_lumpur" HotelName="PARKROYAL Serviced Suites Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Jalan Nagasari, Off Jalan Raja Chulan, Kuala Lumpur 50200</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/ae/47ae89e357820f557db9db0607a6689cee72d32c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is located in the heart of the city centre, adjacent to the famous Jalan Alor and Bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.15" OriginalAmount="63.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0849316687158" Longitude="101.6736549139" StarRating="3" HotelCode="67211|17994|Bed &amp; Breakfast" HotelName="The Pearl Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Batu 5, Jalan Klang Lama, 58000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bb/b3bbaa31e6e32d00cb1badcd4fcb6ec2fd7c1dcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Pearl Point Shopping Mall, Jusco J-1 Supermarket, Parkson Grand ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.57" OriginalAmount="63.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15448" Longitude="101.70722" StarRating="4" HotelCode="|236076" HotelName="The Penthouse KLCC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vortex KLCC, No. 12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/0/7/6/236076_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.32" OriginalAmount="64.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1443607547293" Longitude="101.70548483349" StarRating="4" HotelCode="424158|1870678|Bed &amp; Breakfast" HotelName="Swiss-Garden Hotel Bukit Bintang Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>117 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/2c/112c340c3e903e29a24086073d648136234c00bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of Kuala Lumpur, between bustling Bukit Bintang and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14428" Longitude="101.7056" StarRating="4" HotelCode="567642|3488" HotelName="Swiss-Garden Hotel &amp; Residences Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,ATM/Cash Machine,Babysitting,Bar,Concierge,Conference Hall,Currency Exchange,Elevator,Internet,Kitchen,Laundry,Massage Centre,Meeting Room,Parking,Porter,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Swimming Pool,Telephone Service,Travel Desk,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>117 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/7b/8a7b5ccb34578f95a2e6ffdc765ef117e4d2053e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Swiss-Garden Hotel &amp; Residences Kuala Lumpur is strategically located in the heart of Kuala Lumpur b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.75" OriginalAmount="65.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11923" Longitude="101.67751" StarRating="4" HotelCode="58799|38124|Bed &amp; Breakfast" HotelName="The Boulevard - A St Giles Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mid Valley City, Lingkaran Syed Putra, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/97/37972116903109ff7219b9924c92b13da162c7fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically set within Mid Valley City, the city hotel, with the commuter train running right by i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.69" OriginalAmount="66.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158161" Longitude="101.703754" StarRating="5" HotelCode="650811|1896485|Bed &amp; Breakfast" HotelName="The Face Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/38/9938d1f8da4d0e8717429fae9a4a1b29cecdda3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.44" OriginalAmount="68.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.166368" Longitude="101.692784" StarRating="4" HotelCode="187979|17894|Bed &amp; Breakfast" HotelName="Sunway Putra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9th Floor Sunway Putra Place, 100 Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/37/7037706a5d3a98699ac50e910e1bb02522351c3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city's major commercial district, directly above The Mall ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.26" OriginalAmount="70.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.171658" Longitude="101.69596" StarRating="4" HotelCode="|66140" HotelName="Ac  By Marriott Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 JALAN LUMUT, OFF JALAN IPOH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/1/4/0/66140_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban establishment, with air-conditioning, has 364 rooms, a lobby, a reception, conference facilities and a lounge bar. SITUATION: This urban hotel is in Kuala Lumpur the business district Putra World Trade Centre a few minutes walk away from the establishment, clients can find it is located in front of the railway station, Malacca it is 90 minutes away from. ROOM: The rooms have comfortable facilities, an air-conditioning system, a bathroom with a bath, a shower, a direct line telephone, a large workspace, a safety deposit box, a mini-bar, a coffee maker, a kettle, a hairdryer and satellite and cable TV. MEALS: Regarding the food and beverage offering, the establishment offersLa Vistana Coffee House the restaurant The establishment offers breakfast and dinner service, The establishment also offers buffet and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by credit cards, American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.70" OriginalAmount="71.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485488944671" Longitude="101.70763750543" StarRating="4" HotelCode="319465|1015815|Bed &amp; Breakfast" HotelName="Ramada Suites by Wyndham Kuala Lumpur City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong Ceylon, Bukit Ceylon, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/e3/12e31db78b05fb8c4d4b092f30da221d4514231b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.93" OriginalAmount="71.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16354283" Longitude="101.70286233" StarRating="4" HotelCode="735131|2227005|Bed &amp; Breakfast" HotelName="Tamu Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Raja Abdullah, Kampong Bharu, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/07/37/0737e772eb7b740a07d4f31cf4c6926f20b324ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.22" OriginalAmount="72.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14630187" Longitude="101.71565628" StarRating="3" HotelCode="630828|2283985|Bed &amp; Breakfast" HotelName="Tribeca Serviced Suites Bukit Bintang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>215 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/0a/2f0a592106be39ed637a8c87f85f3a2ea378beb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.82" OriginalAmount="72.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160017" Longitude="101.723042" StarRating="4" HotelCode="169739|795735|Bed &amp; Breakfast" HotelName="Somerset Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Jalan Ampang, 50450 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b8/acb8a49764efd2060011532c1d7ee32d7a91554f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish apartment hotel is situated on the prestigious Embassy Row. Surrounded by embassies, bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.86" OriginalAmount="72.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.151116" Longitude="101.71238" StarRating="4" HotelCode="59743|53764|Bed &amp; Breakfast" HotelName="Novotel Kuala Lumpur City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kia Peng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/34/cc34d0fb0700120ead9326cf3446f337d8d1b981.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the popular Bukit Bintang shopping district and only 500 metres from Petronas Twin Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.19" OriginalAmount="73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147185" Longitude="101.7158" StarRating="4" HotelCode="11909|17627" HotelName="Dorsett Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/68/4368d35772dca6b2b5ad59d1851b37aa9c203ed6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bukit Bintang, the heart of Kuala Lumpur's Golden Triangle, 5 km away from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.25" OriginalAmount="73.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1025415" Longitude="101.6411917" StarRating="5" HotelCode="|34036" HotelName="Hilton Petaling Jaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO.2, JALAN BARAT, 46200 PETALING JAYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/3/6/34036_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 4 restaurants, executive floors, a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. The establishment boasts a cafÃ©, a hairdresser's, conference rooms, a laundry service, room service and a car park. SITUATION: The hotel Petaling Jaya it is in Kuala Lumpur 15 minutes away from the establishment you have 45 minutes away from the establishment, clients can find Kuala Lumpur Airport. ROOM: The establishment has 553 rooms, They have double-glazed windows, an air-conditioning system, a bathroom with a shower, a satellite television, a radio, a safety deposit box, a coffee maker, a kettle, a mini-bar, a direct line telephone and internet. FACILITIES: The establishment has a swimming pool, deck chairs and a spa. MEALS: Regarding the food and beverage offering, the establishment offersPaya Serai the restaurant a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|621113-12687691/9026025442341129629/7" HotelName="DORSETT HARTAMAS KUALA LUMPUR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25030000/25029800/25029713/a9ae483d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153435568221" Longitude="101.71146869659" StarRating="4" HotelCode="258358|59228" HotelName="Impiana KLCC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan Pinang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/3c/c83cd8b5c9450b22d8ddafab13bb3b2edc8bf697.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the middle of the liveliest business and shopping district in the city, adj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.157095" Longitude="101.721924" StarRating="4" HotelCode="63916|21647" HotelName="MiCasa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>368-B Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/52/1052de1ea0a87d2519a4fa767690cea00467b04e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a prestigious location within the embassy and business district, a stone's throw aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.70" OriginalAmount="76.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167075" Longitude="101.701796" StarRating="3" HotelCode="|391409" HotelName="Kuala Lumpur International" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Hj Hussein 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/0/9/391409_59cdc001017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.34" OriginalAmount="78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1328643633965" Longitude="101.68604279266" StarRating="4" HotelCode="221497|38812" HotelName="Aloft Kuala Lumpur Sentral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 5 Jalan Stesen Sentral, Kuala Lumpur 50470</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/bb/52bbc0c437435b398dff56e3ee73871ae6a1df16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.126379" Longitude="101.644705" StarRating="4" HotelCode="78849|eastin_hotel" HotelName="Eastin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan 16/11, Pusat Dagang Seksyen 16, 46350 Petaling Jaya, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/1b/b91b4b4874a586ca015f685471f9d92d2cf24636.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international business class hotel is located close to commercial districts and entertainment o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16699103" Longitude="101.70170241" StarRating="3" HotelCode="321115|kuala_lumpur_international_hotel" HotelName="Kuala Lumpur International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Haji Hussein, off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/75/1a7511908d3e1059727bfbffbcd72ebaaff84518.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.50" OriginalAmount="78.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11794" Longitude="101.678646" StarRating="3" HotelCode="63774|17744|Bed &amp; Breakfast" HotelName="Cititel Mid Valley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mid Valley City, Lingkaran Syed Putra, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/10/a810106e5b23be6aa610b7311656a19784660f89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of Klang Valley, between Kuala Lumpur and Petaling Jaya, this hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.30" OriginalAmount="78.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441959179413" Longitude="101.70892059803" StarRating="4" HotelCode="29427|17804|Bed &amp; Breakfast" HotelName="The Federal Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Jalan Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/63/a563eddce72edd9864f037ffb038f7239a020156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel was built for the Independence celebrations of Malaysia and is a symbol of moder...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.44" OriginalAmount="80.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.130916" Longitude="101.685168" StarRating="4" HotelCode="304001|1004675|Bed &amp; Breakfast" HotelName="Ascott Sentral Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 211 Jalan Tun Sambanthan, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/34/6d34a27119c9949c743c461de53b921e06c0e7b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.41" OriginalAmount="80.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1434888804587" Longitude="101.70969843864" StarRating="4" HotelCode="24464|17924|Bed &amp; Breakfast" HotelName="Meliá Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/8b/1b8badc4e316b6996f8c76bd61abfd84e72ce791.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Kuala Lumpur, opposite the Times Square Shopping Centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.43" OriginalAmount="81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1468601949497" Longitude="101.71220944681" StarRating="4" HotelCode="76104|30605" HotelName="Ansa Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/c3/91c387e966bf096b7398985081fb81d07b2074c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the Golden Triangle, the city's renowned business and leisure ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.86" OriginalAmount="81.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1503396249702" Longitude="101.71445131302" StarRating="5" HotelCode="29053|18004|Bed &amp; Breakfast" HotelName="Pullman Kuala Lumpur City Center Hotel &amp; Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.4 Jalan Conlay,, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/49/384909a576b2262f6d5cbf0ef16e2c4f67286df8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Whether for business or pleasure, the hotel is conveniently located near the Central Business Distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.03" OriginalAmount="81.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586684845497" Longitude="101.71836873373" StarRating="4" HotelCode="552719|2055975|Bed &amp; Breakfast" HotelName="Element Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Binjai, Ilham Tower, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/94/2d9429f84daa710b3df404469a6958aa1be813cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.23" OriginalAmount="81.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572582630296" Longitude="101.70039753869" StarRating="4" HotelCode="511012|1998725|Bed &amp; Breakfast" HotelName="Hotel Stripes Kuala Lumpur, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Kamunting, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/5e/e85ec3818b98528c1196e1787d14207940b23a58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1630944" Longitude="101.71869452" StarRating="4" HotelCode="619282|256627" HotelName="Ariva Trillion Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="residence" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>338 Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/dc/5edc25da14889e1c81bae4d11209ea6b23fead7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.23" OriginalAmount="83.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1617752864287" Longitude="101.71985059977" StarRating="4" HotelCode="162223|136864|Bed &amp; Breakfast" HotelName="DoubleTree By Hilton Hotel Kualar Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>348 Jalan Tun Razak, The Intermark, Centrally located along Jalan Ampang at the Jalan Tun Razak crossing, 50400 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/80/738093c50dff482eee721e8c8dee2274a7cc0e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the corner where Jalan Tun Razak meets Jalan Ampang, near the landmark Petr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15068" Longitude="101.710366" StarRating="5" HotelCode="211921|920015|Bed &amp; Breakfast" HotelName="E&amp;O Residences Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tengah, Off Jalan Sultan Ismail, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/cf/e8cf0971cfe1998d4c4d5d05b2e627743fa8e5fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.135227" Longitude="101.685899" StarRating="5" HotelCode="33364|hilton_kuala_lumpur" HotelName="Hilton Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Stesen Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/53/04/53045ba33fa139d9d02cd5dc8f0395522c801627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Malaysia's capital city and within walking distance of the Petr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="91.67" OriginalAmount="89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|154100-21403848/9026025442341129629/193" HotelName="DOUBLETREE BY HILTON KUALA LUMPUR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/390000/385600/385545/53b9e5f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.61" OriginalAmount="89.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1673451845483" Longitude="101.69211265278" StarRating="4" HotelCode="45314|17974|Bed &amp; Breakfast" HotelName="Seri Pacific" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/df/f5df2d6c9dfb6c0a9bab126876cc8e7349dc84ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur next door to the Putra World Trade Centre, Malaysia's premier ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.06" OriginalAmount="90.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16752397" Longitude="101.65250709" StarRating="3" HotelCode="637672|2233995|Bed &amp; Breakfast" HotelName="Hyatt House Kuala Lumpur, Mont Kiara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Printer,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>G-2 Arcoris, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/41/e1419d36fb88a45d89407477017ed43b87362ef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Sepang. Hyatt House Kuala Lumpur Mont Kiara offers wired and wire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.66" OriginalAmount="90.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.119375" Longitude="101.676208" StarRating="5" HotelCode="311165|84417|Bed &amp; Breakfast" HotelName="The Gardens Hotel &amp; Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran Syed Putra, Mid Valley City, Kuala Lumpur 59200, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/ce/18ce34f8cd366641f568a457b9894861ec772aad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is strategically located between Kuala Lumpur and Petaling Jaya in the precinct of T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.53" OriginalAmount="91.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.127731652024" Longitude="101.68014360594" StarRating="5" HotelCode="601864|2234975|Bed &amp; Breakfast" HotelName="Alila Bangsar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/37/2a374e95d81bb68ddf50f93fe693d991a061369d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a cash machine, a library an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="95.79" OriginalAmount="93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1318243-24873287/9026025442341129629/42" HotelName="CAPRI BY FRASER BUKIT BINTANG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/68000000/67360000/67354500/67354467/4175dfdc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.27" OriginalAmount="94.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167608" Longitude="101.693208" StarRating="5" HotelCode="|59495" HotelName="Seri Pacific  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/9/5/59495_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This deluxe hotel, with air-conditioning and has 554 rooms a safety deposit box service, a lift, a currency exchange service, a cafÃ©, a bar, a nightclub, a restaurant and a conference room. The establishment offers WiFi, a TV room, a buffet breakfast, room service, a laundry service and a car park. SITUATION: Kuala Lumpur It is in. ROOM: Guests are offered large, disabled access rooms, The rooms a bathroom with a hairdryer, a direct line telephone with an answering machine, a satellite or cable television, internet and a mini-bar. They have a coffee maker, a kettle, an ironing set, a king size or double bed, a safe and an individual air-conditioning system. FACILITIES: The establishment boasts a swimming pool with deck chairs, a playground, a gym and a jacuzzi. Guests are offered tennis courts and squash courts. MEALS: Regarding the food and beverage offering, the establishment offersZende the buffet restaurant with international cuisine and Asian specialties.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1357007237753" Longitude="101.68651878834" StarRating="5" HotelCode="60398|15868" HotelName="Le Méridien Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Stesen Sentral, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e5/30e542d1f93448aea220e4f8213372288329afd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Kuala Lumpur Sentral area, a major transport interchange adjacent to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.15" OriginalAmount="99.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1548308821927" Longitude="101.71082496643" StarRating="5" HotelCode="68113|244896|Bed &amp; Breakfast" HotelName="Ascott Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Pinang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/ca/eacadbf99d37a38175bcb990caf9e9385524ada9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is ideally located in the central business district, adjacent to the famous Petronas ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.20" OriginalAmount="100.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14813137" Longitude="101.71040928" StarRating="4" HotelCode="421977|1893265|Bed &amp; Breakfast" HotelName="The Kuala Lumpur Journal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Business Centre,Golf,Laundry,Lounge,Parking,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Jalan Beremi, Off Jalan Sultan Ismail, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/445781/445781a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Kuala Lumpur Journal is a stylish boutique hotel in KL city centre. Designed with an inviting re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.42" OriginalAmount="100.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1479430722699" Longitude="101.71215209276" StarRating="5" HotelCode="18437|18034|Bed &amp; Breakfast" HotelName="Grand Millennium Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/27/a627d7a73ab3761323ab4b3f13fbf60e8c877b5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is strategically located in the heart of downtown Kuala Lumpur's commercial dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.79" OriginalAmount="100.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1392667291294" Longitude="101.69222695278" StarRating="5" HotelCode="209208|918275|Bed &amp; Breakfast" HotelName="The Majestic Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Sultan Hishamuddin, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/07/760795ad4508901044660cf251dc098c91af37e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Kuala Lumpur. Its setting is especially ideal for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.40" OriginalAmount="101.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.174748" Longitude="101.657508" StarRating="4" HotelCode="188018|1182578|Bed &amp; Breakfast" HotelName="Wedgewood Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Duta Kiara, La Grande Kiara, Bukit Kiara, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/5f/5f5f1194230970d11aca4968cad6968626446da5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.22" OriginalAmount="102.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1477650200825" Longitude="101.70408885954" StarRating="5" HotelCode="284649|1011785|Bed &amp; Breakfast" HotelName="Lanson Place Bukit Ceylon Serviced Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Ceylon, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e7/eae7f3e2969841aeb5a6c61d12ca8abae8e98695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.32" OriginalAmount="104.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1478810767141" Longitude="101.71451390652" StarRating="5" HotelCode="32975|18154|Bed &amp; Breakfast" HotelName="The Westin Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/6e/596eb9e8bd8e7f69e6ff8c2eb15321f5cb369dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Jalan Bukit Bintang, an area known as the Golden Mile, situated in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.29" OriginalAmount="110.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14692787" Longitude="101.66132725" StarRating="5" HotelCode="571693|2170975|Bed &amp; Breakfast" HotelName="Sofitel Kuala Lumpur Damansara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Damanlela, Bukit Damansara, 50490 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/10/e6108de648ed9d9919d18a019c60efb121f56879.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1472345752473" Longitude="101.71135659755" StarRating="4" HotelCode="932699|63231" HotelName="Wolo Bukit Bintang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Bukit Bintang and Jalan Sultan Ismail, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/62/386230428ae1e6cf2e0963304341123b2851cddc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.91" OriginalAmount="112.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153996" Longitude="101.7147915" StarRating="5" HotelCode="|35580" HotelName="Traders Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/8/0/35580_1_2842.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2006, is contemporary style, ideal for holidays and business stays, has a lobby, a reception, a currency exchange service, a lift, a bar, a safety deposit box service and a restaurant. The establishment offers conference rooms, an oudooor car park, room service and a laundry service. SITUATION: This hotel is in Kuala Lumpur city centre where you can find shops, business companies and a public transport stop. Nearby, you will find the Petronas Towers. It is situated 25 minutes away from Petaling Street ROOM: Each room has a bathroom with a hairdryer, a satellite television, a mini-bar, a coffee maker, a kettle, an ironing set, an air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a spa, treatments and a massage service. can use a gym and a swimming pool with deck chairs. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: have at their disposal a restaurant and a sushi bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.47" OriginalAmount="113.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586654" Longitude="101.7005698" StarRating="5" HotelCode="|69986" HotelName="Sheraton Imperial Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/8/6/69986_1_2352.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, is rated 5 stars and has 385 standard rooms. This establishment has beautiful views, attentive service, a concierge and lifts. The establishment also offers a dry cleaner's, a laundry service, an oudooor car park (for a fee), meeting facilities, event rooms and a business centre with features that offer you the maximum level of comfort. SITUATION: This establishment is in a good area in SITUACIÃ“N:Directamente ubicado en la gran arenosa playa con vistas al ocÃ©ano. FACILITIES: The establishment boasts a fitness centre well-equipped, a swimming pool, a bar and a lounge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.57" OriginalAmount="114.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588721936627" Longitude="101.70001029968" StarRating="5" HotelCode="17638|18084|Bed &amp; Breakfast" HotelName="Sheraton Imperial Kuala Lumpur Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/01/9901d7e43422c32f9882bea6f6743f09a027fc74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the golden triangle. Within a short distance of the hotel guests will d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.83" OriginalAmount="114.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1538640717512" Longitude="101.71499848366" StarRating="4" HotelCode="65770|49804|Bed &amp; Breakfast" HotelName="Traders Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre, 50088 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/66/0266b3782bddd9d0737df763162d25a19a7bb59f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the nerve centre of Kuala Lumpur's premium conference, office, shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14830524" Longitude="101.71477583" StarRating="4" HotelCode="744314|pavilion_hotel_kuala_lumpur_managed_by_banyan_tree" HotelName="Pavilion Hotel Kuala Lumpur Managed by Banyan Tree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>170 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/8f/de8f946a550da64bca48986da0a85b0f87ff0e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location
Strategically located in Kuala Lumpur, the capital of Malaysia, Pavilion Hotel Kuala Lumpur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.21" OriginalAmount="116.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1595577956389" Longitude="101.71826541424" StarRating="5" HotelCode="68101|17954|Bed &amp; Breakfast" HotelName="InterContinental Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/62/e16255b1f612b45c7d2ed81d47dd6d9b92609965.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A 90-minute drive from Kuala Lumpur International Airport, this business hotel is conveniently locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1541238519305" Longitude="101.70633226633" StarRating="5" HotelCode="17460|16147" HotelName="Shangri-La" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Sultan Ismail, Kuala Lumpur 50250</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/6e/026e7e934a633206690867d633b2b1bfec75d225.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Kuala Lumpur is Malaysia's principal international arrival gateway and a central hub for bus, train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.37" OriginalAmount="122.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485713" Longitude="101.7150308" StarRating="5" HotelCode="|386082" HotelName="Pavilion Kuala Lumpur Managed By Banyan Tree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>170 Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/0/8/2/386082_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.67" OriginalAmount="123.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144659" Longitude="101.71218" StarRating="5" HotelCode="|449146" HotelName="Pan Pacific Serviced Suites Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/1/4/6/449146_50a8ee21252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|56137-21309922/9026025442341129629/100" HotelName="TRADERS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1470000/1468700/1468622/20f77a80_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.82" OriginalAmount="130.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14779" Longitude="101.713649" StarRating="5" HotelCode="259012|17874|Bed &amp; Breakfast" HotelName="JW Marriott" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>183 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/e2/bde27996db0e4f12a267b6679ab10717bbd14acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the central business district of Kuala Lumpur, this luxury city hotel is in immed...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3976-22402218/9026025442341129629/139" HotelName="SHANGRI LA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20700/20634/4a3f7452_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.78" OriginalAmount="131.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1474645386334" Longitude="101.715950651" StarRating="4" HotelCode="666724|2266745|Bed &amp; Breakfast" HotelName="Dorsett Residences @ Dorsett Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/5e/e85ec3818b98528c1196e1787d14207940b23a58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1571849681218" Longitude="101.70568585396" StarRating="5" HotelCode="16618|15718" HotelName="Renaissance Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Sultan Ismail and Jalan Ampang, 50450 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/c1/16c1e98c4706cdb30121896745bad07ae794e6f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel complex is ideal for both business and leisure travellers, as it is located in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1318224-27441071/9026025442341129629/49" HotelName="WYNDHAM SUITES KLCC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71550000/71548700/71548654/046e6742_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.09" OriginalAmount="161.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154006" Longitude="101.711511" StarRating="5" HotelCode="906846|896705|Bed &amp; Breakfast" HotelName="Grand Hyatt Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel,City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Pinang, Kuala Lumpur 50450</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/5c/b75cc7bdd48fddfe62aafb438ea0f73b969b3292.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 411 rooms. Most of the storeys can be reached by lift. Amenities incl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1527779456778" Longitude="101.70954641139" StarRating="4" HotelCode="48134|10406" HotelName="EQ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, Equatorial Plaza, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/b8/f7b89e0336484c8206c1624094a3d824c5922c8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city's commercial and entertainment district. It is within ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.93" OriginalAmount="190.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14613" Longitude="101.714816" StarRating="5" HotelCode="|196828" HotelName="The Ritz-Carlton, Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>168 JALAN IMBI, KUALA LUMPUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/2/8/196828_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="196.06" OriginalAmount="190.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1468258789151" Longitude="101.71548128128" StarRating="5" HotelCode="16772|18054|Bed &amp; Breakfast" HotelName="The Ritz-Carlton Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168, Jalan Imbi, 55100  Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/1c/751cc8e5299986f5d73e0fb70f831ade3238efa7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located near Bintang Walk, Kuala Lumpur's upscale and trendy business and enterta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.35" OriginalAmount="192.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.150061" Longitude="101.714188" StarRating="5" HotelCode="|386765" HotelName="Banyan Tree Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>02 Jalan Conlay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/7/6/5/386765_1_2268.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|621111-12687687/9026025442341129629/103" HotelName="DORSETT RESIDENCE BUKIT BINTANG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/621111/20231130123542672.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156098" Longitude="101.726164" StarRating="4" HotelCode="175929|62205" HotelName="Villa Samadhi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Madge, Kuala Lumpur 55000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/5a/365a2863faaa681875a16e448fe56d7816fa591e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 10 minutes’ drive from the lively parts of town such as the city centre an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.52" OriginalAmount="197.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13679099" Longitude="101.68905771" StarRating="5" HotelCode="442587|1894855|Bed &amp; Breakfast" HotelName="The St. Regis Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Stesen Sentral 2, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/3e/173e95febc1c8fd1e6e6ce4ab1313f174089b24e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.41" OriginalAmount="202.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586421898485" Longitude="101.70931640774" StarRating="4" HotelCode="694875|2288765|Bed &amp; Breakfast" HotelName="W Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f2/25f2b0293b797c2bf254fa40906ec0ed5c68eeef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="209.23" OriginalAmount="203.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572063932252" Longitude="101.71221971512" StarRating="5" HotelCode="14377|17914|Bed &amp; Breakfast" HotelName="Mandarin Oriental Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre, P. O. Box 10905, 50088 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/07/2a077cd5e9c32d745c71f5a1784b714c9dfcd899.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an enviable location, offering the ideal mix of leisure, commerce and entertainment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.62" OriginalAmount="224.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.053648" Longitude="101.670859" StarRating="3" HotelCode="|467884" HotelName="Hyatt Place Kuala Lumpur Bukit Jalil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>M-1, PUSAT PERDAGANGAN BANDAR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/8/8/4/467884_eee54231350.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="245.14" OriginalAmount="238" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|606059-27054176/9026025442341129629/115" HotelName="THE RUMA HOTEL AND RESIDENCES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31930000/31929900/31929867/c3df4ce4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.51" OriginalAmount="259.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15856" Longitude="101.71335" StarRating="5" HotelCode="|219170" HotelName="Four Seasons Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/1/7/0/219170_1_393.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="318.60" OriginalAmount="309.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1582474717023" Longitude="101.71390148347" StarRating="5" HotelCode="613465|2253445|Bed &amp; Breakfast" HotelName="Four Seasons Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Four Seasons Place, 145 Jalan Ampang, 50450 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/b0/65b00763c677645f819028f7f5cfc382475ef5ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Internet,Bar,Room Service,Conference Hall,Fax,Restaurant,Telephone Service,Laundry,Lounge,Kitchen,Swimming Pool,Designated Smoking Area,Nightclub,Currency Exchange,Jacuzzi,Shopping Arcade,Golf,Massage Centre,Sauna,24 Hour Power Supply,24 Hour Security,Garden,Housekeeping,Wake-up Call Service,Wheelchair Access,Spa,Bicycle Rental,Airport Transfer (on Demand),Meeting Room,Parking,Central Heating,Business Centre,Dining,Elevator,ATM/Cash Machine,Babysitting,Concierge,Porter,Smoking Rooms,Travel Desk,Valet Parking,Pets allowed,Printer,Banquet Hall</BasicAmenities>
    <HotelRating>3,4,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>MOTEL,CITY HOTEL,HOTEL,APARTMENT,VILLAGE,FAMILY-FRIENDLY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,RESIDENCES,APARTMENT HOTEL,APARTHOTEL,CLUB RESORT,HOSTELS,GUESTHOUSE,GUEST HOUSES,RESIDENCE,BEACH HOTEL,SPA HOTEL,ECO HOTEL,INNS</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
2151f352-503f-4107-af30-73220c9ebc27|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="2151f352-503f-4107-af30-73220c9ebc27">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="62750" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-06T00:00:00" End="2026-06-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="saad.asaishtravels@gmail.com" Password="Revelon123$" RequestedCurrency="GBP" ClientNationality="PK" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2151f352-503f-4107-af30-73220c9ebc27|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2151f352-503f-4107-af30-73220c9ebc27|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:103d6246-aae6-4324-8049-f381bdd92c06
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2151f352-503f-4107-af30-73220c9ebc27|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
2151f352-503f-4107-af30-73220c9ebc27|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2151f352-503f-4107-af30-73220c9ebc27|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-03T08:12:10.8621432+01:00" Version="0" EchoToken="Search" TransactionIdentifier="2151f352-503f-4107-af30-73220c9ebc27" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="8.48" OriginalAmount="8.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1420921563536" Longitude="101.69785533251" StarRating="2" HotelCode="404299|2264535" HotelName="Oasis Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125A Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/f6/a2f61567aff24e4f2ce4fc88d4b0b1bfcaf7953d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.27" OriginalAmount="9.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14619422" Longitude="101.70066692" StarRating="0" HotelCode="741440|kl_city_lodge_" HotelName="KL City Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Concierge,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16A Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2b/272b06a5f024ed2e7857d338521cc33256c79d1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chinatown, KL City Lodge promises a relaxing and wond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.05" OriginalAmount="9.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16725" Longitude="101.69807" StarRating="2" HotelCode="|235587" HotelName="O Shalimar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>510-512 Jalan Tuanku Abdul Rahman First Floor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/8/7/235587_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.05" OriginalAmount="9.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.02488" Longitude="101.716036" StarRating="2" HotelCode="|153846" HotelName="Sun Inns D'mind 2 Seri Kembangan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, Jalan Dagang Sb 4/2, Taman Sg Besi Indah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/4/6/153846_est.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has WiFi (free of charge) and a restaurant. SITUATION: This hotel Minas Waterfront Business Park it is situated 1 kilometre away from Mid Valley City it is 15 minutes drive away from Where clients can find dining facilities, shopping areas, leisure areas and the business area. the hotel Putrajaya it is 10 minutes drive away from Sunway Lagoon and las Torres Petronas it is 25 minutes drive away from it is 40 minutes drive away from Kuala Lumpur Airport. ROOM: The rooms have an air-conditioning system, a fan, a flat-screen television, a direct line telephone, a bathroom with a shower, a hairdryer and hot water. On request, the establishment offers an iron and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.09" OriginalAmount="9.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14560472" Longitude="101.70984469" StarRating="3" HotelCode="597155|2381765" HotelName="ABS Bintang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 &amp; 87 Jalan Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/76/ea764a94c47044f01270b967965cc35f4c0ea48c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.14" OriginalAmount="9.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.22443" Longitude="101.67127" StarRating="3" HotelCode="|592161" HotelName="Sun Inns Batu Caves" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Seri Utara 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/2/1/6/1/592161_90e030b2012.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.25" OriginalAmount="9.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.806111" Longitude="101.715471" StarRating="2" HotelCode="|398376" HotelName="Oyo 414 Adiff Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Bunga Raya 2, Bandar Baru Salak Tinggi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/7/6/398376_b68cc710714.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.30" OriginalAmount="10.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20625" Longitude="101.72054" StarRating="0" HotelCode="|235459" HotelName="Fast Setapak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 26, Jalan 8/23E. Taman Danau Kota, Off Jalan Genting Klang, Setapak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/5/9/235459_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.66" OriginalAmount="10.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21326" Longitude="101.71204" StarRating="0" HotelCode="|235702" HotelName="Fast Idaman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 34-3, Jalan Jernai 3, Medan Idaman Business Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/0/2/235702_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.01" OriginalAmount="10.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1769032" Longitude="101.6878119" StarRating="2" HotelCode="|398360" HotelName="OYO 724 Hotel Madras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>343 Jalan Ipoh, 2 1/2 Mile</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/6/0/398360_5c5b6b20712.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.02" OriginalAmount="10.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14488" Longitude="101.6986" StarRating="3" HotelCode="|394201" HotelName="Tang City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95-97 JLN SULTAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/0/1/394201_257bd6f1057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.29" OriginalAmount="10.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15815839" Longitude="101.75039774" StarRating="2" HotelCode="915306|2261455" HotelName="Ampang Point Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 &amp; 19 Level 1,2,3, Jalan Mamanda 5, Ampang Point, KLCC Ampang, Kuala Lumpur, Selangor 68000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a1/1da188bc8bcd469ea75c7d108ef48b2d0e8e1ea1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11.33" OriginalAmount="11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17694321" Longitude="101.68781733" StarRating="2" HotelCode="852206|388006" HotelName="Madras Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>343 km 4, 51100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/d1/f5d167fb6716bdfe42520427d55dc05ebbcc81fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21033683" Longitude="101.74676539" StarRating="2" HotelCode="321138|new_wave_hotel_sdn_bhd_melawati_h2" HotelName="New Wave Hotel Melawati" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>284 Jalan Bandar 11, Taman Melawati, 53100 Kuala lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/08/5b08a244afb4e932298310ae638e6f3c1459d7ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Rawang New Wave Hotel is just 6 km from Ampang Point Shopping Centre. It provides free p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1453871897669" Longitude="101.6966304849" StarRating="2" HotelCode="380852|the_explorers_guesthouse" HotelName="The Explorers Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>128 &amp; 130 Jalan Tun H S Lee, 50000 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ee/f4eee80ffff953482a8b7725e13eeb4c2ec7e883.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16330971" Longitude="101.69882557" StarRating="2" HotelCode="553339|shalimar" HotelName="Shalimar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>510-512 Jalan Tuanku Abdul Rahman, First Floor, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/fa/7cfa034c29d137bf46a92cc7efb05ee140503f8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1656590319992" Longitude="101.69608458455" StarRating="3" HotelCode="438006|rafee_hotel_kuala_lumpur" HotelName="Hotel Grand Mutiara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/0a/f30a989a65fbb3bf60e4aef7cb0f9a51453d221c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.2016792" Longitude="101.67097806" StarRating="2" HotelCode="563759|hotel_de_ideal" HotelName="Hotel De Ideal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>B-G-13 Pusat Komersial, Jalan Kuching Boulevard Business Park, 115 Jalan Kepayang Off Jalan Kuching, 50250 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/0b/e40b122595e4a155352323c903bfbaf229f5df78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.40" OriginalAmount="11.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17645" Longitude="101.69934" StarRating="2" HotelCode="|234824" HotelName="Swing &amp; Pillows - KL Pekeliling" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3, Jalan Sarikei, Off Jalan Pahang Barat,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/8/2/4/234824_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.52" OriginalAmount="11.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1454" Longitude="101.69662" StarRating="0" HotelCode="|189096" HotelName="The Explorers Guesthouse and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 128 and 130 Jalan Tun H.S Lee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/9/6/189096_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.54" OriginalAmount="11.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.32128" Longitude="101.57573" StarRating="2" HotelCode="|606137" HotelName="New Rawang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 105-A Jalan Maxwell</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/1/3/7/606137_88620880032.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.55" OriginalAmount="11.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14761" Longitude="101.71104" StarRating="2" HotelCode="|188484" HotelName="33 Star by The Sqwhere" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 56 y 58, Bangunan Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/8/4/188484_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.63" OriginalAmount="11.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1458569" Longitude="101.702258" StarRating="2" HotelCode="|188719" HotelName="Kameleon Travellers Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 60, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/9/188719_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.73" OriginalAmount="11.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1937" Longitude="101.66949" StarRating="2" HotelCode="|238758" HotelName="De Ideal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B-G-13 Boulevard Business Park 115 Jl. Kepayang, off Jl. Kuching</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/7/5/8/238758_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.73" OriginalAmount="11.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.22651" Longitude="101.67137" StarRating="1" HotelCode="|196209" HotelName="Oyo 766 Times Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 22, Jalan Seri Utara 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/2/0/9/196209_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.76" OriginalAmount="11.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1425" Longitude="101.698" StarRating="2" HotelCode="|397393" HotelName="OYO 761 City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118-120 Jalan Petaling,City Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/9/3/397393_ef4890b1115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.81" OriginalAmount="11.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.9817695" Longitude="101.6522613" StarRating="2" HotelCode="|398370" HotelName="OYO 502 Midah Inn Puchong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN SURIA PUCHONG 1 PUCHONG GATEWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/7/0/398370_f7d2d1a0703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.90" OriginalAmount="11.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14648604018" Longitude="101.69605462702" StarRating="2" HotelCode="305896|2264455" HotelName="Leo Leisure Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/34/22345caf5a948f59f94d334bcbdd0c049bfa21d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.91" OriginalAmount="11.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.073614" Longitude="101.601321" StarRating="1" HotelCode="|398351" HotelName="Golden Night Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.18, Jalan PJS 10/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/5/1/398351_24eb2be0744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.04" OriginalAmount="11.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142707" Longitude="101.69791333333" StarRating="2" HotelCode="901204|2263405" HotelName="My City Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Jalan Petaling, City Centre, 50000 Kuala Lumpur, Federal Territory of Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/3c/163c2749f3b5ad6a952963d145ff7416580473e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.05" OriginalAmount="11.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.32079" Longitude="101.57721" StarRating="2" HotelCode="|606128" HotelName="New Wave Rawang Star" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 41, Jalan Bandar rawang 15, Bandar Baru Rawang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/1/2/8/606128_82c571f0026.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.07" OriginalAmount="11.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14547965" Longitude="101.70839229" StarRating="2" HotelCode="584543|2537315" HotelName="Hotel Elwarda KL City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>42-3D Jalan Alor, 3rd Floor, Wisma City Tower, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3d/0f3dc40f5fe953a27d80b31830017c2ccf38f2af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.16" OriginalAmount="11.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14655" Longitude="101.708" StarRating="3" HotelCode="|397850" HotelName="D'lima Inn Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO-48, Tengkat Tong Shin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/8/5/0/397850_3a9e29c0710.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.18" OriginalAmount="11.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16235" Longitude="101.64938" StarRating="2" HotelCode="|196081" HotelName="New Wave Sri Hartamas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 15, Jalan 26 / 70A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/8/1/196081_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.24" OriginalAmount="11.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1414234881337" Longitude="101.69719691344" StarRating="2" HotelCode="380853|1225678" HotelName="TheTravel Hub" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5-1 Jalan Balai Polis, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/b0/afb0690e71701cafeabdcf05a01b2bc443556fa0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.34" OriginalAmount="11.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14548" Longitude="101.70844" StarRating="0" HotelCode="|238899" HotelName="Spot On 90138 Elwarda Klcity" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42-3D, 3rd Floor, Jalan Alor Wisma City Tower</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/8/9/9/238899_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="12.36" OriginalAmount="12" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|530075-18216260/2569111088795020000/3257" HotelName="MADRAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/530075/201844104831710.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17665163" Longitude="101.69936589" StarRating="2" HotelCode="321184|swiss_cottage_hotel" HotelName="Swiss Cottage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Sarikei, off Jalan Pahang Barat, 53000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/e5/36e5fb380f0831e8980b306282badd6ba508e399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16211669" Longitude="101.64936066" StarRating="2" HotelCode="321142|new_wave_sri_hartamas" HotelName="New Wave Hartamas (H1)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Jalan 26/70A, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/ff/89ff6a3e748a39d04ef955d40aaed69bd180d968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.152973131447" Longitude="101.697705681" StarRating="1" HotelCode="338169|perfect_class" HotelName="Perfect Class Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry,Smoking Rooms,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>91A Medan Bunus, Off Jalan Masjid India, 51000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/45/67458c2879cdaf3203bf98b8640d245b4fcfe497.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect Class in Kuala Lumpur is within walking distance to Chinatown Central Market and Merdeka Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20623286" Longitude="101.72059589" StarRating="2" HotelCode="519728|fast_hotel_setapak" HotelName="Fast Hotel Setapak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Jalan 8/23E Taman Danau Kota, Off Jalan Genting Kelang, 53300 Kuala Lumpur, Setapak</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/b1/b1b1727ac16e24f79fb14ebae25dc66bb31f3d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Fast Hotel Setapak in Kuala Lumpur, you'll be close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14479638" Longitude="101.69858683" StarRating="3" HotelCode="585308|tang_city_hotel" HotelName="Tang City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95-97 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/3a/df3a0a6b32daa5ad8f9bcab8a89586a61618aefe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19537631" Longitude="101.63291155" StarRating="0" HotelCode="694838|raintree_hotel_" HotelName="Raintree Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Beauty Salon,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan 7A/62A, Level 3A, Wisma Menjalara, Bandar Manjalara, Kepong, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/e1/dfe19a8356aa289183122c51fa1577c4d7448720.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Raintree Hotel to discover the wonders of Kuala Lumpur. The hotel offers guests a range of s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1291168177167" Longitude="101.71225819567" StarRating="3" HotelCode="915301|leo_express_hotel" HotelName="Leo Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Jalan Sungai Besi, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/26/98262e5e6a6f90787eaa31b9f52266345d2dfdfd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.44" OriginalAmount="12.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14079" Longitude="101.70948" StarRating="0" HotelCode="|234697" HotelName="Revopackers Beds and Bunks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258, Jalan Changkat Thambi Dollah Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/9/7/234697_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.63" OriginalAmount="12.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14119" Longitude="101.69768" StarRating="2" HotelCode="|189101" HotelName="Travel Hub Highstreet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13-1, Jalan Balai Polis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/0/1/189101_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.63" OriginalAmount="12.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14281" Longitude="101.69787" StarRating="0" HotelCode="|188917" HotelName="My City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118-120A, Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/1/7/188917_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.69" OriginalAmount="12.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.192544" Longitude="101.625799" StarRating="2" HotelCode="|391491" HotelName="Sun Inns Hotel Kepong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 25 &amp; 27, Jalan Medan Putra 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/9/1/391491_7289ce41042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.73" OriginalAmount="12.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21171956" Longitude="101.64592574" StarRating="2" HotelCode="852052|3122845" HotelName="Fumah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 &amp; 3 Jalan Ambong 2, Kepong Baru, 52100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/7c/ac7cfbff9706969fdb7f2d914a7ef4dde2fd186c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.79" OriginalAmount="12.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.075112" Longitude="101.611837" StarRating="2" HotelCode="|178564" HotelName="Sun Inns Sunway Mentari 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Pjs 8/5, Dataran Mentari, Bandar Sunway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/6/4/178564_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.82" OriginalAmount="12.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.03007" Longitude="101.70544" StarRating="2" HotelCode="|606142" HotelName="ARK Seri Kembangan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 40, Jalan SR 1/9, Taman Serdang Raya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/1/4/2/606142_8e716da0038.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.86" OriginalAmount="12.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14343" Longitude="101.743968" StarRating="0" HotelCode="|188489" HotelName="Ampang Business" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-15, Jalan Pandan Prima 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/8/9/188489_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.86" OriginalAmount="12.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1458900876734" Longitude="101.70197078515" StarRating="3" HotelCode="304399|1030978" HotelName="Sandpiper Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/c2/95c2ecfb1996e02ad79cfbbcd33f51ad8c0be12f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.15" OriginalAmount="12.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143984" Longitude="101.695774" StarRating="2" HotelCode="|402231" HotelName="Oyo 552  Kl Centre Point" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/2/3/1/402231_11ddb501041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.23" OriginalAmount="12.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14486" Longitude="101.69576" StarRating="0" HotelCode="|188734" HotelName="Leo Leisure At Central Market" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6, Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/3/4/188734_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.31" OriginalAmount="12.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16564" Longitude="101.696239" StarRating="3" HotelCode="|397419" HotelName="Grand Mutiara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110, Jalan Raja Laut</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/1/9/397419_fada6321458.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.32" OriginalAmount="12.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19542" Longitude="101.632869" StarRating="0" HotelCode="|464591" HotelName="Raintree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16,Level 3A,Wisma Menjalara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/5/9/1/464591_dc21bcd0844.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.35" OriginalAmount="12.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14846" Longitude="101.697301" StarRating="2" HotelCode="|391460" HotelName="Yy48" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 48 Jalan Tun Perak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/6/0/391460_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="13.39" OriginalAmount="13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|193109-18175419/2569111088795020000/3739" HotelName="NEW WAVE MELAWATI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19740000/19733900/19733834/3654d23a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14399620615" Longitude="101.69777580154" StarRating="3" HotelCode="145961|hotel_china_town_inn" HotelName="China Town Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/a0/5ba04a599257d4054ba5b5a94ddf49a20d064801.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Kuala Lumpur's Chinatown. Chinatown Market is right in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14426309" Longitude="101.6975583" StarRating="2" HotelCode="321152|petaling_street_hotel" HotelName="Petaling Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>55 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/a2/e8a2cb893b06821ce8c11cf437de35170da58368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.177822" Longitude="101.686382" StarRating="2" HotelCode="187984|bestotel" HotelName="SCC Hotel City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>368 Jalan Sultan Azlan Shah, 2 ½ mile Jalan Ipoh, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/b0/b6b0feb34da951341f99076f411762740551551c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1489017067468" Longitude="101.69674617093" StarRating="1" HotelCode="341297|w_hotel_8" HotelName="W Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Tun Perak, City Centre, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/25/fa254c6ea9f54a3845fe5ee84e6d800b2d18c585.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Happy Holiday Hotel is located at Jalan Tun Perak just only a few meter from Masjid Jamek LRT statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16735535" Longitude="101.69920166" StarRating="3" HotelCode="321279|crossroads_hotel_2" HotelName="Crossroads Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/06/59067ec26ecb8b41e7f0f9a084ea76b044cf5d41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1410635883094" Longitude="101.70913660531" StarRating="2" HotelCode="384843|orkid_inn_pudu" HotelName="Revopackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>258 Jalan Changkat Thambi Dollah, Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/0c/650c35df880a35230f68e16ef5915c8cb7c020da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14421725" Longitude="101.69592191" StarRating="3" HotelCode="876912|oyo_552_hotel_kl_centre_point" HotelName="Hotel KL Centre Point By OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Unit 56 Jalan Hang Kasturi, First Floor, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/2b/652b13c9ac6f5159526252477660ab5994eb02ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21036406" Longitude="101.61534138" StarRating="3" HotelCode="867056|silver_sky_hotel_2" HotelName="Silver Sky Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3.2A Jalan Desa 2/2, Desa Aman Puri, 52100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/5b/715bf59dca6b3c977682a5a3880b225d61c3a168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.40" OriginalAmount="13.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12958" Longitude="101.67974" StarRating="0" HotelCode="|236366" HotelName="The Bodhi Lodge -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18A, Jalan Kemuja, Bangsar Utama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/3/6/6/236366_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.43" OriginalAmount="13.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14253721" Longitude="101.74146111" StarRating="2" HotelCode="341534|1194428" HotelName="Ampang Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-15 Jalan Pandan Prima 1, Dataran Pandan Prima, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/18/5218f569b54caa6a73ce9faeb66a1b50cca6d01f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.44" OriginalAmount="13.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144154" Longitude="101.698669" StarRating="0" HotelCode="|397699" HotelName="Nan Yeang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>87, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/9/9/397699_7fbb2ce0835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.52" OriginalAmount="13.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.31884" Longitude="101.57764" StarRating="2" HotelCode="|397502" HotelName="Rawang Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 3A, Jalan BR 10, Bandar Baru Rawang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/5/0/2/397502_9264cac1254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.54" OriginalAmount="13.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12609" Longitude="101.70956" StarRating="2" HotelCode="|189103" HotelName="Swing &amp; Pillows - KL Sg Besi formerly known as U Pac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2, Jalan Lapangan Permai 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/0/3/189103_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.85" OriginalAmount="13.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.049026" Longitude="101.585881" StarRating="0" HotelCode="|398129" HotelName="Best View Boutique Hotel Taipan USJ" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 1,3 &amp; 5, Jalan USJ 10/1A, USJ Taipan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/1/2/9/398129_988d41d0828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.94" OriginalAmount="13.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1260265616631" Longitude="101.7096662875" StarRating="2" HotelCode="341778|1234888" HotelName="U Pac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-6 Jalan Lapangan Permai 1, Off Jalan Sungai Besi batu 2, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/41/1f414f03078252e9db64a62c1961524c4e5ab55f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.07" OriginalAmount="13.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14895" Longitude="101.69679" StarRating="3" HotelCode="|396805" HotelName="AL Amin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Tun Perak Wisma Lau Chung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/8/0/5/396805_b4a8bec1340.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.19" OriginalAmount="13.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1291713" Longitude="101.7121929" StarRating="3" HotelCode="|177268" HotelName="Leo Express" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59-65, Jalan Sungai Besi,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/7/2/6/8/177268_1_1377.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.21" OriginalAmount="13.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1619303878901" Longitude="101.6490413557" StarRating="2" HotelCode="341535|1194358" HotelName="Hartamas Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Jalan 27/70A, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/9f/b69f11a58da42ce4e497016126f147e777944b79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.24" OriginalAmount="13.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14568" Longitude="101.70247" StarRating="2" HotelCode="|188720" HotelName="Kawana Tourist Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.68, Jalan Pudu Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/2/0/188720_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.33" OriginalAmount="13.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15207" Longitude="101.69693" StarRating="1" HotelCode="|188948" HotelName="Spot On 89962 Perfect Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91A, Medan Bunus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/4/8/188948_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.35" OriginalAmount="13.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13202" Longitude="101.68813" StarRating="2" HotelCode="|234391" HotelName="Pods The Backpackers Home And Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>G-6, No 30 Jalan Thambipillay, Brickfields</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/3/9/1/234391_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146628" Longitude="101.708565" StarRating="2" HotelCode="|524669" HotelName="Red Velvet Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Rembia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/6/9/524669_6a418510930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="14.42" OriginalAmount="14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|210195-24018992/2569111088795020000/1602" HotelName="SUPER OYO 761 CITY HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35620000/35619600/35619591/fa75fb24_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1296158512296" Longitude="101.7151916027" StarRating="3" HotelCode="187201|onestop_residence_hotel" HotelName="One-Stop Residence Hotel &amp; Office" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Metro Pudu, Gate 3, Main Lobby, Metro Mall, Fraser Business Park, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/bb/bebb1241a56374e60e0ab1e9d31208af3d1f0196.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 4 km away from KLCC and 3 km away from Bukit Bintang Shopping Paradise. It provides gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1488638043941" Longitude="101.69724811539" StarRating="3" HotelCode="380850|hotel_1915" HotelName="Hotel 1915 Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>49 Jalan Leboh Ampang, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/ab/37ab8544d96361a340b9599b02adea687d3da52f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485017193025" Longitude="101.69749998933" StarRating="3" HotelCode="345723|yy48_hotel" HotelName="YY48 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Jalan Tun Perak, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/73/b67336fee8f84ddc3e89cad3648cf5c0bea6a01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;YY48 Hotel is a popular choice amongst travelers in Kuala Lumpur, whether exploring or just passing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13339674" Longitude="101.71473735" StarRating="0" HotelCode="741426|golden_asean_" HotelName="Golden Asean Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>520-522 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/84/02844738a0fca8c7b417a5d72b35d2615a9f399a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Golden Asean Hotel to discover the wonders of Kuala Lumpur. Offering a variety of facilities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.02604" Longitude="101.72496818" StarRating="0" HotelCode="835762|mine" HotelName="Mine Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Sungai Besi Indah 5/2, Seri Kembangan, Balakong, 43300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/75/4975199612228ab757419d800e9b108bd13447b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Seri Kembangan / Balakong, Mine Hotel is a perfect starting point from which to explore K...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16702382" Longitude="101.6962541" StarRating="0" HotelCode="756617|new_eastern_hotel_" HotelName="New Eastern Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>152-A Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/63/c36306b473f1dbcdf79786621bf13f08e7ce7364.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Chowkit / Putra WTC, New Eastern Hotel is a perfect starting point from which to explore ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.44" OriginalAmount="14.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17755" Longitude="101.68684" StarRating="2" HotelCode="|232180" HotelName="Scc City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 368, Jalan Sultan Azlan Shah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/1/8/0/232180_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.44" OriginalAmount="14.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14242" Longitude="101.69749" StarRating="0" HotelCode="|235151" HotelName="City Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 11, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/1/5/1/235151_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.50" OriginalAmount="14.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.209907" Longitude="101.747501" StarRating="2" HotelCode="|402682" HotelName="ARK Taman Melawati Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>261, Jalan Bandar 12, Taman Melawati</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/6/8/2/402682_691a0eb1221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.51" OriginalAmount="14.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1517292525529" Longitude="101.69577947976" StarRating="3" HotelCode="542843|2537195" HotelName="Adya Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21-2 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/2d/e92dd578321aee3acbbdc7fe3d17abcd814235e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.51" OriginalAmount="14.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1434203816753" Longitude="101.70755831466" StarRating="3" HotelCode="915313|1161408" HotelName="Golden Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>174-176 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/1e/ab1e2ffa2e1dca934ad9a8e4a033a5625f679fe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.67" OriginalAmount="14.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14571" Longitude="101.70201" StarRating="3" HotelCode="|188596" HotelName="99 Pudu Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44A-44B, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/9/6/188596_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.70" OriginalAmount="14.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19954819" Longitude="101.58483333" StarRating="2" HotelCode="321141|2280645" HotelName="New Wave Sg Buloh - DD" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>A201 Jalan PJU 10/2A, Damansara Damai, Sungai Buloh, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/f0/22f0a0b0e48ffc034fe609198f73f2d2aca81bb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.77" OriginalAmount="14.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145943" Longitude="101.701654" StarRating="3" HotelCode="305892|1519268" HotelName="Hotel 99 Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44A - 44B Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/09/b4099d678eee33d0b167f679fdc2e70e0efb8f98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.02" OriginalAmount="14.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143951" Longitude="101.697858" StarRating="2" HotelCode="|178298" HotelName="China Town 2 Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70-72 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/2/9/8/178298_1_6000.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.09" OriginalAmount="14.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139257" Longitude="101.709843" StarRating="3" HotelCode="904612|227056" HotelName="Sentral Pudu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.310 Jalan Pudu, Off Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/32/9332b545ff34951837770e3395bfc79e5e626627.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a prime location in Kuala Lumpur, located within a 10-minute walk of Times Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.34" OriginalAmount="14.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15457" Longitude="101.69644" StarRating="3" HotelCode="|239711" HotelName="T Jalan Tar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157&amp; 159, Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/1/1/239711_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.34" OriginalAmount="14.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19755487" Longitude="101.72074112" StarRating="3" HotelCode="553598|3121915" HotelName="Worldview Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29-35 Jalan 10/23A, Medan Makmur, 53200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/4f/f24f3415f0730806c4d66ca6f2a7c7c398de0852.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="2" HotelCode="601999|236313" HotelName="Just In Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan 1/154, Taman Bukit Anggerik, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/5c/af5cdad0b87b035ea1dcf03d6846000d40d0f285.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # When you stay at Just In Hotel in Kuala Lumpur, you'll be close to Aeon Cher...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12944444" Longitude="101.67959287" StarRating="2" HotelCode="584983|225895" HotelName="The Bodhi Lodge Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18A Jalan Kemuja, Bangsar Utama, 59000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/90/d390b611b21814b7c86b948ba9fdd94f8abb4464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|282473-18161675/2569111088795020000/2036" HotelName="SAKURA ELITE KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8750000/8740800/8740712/34522c62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|282440-18193498/2569111088795020000/3587" HotelName="U PAC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20040000/20030900/20030872/4860f477_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|211364-25415810/2569111088795020000/5704" HotelName="OYO 89562 SHALIMAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16480000/16479000/16478982/088c74ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1365953299055" Longitude="101.70258184789" StarRating="3" HotelCode="211922|ihotel__maharajalela" HotelName="I-Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 Jalan Maharajalela, 50150 Kuala Lumpur, Wilayah Perseketuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/0a/530ae82c8c12914d1a3fad738bb84fc6063f0058.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14558682" Longitude="101.70713608" StarRating="1" HotelCode="610825|dorms_kl" HotelName="Dorms KL" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Tengkat Tong Shin, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/8e/908e3bc2518fb90321bf27ac0a0a645e8f2206d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Dorms KL in Kuala Lumpur (Bukit Bintang), you'll be minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15457849" Longitude="101.69646311" StarRating="3" HotelCode="519738|thotel_jalan_tar" HotelName="T-Hotel Jalan Tar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>157 &amp; 159 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/16/c4162e2b419e49ab1aafd2b167b030c8a0794909.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14270916" Longitude="101.69654978" StarRating="2" HotelCode="560448|birdnest_collective_cafe_guesthouse" HotelName="Birdnest Collective Cafe &amp; Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Bar,Designated Smoking Area,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>210 Jalan Tun HS Lee, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/7a/867aad18731bfb3d0f041932c7f3ca93efe7f937.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chinatown, Birdnest Collective Cafe &amp; Guesthouse prom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16558524" Longitude="101.7017529" StarRating="2" HotelCode="782990|hotel_raja_bot" HotelName="Hotel Raja Bot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Jalan Raja Bot, 78-G 78-M 78-1 78-2 78-3 80-2 80-3, Chow Kit, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/09/e10993efeabe761043463ce6c31a77fba6cca805.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.48" OriginalAmount="15.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1330412630054" Longitude="101.68892632639" StarRating="2" HotelCode="304398|1059388" HotelName="Metro Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Thambypillai, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/2a/462a2eb6939d2f0d1c75808f0f5338790b48856a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.69" OriginalAmount="15.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.166615" Longitude="101.695868" StarRating="2" HotelCode="|456044" HotelName="Seri Putra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 &amp; 52 Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/0/4/4/456044_53d46521707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.80" OriginalAmount="15.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14731" Longitude="101.70947" StarRating="2" HotelCode="|589514" HotelName="MSP" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Berangan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/5/1/4/589514_7ba24ed2043.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.86" OriginalAmount="15.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1518118" Longitude="101.6958198" StarRating="3" HotelCode="|69987" HotelName="Citin Masjid Jamek By Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LOT N 7 SEKSYEN 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/8/7/69987_e702bbe1659.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 138Â comfortable, modern rooms with an air-conditioning system, cable television, WiFi (free of charge) and a bathroom. FACILITIES: With regards to the food and beverage offering, there isCitin CafÃ© the restaurant local dishes and Western dishes. The establishment also offers internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.99" OriginalAmount="15.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1510832003849" Longitude="101.69651408709" StarRating="3" HotelCode="146010|120504" HotelName="Citin Masjid Jamek" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot No 7, Seksyen 33, Jalan Melayu, Off Jalan Masjid, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/5c/5d5c253f359855b8fa3f87f9185cd9bca76dafc5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Kuala Lumpur’s commercial centre. The hotel is situated less t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.01" OriginalAmount="15.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14661252" Longitude="101.70955892" StarRating="3" HotelCode="419577|2537405" HotelName="Alor Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>79A Changkat Bukit Bintang, (at the junction of Jalan Alor), 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/69/1869aa7ae8c8682a004c35b6ec53cfe2f5e87dda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Alor Boutique Hotel in Kuala Lumpur (Bukit Bintang)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.11" OriginalAmount="15.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15157" Longitude="101.69573" StarRating="3" HotelCode="|391707" HotelName="Adya Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 27, Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/0/7/391707_9bbd8e01023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.11" OriginalAmount="15.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14502" Longitude="101.69866" StarRating="0" HotelCode="|235165" HotelName="Sohotown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/1/6/5/235165_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.18" OriginalAmount="15.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09138336" Longitude="101.68840805" StarRating="1" HotelCode="338501|3133725" HotelName="Time Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Kuchai Maju 2, Off Jalan Kuchai Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/e6/cfe673648dbcfaa9c3872b9c05258673f5c317bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.19" OriginalAmount="15.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17129224" Longitude="101.6953145" StarRating="2" HotelCode="321125|1169118" HotelName="My Home Hotel Pekeliling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Jalan Lumut, Complex Damai, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/f6/44f69f5500e50c9a93d71fdb8b3461ff1e7a4cda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is conveniently situated close to the well-known Putra World Trade Centre and Pet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.21" OriginalAmount="15.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.152474" Longitude="101.696971" StarRating="2" HotelCode="188004|1206338" HotelName="Palace Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 40-46 Jalan Masjid India, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/0e/6d0e14b6a309523df86010533784822addd0ff5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.22" OriginalAmount="15.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451739508158" Longitude="101.71421957619" StarRating="2" HotelCode="915316|1159138" HotelName="Victory 2 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Imbi 114, 114-1, 114-2, 114-3, Mezzanine, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/d1/e2d17e5ce1dbfae1f6b4c3de0d5a521a9f46e0ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Kuala Lumpur, this boutique hotel is ideal for guests who appreciate a styli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.23" OriginalAmount="15.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19778" Longitude="101.72055" StarRating="0" HotelCode="|235695" HotelName="Worldview Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29-35, Jalan 10/23A, Medan Makmur Jalan Usahawan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/6/9/5/235695_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.30" OriginalAmount="15.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.091681" Longitude="101.5434323" StarRating="2" HotelCode="|398361" HotelName="Meria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 22 Block 3 Laman Seri Business Park, Seksyen 13, Shah Alam, Selangor, 40100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/6/1/398361_7c142530744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.34" OriginalAmount="15.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1386055" Longitude="101.7099902" StarRating="2" HotelCode="|397482" HotelName="Yy318  Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>318, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/8/2/397482_00e72801100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.37" OriginalAmount="15.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15846" Longitude="101.75006" StarRating="2" HotelCode="|189061" HotelName="Safari" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 9-12, Jalan Mamanda 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/6/1/189061_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.37" OriginalAmount="15.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14243149" Longitude="101.6973262" StarRating="2" HotelCode="548964|2253745" HotelName="City Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/9c/399c3136f1a6b8adc8e487564d6f7ec89fcd90c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.39" OriginalAmount="15.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1438257" Longitude="101.6977337" StarRating="2" HotelCode="163463|1567258" HotelName="Hotel Chinatown 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70-72 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/0c/3a0c0ca5dd2414e688fdbfb9b36b8df8d0d8d0c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.40" OriginalAmount="15.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.163168" Longitude="101.698211" StarRating="2" HotelCode="|468297" HotelName="Kingston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 405, Wisma Dato' James Tan Yin Wah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/2/9/7/468297_44d382b1128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.42" OriginalAmount="15.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1328318" Longitude="101.7181068" StarRating="2" HotelCode="|203388" HotelName="Zen Rooms Sakura Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>327 &amp; 329 Jalan Tun Razak (Pudu)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/3/8/8/203388_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="16.48" OriginalAmount="16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|282485-18255618/2569111088795020000/3368" HotelName="NAN YEANG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45390000/45389800/45389784/a7b1a643_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="16.48" OriginalAmount="16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1082995-18339550/2569111088795020000/3881" HotelName="OYO 552 KL CENTRE POINT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29380000/29371300/29371289/47f3a29c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="16.48" OriginalAmount="16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|528302-25684581/2569111088795020000/4508" HotelName="AMPANG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19690000/19686800/19686734/0128dcd4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="16.48" OriginalAmount="16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1083197-26339589/2569111088795020000/5658" HotelName="SPOT ON 90138 HOTEL ELWARDA KLCITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18160000/18153000/18152984/e65ee749_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13529621" Longitude="101.69104738" StarRating="3" HotelCode="362980|royce_hotel_kl_sentral_2" HotelName="Royce Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 &amp; 22 Jalan Tun Sambanthan 3, Brickfields, 50470 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b4/59b498ce5c1c857e7e857789dbe70d3d95f86870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17211784" Longitude="101.69735555" StarRating="3" HotelCode="488858|le_ruiz_boutique_hotel" HotelName="Le Ruiz Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Cemur, Off Jalan Pekeliling Lama, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/77/9a77c74346c6169cddb921a12296be79c809dfd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuala Lumpur. For guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17692997" Longitude="101.68767093" StarRating="2" HotelCode="511725|madras_hotel" HotelName="Madras Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>343 Jalan Sultan Azlan Shah, 2 1/2 Mile Jalan Ipoh, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/89/238915ea9fc20a338a89739b0000bbd229d25ff9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14918968" Longitude="101.69689126" StarRating="2" HotelCode="688816|big_m_hotel" HotelName="Big M Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Garden,Housekeeping,Internet,Shopping Arcade,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Jalan Tun Perak, City Centre, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a7/aba7ace4a96eb11f28ca49ef6a4b8762557eeb9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located conveniently next to Masjid Jamek LRT Station, BIG M Hotel offers accommodation in Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.53" OriginalAmount="16.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13284656" Longitude="101.68870359" StarRating="2" HotelCode="407837|2537235" HotelName="Hotel New Winner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No.11 Jalan Thambipillai, Off Jalan Tun Sambanthan, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/5f/cb5ff8027061cc8dd2617c461d87f9d3ae566133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.56" OriginalAmount="16.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0909" Longitude="101.61485" StarRating="3" HotelCode="|606227" HotelName="Harbour hotel PJ 21" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18, PJ21 Commercial Centre, Jalan SS 3/39, Petaling Jaya, Selangor.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/2/2/7/606227_bca9a2d0024.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.58" OriginalAmount="16.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144649" Longitude="101.70599" StarRating="2" HotelCode="915315|761195" HotelName="My Hotel @ Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/55/c255f113080a74b23395ffafadcb45499d5cfabe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.70" OriginalAmount="16.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133326" Longitude="101.688857" StarRating="2" HotelCode="|153785" HotelName="My  @ Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.51 and 53, Jalan Thambippilay, Brickfields</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/8/5/153785_est.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception, a baggage room, a currency exchange service, a transfer service to the airport, a safety deposit box service and tourist information. SITUATION: This budget hotel is 5 minutes away from La PequeÃ±a India the district of restaurants, is situated 10 minutes walk away from Kuala Lumpur Sentral the Railway Station of el Museo KL the establishment is a 5-minute drive away from it is 15 minutes drive away from Kuala Lumpur the centre of the establishment is a 50-minute drive away from the airport. ROOM: All the rooms have a shower, WiFi (free of charge), wooden floors, an air-conditioning system, a satellite television, a bathroom, kettle, a coffee maker and a kettle. They also have an iron and a hairdryer (available on request).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.94" OriginalAmount="16.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.209929" Longitude="101.616422" StarRating="3" HotelCode="|397617" HotelName="Aman Puri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No P-3-62A, Jalan Desa 2/3, Desa Aman Puri, Sungai Buluh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/1/7/397617_c04d02c1320.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.01" OriginalAmount="16.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13277" Longitude="101.68874" StarRating="0" HotelCode="|196028" HotelName="New Winner" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.11, Jalan Thambipillai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/2/8/196028_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.04" OriginalAmount="16.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1540006572144" Longitude="101.69668704271" StarRating="3" HotelCode="177911|795665" HotelName="Frenz Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Jalan Tuanku Abdul Rahman, Kuala Lumpur 50100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/dc/b6dcd5a5a5bb59fa4f366d6ac00dec6db83aaac7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the hotel's doorstep is the Asian Heritage Row, a stretch of elegant and charming restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1445821" Longitude="101.7060772" StarRating="2" HotelCode="|89477" HotelName="My At Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120, JALAN PUDU,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/7/89477_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15691" Longitude="101.69667" StarRating="3" HotelCode="|196082" HotelName="The Grand Campbell " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dang Wangi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/8/2/196082_1_3326.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15304" Longitude="101.69782" StarRating="1" HotelCode="|196083" HotelName="Super Oyo Capital O 90125 Grand Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>141, Jln Bunus Off Jln Masjid India</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/8/3/196083_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.16" OriginalAmount="16.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13168093" Longitude="101.68740863" StarRating="2" HotelCode="321130|2045305" HotelName="My Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Jalan Thambipillay, Near Singh Chapati, Kl Sentral, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/a6/78a6f581c3456e69f087f96afc2f7fad1d962ac5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.18" OriginalAmount="16.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133537" Longitude="101.688699" StarRating="2" HotelCode="188000|143636" HotelName="My Hotel @ Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/17/c817af16fdc1e6362231bb3fe9316eb5e47c4b6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.18" OriginalAmount="16.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148293" Longitude="101.70901675" StarRating="3" HotelCode="915305|1154518" HotelName="LaComme Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Angsoka, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/0d/5f0d3416c914d1298b3bbf1ebd15daa80a67465e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.25" OriginalAmount="16.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14165" Longitude="101.69793" StarRating="2" HotelCode="|188971" HotelName="Rain Forest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/7/1/188971_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.27" OriginalAmount="16.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139358" Longitude="101.713459" StarRating="3" HotelCode="|397879" HotelName="Venice" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 Lorong Thambi 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/8/7/9/397879_183853e0800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.29" OriginalAmount="16.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14529696" Longitude="101.69762782" StarRating="3" HotelCode="952653|3128335" HotelName="Season Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 &amp;13 Jalan Tun Tan Cheng Lock, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/20/04202a7543d28e302560bd80556cbf642b1c3e79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.38" OriginalAmount="16.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.992864" Longitude="101.574" StarRating="0" HotelCode="|441046" HotelName="Putra Heights New Wave Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Jalan Putra Mahkota, 7/8B, Subang Jaya, Selangor, 47650</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/4/6/441046_0b5a9721035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.38" OriginalAmount="16.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14216497" Longitude="101.69795252" StarRating="3" HotelCode="343073|2253785" HotelName="Rainforest Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>122 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/25/ba250d2bf27f1432bfef3a47e19141f0f832cdd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.40" OriginalAmount="16.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.208297" Longitude="101.65331" StarRating="3" HotelCode="|397287" HotelName="Kepong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, Jalan Kepong Usaha, Batu 6 1/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/8/7/397287_4535d381037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20841966" Longitude="101.65275313" StarRating="2" HotelCode="520057|518015" HotelName="Hotel Kepong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Elevator,Internet,Meeting Room,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kepong Usah 2, Off Batu 6 1/2, Kepong, 52100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/af/10afdb4d1fee843d67eb9d993ceed54e1ff4c63b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Kepong is conveniently located in the popular Kepong area. The hotel offers a high standard of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14494428" Longitude="101.69864341" StarRating="2" HotelCode="511415|202725" HotelName="Sohotown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/23/1323330221e6f660944815b36339bd33158ded9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chinatown, SohoTown Hotel promises a relaxing and won...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1083011-20810674/2569111088795020000/3250" HotelName="HOTEL AL AMIN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27820000/27811300/27811232/2c10633b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.228439" Longitude="-96.022466" StarRating="2" HotelCode="0|282479-27051136/2569111088795020000/3759" HotelName="LEO LEISURE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3301 South 72nd Street, Omaha, NE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8730000/8729000/8728997/90b61f87_b.jpg</HotelPictures>
        <HotelDescription>Enjoy the hometown hospitality at this Baymont Inn and Suites Omaha NE, just off Interstate 80, convenient to Eppely Airfield and close to the Century Link Center, Harrahs Council Bluffs Casino, Ameristar Casino, TD Ameritrade Park, museums, malls and
 parks. Pets are welcome and smoking is not allowed at this hotel, which features complimentary wireless Internet and complimentary breakfast as well as fitness center and meeting room. Select suites are available with hot tubs and with refrigerator and microwave,
 ideal for longer stays. There is no charge for kids 17 and under when accompanied by an adult.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 11:00&lt;br /&gt;Pets Allowed &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1083486-18343699/2569111088795020000/3865" HotelName="OLD PENANG HOTEL AMPANG POINT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-34.4185" Longitude="19.23284" StarRating="2" HotelCode="0|1151051-26450414/2569111088795020000/5728" HotelName="SPOT ON 89962 PERFECT CLASS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>28 Albertyn Street ,Hermanus,  7200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48300000/48297000/48296949/b5d8e38c_b.jpg</HotelPictures>
        <HotelDescription>The 3-star The Potting Shed Guest House offers comfort and convenience whether you`re on business or holiday in Hermanus. Both business travelers and tourists can enjoy the hotel`s facilities and services. Service-minded staff will welcome and guide you at the The Potting Shed Guest House. Some of the well-appointed guestrooms feature television LCD/plasma screen, internet access – wireless, internet access – wireless (complimentary), non smoking rooms, air conditioning. To enhance guests` stay, the hotel offers recreational facilities such as outdoor pool, garden. The Potting Shed Guest House combines warm hospitality with a lovely ambiance to make your stay in Hermanus unforgettable. &lt;br /&gt;Check-in is between 02:00 PM to 06:00 PM. Guests arriving outside the mentioned check-in hours are requested to contact the property directly prior to arrival so alternative arrangements can be made.&lt;br /&gt;Guests over 1 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156727081679" Longitude="101.69675512341" StarRating="3" HotelCode="320049|the_grand_campbell_hotel" HotelName="The Grand Campbell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dang Wangi, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ec/00ec2145cf758a286fdc729d62ef59e1a87158ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1311409814982" Longitude="101.71208133855" StarRating="3" HotelCode="344680|hote123_" HotelName="Hote123" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Sungai Besi, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/a8/9ba831360fe45f2a1c4ded769882a813131883e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16371557" Longitude="101.70543804" StarRating="3" HotelCode="380857|bagasta_boutique_guesthouse" HotelName="Bagasta Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Jalan Raja Alang, Kampung Baru, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/9e/889e5648d68f6b9f7273d55a2ebdaccfee5bf878.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1386188764584" Longitude="101.71008541475" StarRating="2" HotelCode="341013|yy318_hotel_2" HotelName="YY318 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>318 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/52/56528c72eb71c6fd1e1bbd6dc4b2364efa258d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;YY318 Hotel is located in the bustling area of KL city whereby entertainment nightlife delicious cou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14276968" Longitude="101.70795314" StarRating="2" HotelCode="783150|asia_like_boutique_hotel" HotelName="Asia Like Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>202 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/b4/e4b459efc7d9253251c13229a2624a38134b893a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1515376420923" Longitude="101.69525000549" StarRating="2" HotelCode="915304|swiss_hotel_2" HotelName="Swiss Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/13/33133674c312ad88ce04bb1c66cf311bd66f312f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="968354|oyo_capital_o_978_midaris_hotel" HotelName="Midaris Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Loke Yew, Pudu, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/70/2970d6a5c229e7e3b4687e237e4b7e84e4d8f34f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="961346|ohana_kuala_lumpur" HotelName="The Ohana Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Changkat Thambi Dollah, 26th Floor, Unit 2, Taragon Puteri Bintang, 55100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/a8/86a817c723a263c0d4083e368bc2dbe2d83b63d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.52" OriginalAmount="17.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14021" Longitude="101.71" StarRating="2" HotelCode="|557403" HotelName="Ohana Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26th floor unit 2,Taragon Puteri Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/4/0/3/557403_55763f91001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.57" OriginalAmount="17.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16402" Longitude="101.704756" StarRating="0" HotelCode="|474211" HotelName="Redstone Boutique Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Jalan Raja Alang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/2/1/1/474211_a0b776e1240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.91" OriginalAmount="17.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17969734" Longitude="101.70097086" StarRating="2" HotelCode="595413|3132095" HotelName="Riccarton Capsule Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>G-1 Jalan Pahang, Wisma Q Titiwangsa, Persiaran Titiwangsa 1, 53000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/8a/008af37be2c9373b426e3c1b4f6e5666d08450cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.92" OriginalAmount="17.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.18918" Longitude="101.6541" StarRating="2" HotelCode="|189057" HotelName="Rujia Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30-1, Block A Plaza Sinar, Jalan 8/38D</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/5/7/189057_1_4842.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.94" OriginalAmount="17.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15249" Longitude="101.69751" StarRating="2" HotelCode="|188601" HotelName="Oyo 431 De Grand Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Medan Bunus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/6/0/1/188601_1_41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.98" OriginalAmount="17.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1130323746526" Longitude="101.67834167984" StarRating="3" HotelCode="341229|2173865" HotelName="Valenza Hotel &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot 118 Batu 3, Jalan Klang Lama, 58100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/0f/420f221e304e92c4ae12ae982e5dc80b70383abe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.98" OriginalAmount="17.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1554808367309" Longitude="101.69636103313" StarRating="2" HotelCode="405888|3127855" HotelName="Canary Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>189/191 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/44/05447faec7006ce3223f167203ac9f365a9910dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.00" OriginalAmount="17.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14491002" Longitude="101.70889234" StarRating="2" HotelCode="915309|2537275" HotelName="T-Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>40&amp;42 Jalan Bukit Bintang, 55000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/90/0190744a11601e8719057bd8f186c2d4235ac61d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.07" OriginalAmount="17.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14653" Longitude="101.71103" StarRating="0" HotelCode="|234917" HotelName="Travelogue Kl -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118B Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/9/1/7/234917_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.30" OriginalAmount="17.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1327043563126" Longitude="101.71775354985" StarRating="2" HotelCode="344855|1518928" HotelName="Sakura Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327 &amp; 329 Jalan Tun Razak, Pudu, 50400 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/84/0784ce2444c548b7e613ca4719e96a780e2fb869.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.36" OriginalAmount="17.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13521037" Longitude="101.69123879" StarRating="2" HotelCode="511702|3113435" HotelName="Sun Inns Hotel Sentral Brickfields" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Jalan Tun Sambanthan 3, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/8f/128f4f96e85f7c9beb14eb02e77a65f310304e18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.47" OriginalAmount="17.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15114" Longitude="101.69606" StarRating="3" HotelCode="|231575" HotelName="Lotus Family , Masjid India" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 45, Jalan Melayu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/5/7/5/231575_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.47" OriginalAmount="17.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148818" Longitude="101.6988" StarRating="3" HotelCode="260589|929905" HotelName="Arenaa Star Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Jalan Hang Lekiu, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/90/26901bad48d1a8e741b2855e3c5d102d8a03dfaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.52" OriginalAmount="17.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.086096" Longitude="101.672226" StarRating="3" HotelCode="|397453" HotelName="Sunjoy9 At Mid Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1, Jalan 2/137B Resource Industrial Centre, Batu 5, Jalan Klang Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/5/3/397453_5bd4a740459.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.53" OriginalAmount="17.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.098903" Longitude="101.687055" StarRating="3" HotelCode="|402362" HotelName="Oyo 89652 Bjorn Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24, Jalan 4/109F, Taman Danau Desa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/3/6/2/402362_dea52b01214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.286324" Longitude="-72.407223" StarRating="2" HotelCode="0|530126-18216624/2569111088795020000/2397" HotelName="METRO KL SENTRAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1430 BOSTON POST RD/I-95, OLD SAYBROOK, 06475, CT, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7500000/7495600/7495588/fb47ff10_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Hotel. Total rooms and suites: 50. Floors: 3. Property description- *Conviently located off I-95&lt;br /&gt;*Beaches just 1 mile away&lt;br /&gt;*Complimentary Beach Passes Available&lt;br /&gt;*Mohegun Sun Casino, 25 miles&lt;br /&gt;*Foxwoods Casino, 40 miles &lt;br /&gt;*Clinton Crossing Premium Outlets and Tanger Outlets, 3 miles&lt;br /&gt;*Located only 2 hours from New York City and Boston&lt;br /&gt;*Free Wireless High Speed Internet Access&lt;br /&gt;*Complimentary Daybreak Breakfast&lt;br /&gt;*All rooms Include Refrigerators, Coffee Maker, Iron and Board, and Hairdryers&lt;br /&gt;*Microwaves available on request&lt;br /&gt;*Pet Friendly (contact hotel for pet policies)Property was built in 1987. Property was renovated in 2000. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|231517-25440422/2569111088795020000/4362" HotelName="ALOR BOUTIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9810000/9806600/9806540/280bbfd8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145626060475" Longitude="101.70706987381" StarRating="2" HotelCode="188020|yy38_hotel" HotelName="Yy38" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Parking,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Tengkat Thong Shin, off Jalan Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/c6/efc6db55e16c78c6b6555a52bc4b790d2f7d320a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;YY38 Hotel is strategically located in the heart of Kuala Lumpur's ultra fashionable Golden Triangle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1467023858838" Longitude="101.70803724123" StarRating="1" HotelCode="380855|green_hut_lodge" HotelName="Green Hut Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Tengkat Tong Shin, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/44/fb445b9951463195e428b0ff5aa9696df082a5ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Green Hut Lodge in Kuala Lumpur Bukit Bintang, you'll be minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1951038914684" Longitude="101.62898342179" StarRating="2" HotelCode="346073|sovotel_boutique_hotel" HotelName="Sovotel Boutique Hotel @  Bandar Menjalara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan 3/62A, Bandar Menjalara, Kepong, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/e0/5de06d85327a91edae8637fe5755f391113ec63d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0808618579561" Longitude="101.73291267019" StarRating="2" HotelCode="404660|lsn_hotel_" HotelName="LSN Hotel Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Jalan Menara Gading 1, Taman Connaught, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/66/e4661029e247a310bbf6199e9cf7c699b70d1ae6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.098969888915" Longitude="101.6870628013" StarRating="3" HotelCode="341627|bjorn_boutique_hotel_taman_danau_desa" HotelName="Bjorn Boutique Hotel Taman Danau Desa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24-2 Jalan 5/109F, Taman Danau Desa, 58100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/6e/366ec72e52317291ae4ffca02601f708c38bd565.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Bjorn Boutique Hotel Taman Danau Desa is a popular choice amongst travelers in Kuala Lumpur, whether...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12943376" Longitude="101.68429738" StarRating="2" HotelCode="426596|lotus_hotel_kl_sentral" HotelName="Lotus Hotel KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>250 Jalan Tun Sambanthan, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/37/2b371ed95ee92d76ba9d0e9d810e822c7a640b27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20579001" Longitude="101.71986038" StarRating="3" HotelCode="511737|fan_holiday_hotel" HotelName="Fan Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33A-0 Jalan Langkawi, Blok G, Platinum Walk, Danau Kota, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/59/d6592cd6c744f6cf55a9518184ca1ebdc45fc91f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14348678" Longitude="101.69579212" StarRating="2" HotelCode="488895|lavana_hotel_chinatown" HotelName="Lavana Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Bangunan Mariammanm, Jalan Hang Kasturi, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/f8/c6f89839be8dcee3f2906d8ca82d6c9c3436bb5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13220907" Longitude="101.68840387" StarRating="2" HotelCode="585824|m_m_hotel_kl_sentral" HotelName="M&amp;M Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Jalan Thambypillai, Brickfields Kl Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/5c/b15c4fa829ddccc4ca1a7406fa17cf88c4a42da3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13259922" Longitude="101.68963181" StarRating="2" HotelCode="765542|double_m_hotel_kl_sentral" HotelName="Double M Hotel @ Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/0d/510de98aa0728f0339e96a38c9c8550a23897714.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17683512" Longitude="101.68780081" StarRating="2" HotelCode="880428|zen_rooms_poorna_hotel" HotelName="Poorna Hotel by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 &amp; 335 Jalan Sultan Azlan Shah, 51200 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/dd/63dd11ea54b2c86b7890ae94c958cc39ea87a257.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Kuala Lumpur . It is known for "its boasting gleaming skyscrapers, colonial architecture,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.59" OriginalAmount="18.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14537" Longitude="101.69754" StarRating="3" HotelCode="|394216" HotelName="Pacific Express Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 32, Jalan Tun Tan Cheng Lock</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/1/6/394216_29a20601001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.59" OriginalAmount="18.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441" Longitude="101.69754" StarRating="2" HotelCode="|559029" HotelName="Petaling Street Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 55 &amp; 57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/0/2/9/559029_3f3b9141743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.61" OriginalAmount="18.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14943509" Longitude="101.69760801" StarRating="2" HotelCode="585111|3124005" HotelName="Ahyu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Leboh Ampang, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/28/9d28c03978ced3caee38b53910582ed091493158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.69" OriginalAmount="18.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1528509902405" Longitude="101.69779468588" StarRating="2" HotelCode="352823|1239358" HotelName="Hotel De'Grand Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>81-83 Medan Bunus, Off Jalan Masjid India, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/3a/323af5f6a045e4401335c0e9146337f22c890af8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.72" OriginalAmount="18.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1494649" Longitude="101.6954874" StarRating="2" HotelCode="|398116" HotelName="Ahyu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 leboh ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/1/1/6/398116_2ba1d040731.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.74" OriginalAmount="18.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14553733" Longitude="101.69729325" StarRating="3" HotelCode="778703|2292805" HotelName="Pacific Express Hotel Chinatown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Tun Tan Cheng Lock, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/54/2554fd01aeb242ea6aa48e3a005211e3a9aff215.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.79" OriginalAmount="18.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.149359" Longitude="101.696873" StarRating="2" HotelCode="|398115" HotelName="Big M" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Jalan Tun Perak, 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/1/1/5/398115_c64407e0750.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.79" OriginalAmount="18.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.179485" Longitude="101.700872" StarRating="2" HotelCode="|558293" HotelName="Riccarton Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>G-1, Wisma Q Titiwangsa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/2/9/3/558293_3f40dc71639.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.94" OriginalAmount="18.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.080846" Longitude="101.73284" StarRating="0" HotelCode="|196141" HotelName="Lsn Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, Jalan Menara Gading 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/1/4/1/196141_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.94" OriginalAmount="18.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19516" Longitude="101.62898" StarRating="0" HotelCode="|230125" HotelName="Sovotel Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 11, Jalan 3/62A Bandar Menjalara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/1/2/5/230125_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.97" OriginalAmount="18.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15073899" Longitude="101.6961992" StarRating="2" HotelCode="321118|2344715" HotelName="Lotus Family Hotel Masjid India" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Jalan Melayu, City Centre, 50100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/3d/403d340ea94a7da10d768f6f7ae8fa7e4d5f822e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.00" OriginalAmount="18.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13181018" Longitude="101.68762811" StarRating="2" HotelCode="321166|2199435" HotelName="Signature Hotel KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Jalan Thambipillai, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d4/84d4db080b5aadd6861eeda7633d8d8d92475b4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.04" OriginalAmount="18.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1161430734441" Longitude="101.66931996872" StarRating="2" HotelCode="393977|2199385" HotelName="Signature Hotel at Bangsar South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>B-10 Off Jalan Pantai Baru, Pantai Business Park, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/11/b71171164eaf734de9322f0fae184493a0cbc97d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.04" OriginalAmount="18.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14637385" Longitude="101.70119875" StarRating="3" HotelCode="545998|2536515" HotelName="Signature International Hotel @ Pudu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Pudu Lama, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8c/878cdfece2651667a689a0884e5c7b59e7bd5dcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The numerous facilities and services at the hotel ensure guests a comfortable and relaxing stay. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.07" OriginalAmount="18.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20899917" Longitude="101.6581057" StarRating="2" HotelCode="599803|3120075" HotelName="Hotel 99 - Kepong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3, 5 &amp; 7 Jalan 2/32, Jalan Kepong, 6th Miles, 52000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/a9/cfa9f5cee46353472988e52ef79301e1ee722b8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.27" OriginalAmount="18.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09964" Longitude="101.7123" StarRating="2" HotelCode="|239688" HotelName="Maple Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29, JALAN DWITASIK 1, DATARAN DWITASIK, BANDAR SRI PERMAISURI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/8/8/239688_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.27" OriginalAmount="18.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20634" Longitude="101.72126" StarRating="0" HotelCode="|596117" HotelName="Festival Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan 9/23e Taman Danau Kota Off Jalan Genting Kelang Setapak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/6/1/1/7/596117_d09eed32128.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13191921" Longitude="101.68810546" StarRating="2" HotelCode="485128|151824" HotelName="PODs The Backpackers Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 Jalan Thambipillay, G-6, Brickfields, 50470 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/656842/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|193228-18175066/2569111088795020000/3019" HotelName="YY38 HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4970000/4961700/4961684/7f51c76b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|192941-25387266/2569111088795020000/4407" HotelName="CHINATOWN 2" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4970000/4961400/4961370/cc36e032_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|210300-25414880/2569111088795020000/5319" HotelName="CROSS ROADS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7070000/7060400/7060388/5242de26_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|193125-25387578/2569111088795020000/5938" HotelName="NEW WAVE SUNGAI BULOH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19740000/19734000/19733939/6aa8eb2a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15463555" Longitude="101.70143149" StarRating="3" HotelCode="553184|flora_by_crossroads_hotel" HotelName="Flora By Crossroads Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>66 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/7b/e77b959bb2b9cd4a51fccab5d9e077ecacbef1a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="975086|hotel_sunjoy9_mid_valley_2" HotelName="Hotel Sunjoy 9 At OKR KL by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 2/137B, Jalan Kelang Lama, Resource Industrial Park, Batu 5, Bedford Business Park, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/16/c9164da45c8e2039e33a47337068bdba395ecb37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.58" OriginalAmount="19.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1281762" Longitude="101.6853978" StarRating="3" HotelCode="|89487" HotelName="Sentral Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 30, JALAN THAMBYPILLAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/8/7/89487_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.64" OriginalAmount="19.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.18989" Longitude="101.671842" StarRating="2" HotelCode="|159081" HotelName="Oyo 89655 Sri Duta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 and 23, BLOCK A, MEDAN NIAGA SERI KUCHING</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/9/0/8/1/159081_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.67" OriginalAmount="19.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14641" Longitude="101.69591" StarRating="2" HotelCode="|234997" HotelName="Lavana Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bangunan Mariammanm No. 2 Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/9/9/7/234997_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.68" OriginalAmount="19.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13235" Longitude="101.68708" StarRating="0" HotelCode="|188714" HotelName="Westree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 142, Jalan Tun Sambanthan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/4/188714_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155403" Longitude="101.696297" StarRating="2" HotelCode="|196006" HotelName="Canary" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 189-191, Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/0/6/196006_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14642" Longitude="101.70131" StarRating="3" HotelCode="|238275" HotelName="Signature International At Pudu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19, Jalan Pudu Lama,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/2/7/5/238275_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.089734" Longitude="101.68883" StarRating="2" HotelCode="|398374" HotelName="OYO 251 Intime Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26, Jalan Kuchai Maju 11, Kuchai Entreprenuer Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/7/4/398374_7c01cf50716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1375577115635" Longitude="101.71338357609" StarRating="3" HotelCode="934242|1478088" HotelName="Hotel Pudu Plaza Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan 1/77 C, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/46/53461d9db38b60fb44e14ad8951400dacbe8769a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.85" OriginalAmount="19.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139081768968" Longitude="101.71034569444" StarRating="4" HotelCode="936610|2045225" HotelName="Greystone Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 - 38 Jalan Baba, Off Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/dd/54dd3bcacc17402d07e537f6ea19a90d40a9abb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.89" OriginalAmount="19.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13256" Longitude="101.68968" StarRating="2" HotelCode="|524768" HotelName="Double M @ KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25, Jalan Tun Sambanthan 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/6/8/524768_96d83491158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.90" OriginalAmount="19.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13199" Longitude="101.688224" StarRating="3" HotelCode="902465|111922" HotelName="Hotel Sentral Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/b2/38b2b23062b6d554a1c09c01892208e0d163b146.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within Kuala Lumpur Railway Station and is conveniently close to the Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.92" OriginalAmount="19.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14586" Longitude="101.69694" StarRating="2" HotelCode="|402705" HotelName="Space" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.5-3 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/7/0/5/402705_851376c0737.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.03" OriginalAmount="19.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14681" Longitude="101.695802" StarRating="3" HotelCode="|158223" HotelName="Pacific Express  Central Market" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/8/2/2/3/158223_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities and comfortable rooms. SITUATION: This establishment, Jalan Pasar Leboh and Jalan Cuelgue Kasturi it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.07" OriginalAmount="19.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11685" Longitude="101.66924" StarRating="0" HotelCode="|196194" HotelName="Signature At Bangsar South" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO.10, Pantai Business Park, Off Jalan Pantai Baru,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/1/9/4/196194_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.14" OriginalAmount="19.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1827208419891" Longitude="101.68047367295" StarRating="3" HotelCode="343589|1967525" HotelName="Cairnhill Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>478 Jalan Ipoh, Batu 3 1/2, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/bc/c4bc25883d7ff111f4d22efe4da7c21a75072a06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.19" OriginalAmount="19.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.208703" Longitude="101.6583" StarRating="0" HotelCode="|441045" HotelName="99 Kepong KL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 3, JALAN 2/32 6TH Miles, Jalan Kepong, 52000 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/4/5/441045_881c24e1024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.30" OriginalAmount="19.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148518" Longitude="101.708573" StarRating="2" HotelCode="|456233" HotelName="Oyo 90909 I.villa Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-1, No 27-1, Jalan Mesui,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/2/3/3/456233_6d2d2501145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.57" OriginalAmount="19.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.975774" Longitude="101.789121" StarRating="2" HotelCode="|397163" HotelName="Smart  Reko Sentral Kajang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN REKO SENTRAL 6, REKO SENTRAL, KAJANG, 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/1/6/3/397163_8062bed0944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14049584" Longitude="101.71151309" StarRating="3" HotelCode="321257|63117" HotelName="Beltif Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>77 Jalan Changkat Thambi Dollah, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/ff/29ff4823f2e7c4935e1c04b612478d914e934d8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|258651-18153101/2569111088795020000/1587" HotelName="ARENAA STAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6030000/6020800/6020716/de086881_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|251539-18249128/2569111088795020000/3199" HotelName="KEPONG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/51000000/50730000/50723400/50723398/7db6fb89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|544670-27401247/2569111088795020000/3233" HotelName="ADYA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16330000/16326300/16326294/3bc3dc76_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1159756-26462668/2569111088795020000/5383" HotelName="HOTEL DLIMA INN BUKIT BINTANG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42600000/42596700/42596640/c7ddf66e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1083365-26339887/2569111088795020000/5487" HotelName="HOTEL VENICE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42100000/42094500/42094478/f2f38744_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|210846-25415376/2569111088795020000/5528" HotelName="LANGIT- LANGI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30400000/30394500/30394418/c639b934_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1287655" Longitude="101.7300375" StarRating="2" HotelCode="199899|d_garden_boutique_hotel_kuala_lumpur_2" HotelName="D'Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 43 &amp; 45 Jalan Jejaka 5, Taman Maluri Cheras, Kuala Lumpur 55100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/a7/29a79a27f83efc4f28141b39c39fa21be7433a99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139249" Longitude="101.710012" StarRating="2" HotelCode="188003|orkid" HotelName="Orkid Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>300 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/de/8edeb69ebb7094797c12b0709ab27794a54b3997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Kuala Lumpur. The Hotel has a coffee shop. All 65...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1662253" Longitude="101.69788943" StarRating="3" HotelCode="321173|smile_hotel_chow_kit_pwtc" HotelName="Smile Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Chow Kit, off Jalan Tuanku Abdul Rahman, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/19/471964b3d951f1ed9b29484c33afc0d9f1642cff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuala Lumpur. For guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146750448433" Longitude="101.69584572884" StarRating="4" HotelCode="304400|pacific_express_hotel" HotelName="Pacific Express Hotel Central Market" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/99/32996dee8f15a2dc778977f2b43382e169493c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1475129058072" Longitude="101.69599160184" StarRating="2" HotelCode="380860|hotel_aone" HotelName="Hotel A-One" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Medan Pasar, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/da/0edab0d21212c10391240d8475caf699f62c5dc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1320092813608" Longitude="101.68698042264" StarRating="2" HotelCode="345349|hotel_westree" HotelName="Hotel Westree" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>142 Jalan Tun Sambanthan, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/31/d1317efd450c7e1228a284e2b38687e61cfead83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.189763214504" Longitude="101.67052467487" StarRating="2" HotelCode="537629|sri_duta" HotelName="Sri Duta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Block A Medan Niaga Seri Kuching, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/bc/d0bcba72e279e0ba2facbca35e60b852769073c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers to Kuala Lumpur can expect a warm welcome and quality service at this comfortable, modern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14576472" Longitude="101.69698871" StarRating="2" HotelCode="619269|space_hotel_china_town_kuala_lumpur" HotelName="Space Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5-3 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/79/af79b60574585bf8d47839b9f287073339608d9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.93" OriginalAmount="20.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17689494" Longitude="101.73829102" StarRating="3" HotelCode="489398|3118265" HotelName="KL Guest Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan AU 1A/4C, Taman Keramat Permai, 54200 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/be/06be2fab8b2fed17d2bd4ad52fd51c0bb82a529e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.96" OriginalAmount="20.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1769" Longitude="101.73831" StarRating="3" HotelCode="|234788" HotelName="Kl Guest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan AU 1A/4C Taman Keramat Permai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/7/8/8/234788_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.98" OriginalAmount="20.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12877" Longitude="101.7299" StarRating="2" HotelCode="|188512" HotelName="D'garden Boutique Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 41, 43, 45 Jalan Jejaka 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/1/2/188512_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.00" OriginalAmount="20.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154114" Longitude="101.6981695" StarRating="3" HotelCode="|43697" HotelName="Silka Maytower Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 JALAN MUNSHI ABDULAH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/6/9/7/43697_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban aparthotel, has 179 standard rooms and suites. It has a lobby with express check-out, a reception, a lift, a cafÃ©, a restaurant and a conference room. The establishment offers guests room service, a laundry service and a car park. SITUATION: This hotel is in the commercial and business area. In the surrounding area, you can find restaurants, clubs, cinemas, shopping centres and the market. 5 minutes away from the establishment guests have Kuala Lumpur city centre. It is 10 minutes away from railway station. 45 minutes away, you can find Kuala Lumpur Airport. ROOM: Customers have contemporary style rooms. They have a bathroom with a bath or shower, a bathrobe, toiletry set and a hairdryer. They also have a direct line telephone, a television, internet, a mini-bar, a coffee maker, an ironing set, individual air-conditioning and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.02" OriginalAmount="20.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.05735" Longitude="101.59509" StarRating="2" HotelCode="|178437" HotelName="New Town Usj Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 17, Jalan Usj Sentral 3, Usj Sentral</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/3/7/178437_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.15" OriginalAmount="20.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154545" Longitude="101.701475" StarRating="3" HotelCode="|391741" HotelName="Flora by Crossroads" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 66 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/4/1/391741_a3e7fec1031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.22" OriginalAmount="20.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12041" Longitude="101.72863" StarRating="3" HotelCode="|232157" HotelName="Mezzo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>532, Batu 3 1/4, Jalan Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/1/5/7/232157_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.23" OriginalAmount="20.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.132497" Longitude="101.688245" StarRating="2" HotelCode="|441262" HotelName="Cozy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.27, Jalan Thambipillay Off Jalan Tun Sambathan, Brickfields, Kuala Lumpur 50470 Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/2/6/2/441262_a9953c81729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.26" OriginalAmount="20.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13321" Longitude="101.68931" StarRating="3" HotelCode="|188480" HotelName="Ymca Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95, Jalan Padang Belia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/8/0/188480_1_1289.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.33" OriginalAmount="20.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1637856093955" Longitude="101.69608289815" StarRating="3" HotelCode="304358|998455" HotelName="Hotel Club Dolphin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Tiong Nam, Off Jalan Raja Laut, Wilayah Perseketuan, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/ce/a3ce921ed06c849bc37724b117299836747e3cc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.33" OriginalAmount="20.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.078867" Longitude="101.744206" StarRating="3" HotelCode="304007|1030608" HotelName="Silka Cheras Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KM10 Jalan Cheras, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b2/88b24a12c6c783e7c5a40e74cd75d8af6192860e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.35" OriginalAmount="20.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11608" Longitude="101.68786" StarRating="3" HotelCode="|404425" HotelName="Aces Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Level 5, Complex Kotaraya, 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/2/5/404425_e627c330330.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.49" OriginalAmount="20.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08947" Longitude="101.74332" StarRating="1" HotelCode="|606836" HotelName="Smile Cheras Taman Segar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 - 34 Jalan Manis 3 Taman Bukit Segar, 56100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/8/3/6/606836_60988df0024.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.56" OriginalAmount="20.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.18284" Longitude="101.68085" StarRating="0" HotelCode="|229357" HotelName="Cairnhill Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>478, 3 1/2 Miles, Jalan Ipoh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/3/5/7/229357_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.62" OriginalAmount="20.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133291" Longitude="101.68819315" StarRating="2" HotelCode="595629|2537735" HotelName="City Central Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>80 &amp; 82 Jalan Tun Sambanthan, Brickfields, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/02/9602cb37e754e14a7dfd180c0fd9dd747d7c8a19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.132698" Longitude="101.689976" StarRating="3" HotelCode="187995|171642" HotelName="Summer View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Jalan Sultan Abdul Samad, Off Jalan Tun Sambathan 4, Brickfields, Kuala Lumpur 50470</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/56/4f568ef6492e7d306efffc68be61faabe2f73dd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|211746-25416084/2569111088795020000/4161" HotelName="VALENZA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10060000/10058800/10058793/68ee1664_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.499063" Longitude="13.344757" StarRating="2" HotelCode="0|193209-25387112/2569111088795020000/5351" HotelName="SWISS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>FUGGERSTR. 20, 10777 BERLIN, GERMANY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4790000/4789900/4789853/f0d4b689_b.jpg</HotelPictures>
        <HotelDescription>Location: The hotel is situated directly in the centre of city-west, between KaDeWe, Ku???damm and Potsdamer Platz, nearby the historical centre.  Room facilities: All rooms have shower/bath, WC, hair dryer, telephone and TV; modem/data port connection an&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1083064-26339361/2569111088795020000/5776" HotelName="RICCARTON CAPSULE HOTEL HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18720000/18711800/18711747/1129feb3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1203826190025" Longitude="101.72870687242" StarRating="3" HotelCode="345963|hotel_mezzo" HotelName="Hotel Mezzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>532 Jalan Cheras, Batu 3 ¼, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/68/de68e8fc456922c3d1e805db697fd1ff69b7b7b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09028289" Longitude="101.7429004" StarRating="3" HotelCode="554726|orange_premier_hotel_taman_segar" HotelName="Orange Premier Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Jalan Manis 3, Taman Segar, Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/da/52dad30b0a2c43884213849b374b04587cb8973e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Orange Premier Hotel Taman Segar is perfectly located for both business and leisure guests in Kuala ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20524968" Longitude="101.73584112" StarRating="2" HotelCode="511434|orange_premier_hotel_wangsa_maju" HotelName="Orange Premier Hotel Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Metro Wangsa, Seksyen 2, Wangsa Maju, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/e2/3ce20bf2cb435c2d14e05f65e8f43e0a51f992ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at OYO 279 Orange Premier Hotel in Kuala Lumpur, you'll be convenient ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1318357" Longitude="101.68745377" StarRating="2" HotelCode="599837|cozy_hotel_kl_sentral" HotelName="Cozy Hotel @ KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Jalan Thambipillay off, Jalan Tun Sambanthan, Brickfields KL Sentral Monorail Station, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/93/c79367beb02e5c8d5cc3258382f3796528a76140.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.9236564" Longitude="101.760436" StarRating="2" HotelCode="783253|bangi_sri_minang_guesthouse_2" HotelName="Bangi Sri Minang Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Internet,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jernang Jaya 1, Lot PT 62966, Seksyen 14, Kg Teras Jernang, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/fd/28fd4d8c6249824f98b9a4d13802f3344ac43158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Putrajaya, Bangi Sri Minang Guesthouse promises a rel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.65" OriginalAmount="21.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.89986" Longitude="101.792064" StarRating="2" HotelCode="|441174" HotelName="Avenue Bangi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32A, Jalan Bangi Avenue 1/8, Taman Bangi Avenue, Kajang, Selangor, 43000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/1/7/4/441174_a42fbf61724.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.78" OriginalAmount="21.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08529" Longitude="101.69117" StarRating="3" HotelCode="|196036" HotelName="1 Kuchai Lama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. J-0-1, Jalan 1/127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/3/6/196036_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.93" OriginalAmount="21.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.131851" Longitude="101.68721" StarRating="3" HotelCode="|396547" HotelName="Euro Life Hotel KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65, Jalan Thambipillay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/4/7/396547_bb5dfcf1323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.11" OriginalAmount="21.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1590568738326" Longitude="101.69728964974" StarRating="3" HotelCode="153189|2383575" HotelName="Prescott Hotel Kuala Lumpur - Medan Tuanku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Lorong Medan Tuanku, Satu Off Jalan Sultan Ismail, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/c0/dcc0ae763db9806ad4e2078c6083056a90fd8a56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.17" OriginalAmount="21.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0852365" Longitude="101.69124377" StarRating="2" HotelCode="407969|2262415" HotelName="1 Hotel Kuchai Lama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>J-0-1 Jalan 1/127, Kuchai Business Park, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ce/b1cecd65f5cf99381d1a4dadf07026a4a3d29aaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.36" OriginalAmount="21.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.176186" Longitude="101.684621" StarRating="2" HotelCode="|481590" HotelName="Midtown Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Kasipillay, Jalan Ipoh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/5/9/0/481590_c126ac61833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.46" OriginalAmount="21.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145747" Longitude="101.70708854233" StarRating="2" HotelCode="316706|1224408" HotelName="D'or Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No.18 Tengkat Tong Shin, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/2b/362bd975435fdf21092ab22504c7f819ac63f47e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.54" OriginalAmount="21.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1476" Longitude="101.69602" StarRating="0" HotelCode="|188598" HotelName="A-one" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Medan Pasar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/9/8/188598_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.55" OriginalAmount="21.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20577" Longitude="101.71986" StarRating="3" HotelCode="|233538" HotelName="Fan Holiday" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 33A-0, Blok G, Platinum Walk, Jalan Langkawi, Danau Kota</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/5/3/8/233538_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.55" OriginalAmount="21.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14914" Longitude="101.70785" StarRating="3" HotelCode="|189099" HotelName="The Mesui" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Mesui, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/9/9/189099_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.55" OriginalAmount="21.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1541667022631" Longitude="101.69770091772" StarRating="3" HotelCode="142208|120644" HotelName="StarPoints Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>149 Jalan Masjid India, Wilayah Persekutuan, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/c8/37c82a9ab9b9d58f3910fc591d0af7f03cfd7709.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the part of Kuala Lumpur known as Little India, along Jalan Masjid India above the popula...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.58" OriginalAmount="21.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161532" Longitude="101.698594" StarRating="3" HotelCode="|440889" HotelName="Hotel Living At Dsulaiman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tuanku Abdul Rahman, Kuala Lumpur, 50300, Wilayah Persekutuan Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/8/9/440889_9a6c0061226.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.60" OriginalAmount="21.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16175" Longitude="101.69764" StarRating="4" HotelCode="|234444" HotelName="Wp" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>362, Jalan Tunku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/4/4/4/234444_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|182592-18141491/2569111088795020000/2174" HotelName="ONE-STOP RESIDENCE HOTEL &amp;amp; OFFICE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4830000/4822300/4822239/bdab1b15_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-26.39297" Longitude="153.08971" StarRating="2" HotelCode="0|531938-25689764/2569111088795020000/5240" HotelName="DOUBLE M AT KL SENTRAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>16 NOOSA DR, NOOSA ,SUNSHINE COAST 4567</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23780000/23776100/23776081/da5ec06c_b.jpg</HotelPictures>
        <HotelDescription>Stop at Noosa Blue Resort to discover the wonders of Sunshine Coast. The hotel has everything you need for a comfortable stay. Tours, elevator, car park, Wi-Fi in public areas are just some of the facilities on offer. Each guestroom is elegantly furnished and equipped with handy amenities. The hotel`s peaceful atmosphere extends to its recreational facilities which include outdoor pool, pool (kids), jacuzzi, steamroom, sauna. Convenience and comfort makes Noosa Blue Resort the perfect choice for your stay in Sunshine Coast. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16680614" Longitude="101.69563349" StarRating="3" HotelCode="529929|tune_hotels_jalan_putra" HotelName="Tune Hotel Kuala Lumpur PWTC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>61 Jalan Putra, 50350 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247aef5ee4b190a614c44e67a5d1c4678bdd68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13190738" Longitude="101.68759166" StarRating="3" HotelCode="586168|euro_life_hotel_kl_sentral" HotelName="Euro Life Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>65 Jalan Thambipillay, Brickfield, Kl Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/04/9204fac414ef33639b6a145555ea883444d29616.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1464719" Longitude="101.70057834" StarRating="3" HotelCode="630424|city_comfort_hotel_chinatown" HotelName="City Comfort Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3-1 Jalan Pudu Lama, Seksyen 19, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0f/690ffabe74c32737dfc1cab1a5f7dff219708343.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.73" OriginalAmount="22.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17682" Longitude="101.73716" StarRating="3" HotelCode="|232298" HotelName="Seeds Setiawangsa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 22, Jalan Jelatek 2 Jelatek Business Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/2/9/8/232298_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.80" OriginalAmount="22.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15324" Longitude="101.71031" StarRating="3" HotelCode="|196013" HotelName="Soho Suites KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.20, Jalan Perak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/1/3/196013_266fc961042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.92" OriginalAmount="22.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14637" Longitude="101.70112" StarRating="3" HotelCode="|240726" HotelName="Ramada Encore By Wyndham Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-1 Jalan Pudu Lama, Seksyen 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/7/2/6/240726_1_2241.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.22" OriginalAmount="22.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1489406" Longitude="101.7079717" StarRating="3" HotelCode="311334|1893035" HotelName="The Mesui Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Mesui, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/e3/b2e35bebf9c21af9a9185186b8828d990bced759.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.24" OriginalAmount="22.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20564" Longitude="101.72084" StarRating="3" HotelCode="|232305" HotelName="Smile Danau Kota" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.48, Jalan 8/23E, Danau Kota Setapak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/0/5/232305_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.28" OriginalAmount="22.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15604" Longitude="101.752" StarRating="1" HotelCode="|441060" HotelName="Seeds Hotel Ampang Point" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B2A-1, Jalan Ampang Utama 1/2, Ampang Utama 68000 Ampang. , 68000 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/6/0/441060_201c1e91128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.39" OriginalAmount="22.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16298" Longitude="101.737165" StarRating="2" HotelCode="|455679" HotelName="Neu Suites 3rdnvenue By Perfect Host" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Nipah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/6/7/9/455679_9a099a21702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.57" OriginalAmount="22.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1505016069502" Longitude="101.67000134589" StarRating="3" HotelCode="225283|130054" HotelName="Peninsula Residence All Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Semantan, Bukit Damansara, 50490 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/35/a935d6461e981cce9e1e1f421aec46d2a72ebe34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.59" OriginalAmount="22.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13637" Longitude="101.69081" StarRating="3" HotelCode="|188952" HotelName="Palette KL Sentral Station  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 10, Jalan Tun Sambanthan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/5/2/188952_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448734950791" Longitude="101.70659780502" StarRating="3" HotelCode="75141|225903" HotelName="Corona Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Tong Shin, Off Jalan Bukit Bintang, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/ac/61ac218c08cde2c497e1c0046cd8e026ab3dc33f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is tucked into the middle of the golden triangle, where guests are just a stroll – o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|210129-18218194/2569111088795020000/2277" HotelName="BELTIF" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7950000/7943800/7943744/70966b1f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|251526-18150324/2569111088795020000/3168" HotelName="MAISON BOUTIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57870000/57866200/57866196/7d0e7ff9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1177597-26493180/2569111088795020000/4683" HotelName="ACES HOTEL KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/50000000/49020000/49010300/49010249/12099e83_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|352433-25542698/2569111088795020000/5984" HotelName="DE UPTOWN HOTEL DAMANSARA UTAMA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8710000/8702000/8701902/3635ba4f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1329723-26638605/2569111088795020000/6007" HotelName="EAST RIVERINE BOUTIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76830000/76821800/76821795/d123c0fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.100514" Longitude="101.739567" StarRating="3" HotelCode="187986|caliber_kuala_lumpur" HotelName="Caliber" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46-56 Jalan 5/101C, Off Jalan Kaskas, Cheras Commercial Centre, Taman Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/6f/6b6f5492fbf97910b9a56dbd463249204d3a0798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1363461949854" Longitude="101.69089499915" StarRating="3" HotelCode="321153|prescott_hotel_kuala_lumpur__sentral" HotelName="Prescott Hotel Kuala Lumpur Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Tun Sambanthan, 50470 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/7d/457d25f9a801fc52d62efab2a6c93e99ee629eb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1388609869262" Longitude="101.69734686613" StarRating="3" HotelCode="68099|midah_hotel" HotelName="Midah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kampung Attap, 50460 Kula Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/20/8a20be67e88ac7f06cb1a5d812abf7f616487679.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superior business city hotel is located within the commercial and business hub of Kuala Lumpur....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12862879" Longitude="101.72037707" StarRating="2" HotelCode="352512|smile_hotel_warisan_cityview" HotelName="Smile Hotel Cheras Cityview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Warisan Cityview, Block H, Jalan 4/93A, Batu 2 1/2, Jalan Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/09/0b091a089f333aa30576c040b28fd15b4821df05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17686776" Longitude="101.73725963" StarRating="3" HotelCode="360098|seeds_hotel_setia_wangsa" HotelName="Seeds Hotel Setiawangsa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Jelatek 2, Jelatek Business Park, 54200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/07/a007da606680c9e946a3c7481f8642380d81470f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="974525|m_design_hotel_taman_pertama" HotelName="M Design Hotel @ Taman Pertama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Jalan 2/90, Taman Pertama, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/db/49dbfc99e7095753a08b0cfa53e89fbafa625ef4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.72" OriginalAmount="23.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14277" Longitude="101.70788" StarRating="0" HotelCode="|462415" HotelName="Asia Like Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 202 Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/4/1/5/462415_d1377231357.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.80" OriginalAmount="23.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146001" Longitude="101.701469" StarRating="3" HotelCode="317343|1516708" HotelName="Hotel Transit Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/73/a67341581f80e6ad0547cb8704a9bb0ef88ec392.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.99" OriginalAmount="23.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13991161" Longitude="101.71369828" StarRating="2" HotelCode="529918|2264545" HotelName="The Hulo Hotel &amp; Gallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/3f/533fd30984eba1b09be982a4d32cf75000981b34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at The Hulo Hotel &amp; Gallery places you in the heart of Kuala Lumpur, minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.13" OriginalAmount="23.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1211972665446" Longitude="101.7293925502" StarRating="2" HotelCode="915308|2269865" HotelName="V Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Jalan Pudu Ulu, Off Jalan Cheras, 56100  Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/a3/fba329a8fbe07792314c9df87b68dcc8d96f6e81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.15" OriginalAmount="23.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12874" Longitude="101.72032" StarRating="3" HotelCode="|232329" HotelName="Smile Cheras Pudu Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36, Warisan Cityview, Jalan 4/93 A Batu 2 1/2, Jalan Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/2/9/232329_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.15" OriginalAmount="23.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13682" Longitude="101.71143" StarRating="3" HotelCode="|392577" HotelName="D'majestic Place By Widebed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13A-8 D Majestic, 376 Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/5/7/7/392577_68b528a1048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.28" OriginalAmount="23.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162847" Longitude="101.751058" StarRating="3" HotelCode="98792|83338" HotelName="Flamingo by The Lake" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Tasik Ampang, Jalan Hulu Kelang, 68000 Ampang, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/35/06359b30ff0ea75b7383fc9e7d53850c3ba56a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located in a serene environment, beside a tranquil lake in Ampang. Only minutes a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.36" OriginalAmount="23.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1447677" Longitude="101.7064863" StarRating="3" HotelCode="|59504" HotelName="Kingston Hotel 6 @ Changkat Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Tong Shin Off Jalan Bukit Bintang Kuala Lumpur.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/0/4/59504_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: the Golden Triangle Is situated in Chinatown near the establishment, guests will find Clients can also find the business area, the shopping centres and leisure areas. ROOM: Each room has a bathroom, a mini-bar, a kettle, a coffee maker and a direct line telephone. You are offered superior family rooms. RESTAURANT: Regarding gastronomy, the establishment offersCorona Cafe the restaurant, with Occidental and local cuisine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.47" OriginalAmount="23.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.118202" Longitude="101.649082" StarRating="3" HotelCode="|440867" HotelName="Urban Living Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ilmu, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 59100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/6/7/440867_5bd34ba1711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.63" OriginalAmount="23.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13518" Longitude="101.69124" StarRating="2" HotelCode="|398968" HotelName="Sun Inns  Sentral Brickfields" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 28, Jalan Tun Sambanthan 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/9/6/8/398968_535185e0923.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.66" OriginalAmount="23.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167252" Longitude="101.700385" StarRating="2" HotelCode="187981|2265965" HotelName="Adamson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>79 Lorong Haji Hussein 2, Off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/81/9f8190c28685dfaae357d2b3a28243a0dff6a641.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14769602" Longitude="101.69780013" StarRating="3" HotelCode="960867|151539" HotelName="Arenaa Mountbatten by NIDA Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Tun Perak, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|146649-18133598/2569111088795020000/2482" HotelName="SENTRAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2880000/2870100/2870095/660a0a7d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|528908-21174998/2569111088795020000/3172" HotelName="COZY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19480000/19476200/19476172/e93f2166_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1620851464505" Longitude="101.69759071095" StarRating="4" HotelCode="322904|wp_hotel" HotelName="WP Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No. 362 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/65/7a6515475092eb4ff78e27d154dcff9706cd8959.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16749719" Longitude="101.70051703" StarRating="3" HotelCode="945549|adamson_park_hotel" HotelName="Adamson Park Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>40 Lorong Haji Hussein 2, Off Jalan Raja Muda Abdul Aziz, Chow Kit, Kuala Lumpur 50300</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/5d/955debd239cd100b19e1c5f4bc83859c2c5c1660.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.09" OriginalAmount="24.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0689" Longitude="101.65533" StarRating="3" HotelCode="|235899" HotelName="Summit Signature Oug Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 60, Jalan Puchong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/9/9/235899_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.13" OriginalAmount="24.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148247" Longitude="101.696646" StarRating="4" HotelCode="|211076" HotelName="Cosmo Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Leboh Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/6/211076_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.21" OriginalAmount="24.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1426296769414" Longitude="101.70811644907" StarRating="3" HotelCode="936580|983545" HotelName="Metro Hotel Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Meeting Room,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No. 208 Jalan Pudu – Imbi, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/61/f761fa3987e7d984bc19efaf0bc3039e2e45fa9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located at the heart of the city, this charming property is within walking distance to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.25" OriginalAmount="24.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12869633" Longitude="101.71416083" StarRating="3" HotelCode="834499|2294335" HotelName="Days Hotel &amp; Suites by Wyndham Fraser Business Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Metro Pudu 2, Kompleks Metro Pudu, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/8d/bd8d0c2941696d3c50c114f732b1b3f40b236300.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.46" OriginalAmount="24.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162184" Longitude="101.737076" StarRating="4" HotelCode="|466901" HotelName="Neu Suites Residence By Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nipah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/9/0/1/466901_3fe4c9f1823.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.47" OriginalAmount="24.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1389" Longitude="101.69718" StarRating="3" HotelCode="|53959" HotelName="Howard Johnson By Wyndham Kuala Lumpur 118" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.8 Jalan Kampung Attap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/5/9/53959_7e4cc2b0802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.73" OriginalAmount="24.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.129118" Longitude="101.714001" StarRating="3" HotelCode="|396509" HotelName="Days Hotel and Suites Fraser Business Park KL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kompleks Metro Pudu 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/0/9/396509_e05ee270920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1547098078358" Longitude="101.70732429848" StarRating="2" HotelCode="690217|236627" HotelName="The Bed KLCC" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/34/d13450ce83bfe0bbd381e2e4e554d622f015e063.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|267690-18154544/2569111088795020000/3354" HotelName="PACIFIC EXPRESS HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8320000/8315600/8315546/50920808_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1455871-32432732/2569111088795020000/4810" HotelName="CENTRAL CITY HOTEL AT CHINATOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111840000/111836500/111836500/6d050e4f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|231657-25440564/2569111088795020000/5729" HotelName="O'BOUTIQUE SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12240000/12240000/12239986/0bc5e482_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160286" Longitude="101.696823" StarRating="3" HotelCode="163464|tune_hotel__downtown_kl" HotelName="Tune Hotel - Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>316 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/2e/822e3ece106575999db803729ef440322b7f20a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 5 minutes’ walk to Medan Tuanku monorail station for direct access to Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448647882493" Longitude="101.70851270644" StarRating="2" HotelCode="225284|bintang_garden_hotel" HotelName="Bintang Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 &amp; 24 Jalan Bukit Bintang, 55100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/e8/51e81427d5cda571122defde8a2c4b6b5f6e088b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.06873314" Longitude="101.65537381" StarRating="3" HotelCode="553727|summit_signature_hotel_oug_kuala_lumpur" HotelName="Summit Signature Hotel OUG Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>60 Jalan Puchong, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/02/8b02c7ae358dfa022f73817f68c9a1fae4ed25f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14805515" Longitude="101.69644302" StarRating="3" HotelCode="523482|cosmo_hotel_4" HotelName="Hotel Cosmo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Leboh Ampang, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/af/3bafac7a7a57d71b23f2988ba2cd6b24335fd9dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.05" OriginalAmount="25.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14823" Longitude="101.70824" StarRating="3" HotelCode="|392181" HotelName="Twenty 8b" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28, Jalan Berangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/1/8/1/392181_e8c2e1c1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.06" OriginalAmount="25.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.2033" Longitude="101.73638" StarRating="3" HotelCode="|232342" HotelName="Smile Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 36, Jalan Metrowangsa Sek 2, Wangsa Maju</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/4/2/232342_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.14" OriginalAmount="25.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1435067" Longitude="101.6984364" StarRating="3" HotelCode="|35411" HotelName="Swiss Inn Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62, JALAN SULTAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/1/1/35411_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has has 110 rooms a reception, a safety deposit box service, a restaurant, a bar and a cafÃ©. The establishment offers guests WiFi, air-conditioning and a car park. SITUATION: It is in a central area, Chinatown is situated in Petaling Street and Jalan Sultan It is situated between close to the establishment, clients can find the railway station, the bus station, in the surrounding area, clients have tourist areas, monuments and cultural areas. it is situated 30 minutes away from Sunway Lagoon the theme park. ROOM: The rooms have an individual air-conditioning system, a bathroom, a television and films. It also offers deluxe rooms with mini-bar, They have an electronic key, a direct line telephone, a kettle and a coffee maker. OBSERVATIONS: It is situated near a car park, (for a fee). PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers with local dishes, international cuisine and Chinese food.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.15" OriginalAmount="25.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16374" Longitude="101.70548" StarRating="3" HotelCode="|188491" HotelName="Bagasta Boutique Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, Jalan Raja Alang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/9/1/188491_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.15" OriginalAmount="25.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.210659" Longitude="101.651848" StarRating="3" HotelCode="|397082" HotelName="77 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Rimbunan Raya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/0/8/2/397082_8c804a01412.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.18" OriginalAmount="25.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.197661" Longitude="101.6074931" StarRating="3" HotelCode="|391757" HotelName="ibis Styles Kuala Lumpur Sri Damansara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 5 Jalan Cempaka SD 12/5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/5/7/391757_2e5e1561118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.19" OriginalAmount="25.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14583" Longitude="101.70142" StarRating="3" HotelCode="|188713" HotelName="Transit Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/3/188713_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.36" OriginalAmount="25.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12771" Longitude="101.73638" StarRating="1" HotelCode="|188745" HotelName="M Design At Shamelin Perkasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 and 93, Jalan 1/91</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/4/5/188745_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.58" OriginalAmount="25.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1408416621604" Longitude="101.70954080503" StarRating="2" HotelCode="320332|2044825" HotelName="Ceria Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>270 Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/5d/4b5d1fc607bb170f6369a02661cfba6877d9d981.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.64" OriginalAmount="25.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1270631950141" Longitude="101.73514808836" StarRating="2" HotelCode="346105|3120225" HotelName="M design Hotel @ Shamelin Perkasa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>91 &amp; 93 Jalan 1/91, Taman Shamelin Perkasa, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/10/0410833105e75c93645abd317dde4364a32c81d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.66" OriginalAmount="25.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1284067" Longitude="101.7137833" StarRating="3" HotelCode="|89475" HotelName="Ibis Styles Kuala Lumpur Fraser Business Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kompleks Metro Pudu (Metro Mall) 1 Jalan Metro Pudu 2 Fraser Business Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/5/89475_1_6308.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Kuala Lumpur it is in is situated in the city centre, Close to public transport services, the metro station and the bus station. Around the establishment, clients can find a golf course. HOTEL: The hotel was built in 2012, has 500 rooms, 304 single rooms, 196 double rooms and 2 rooms adapted for people with reduced mobility.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.77" OriginalAmount="25.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14617121" Longitude="101.70855188" StarRating="3" HotelCode="397435|2537255" HotelName="Melange Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Jalan Rembia, off Tengkat Tong Shin, Bukit Bintang, 50200 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/16/e016e6cb9f72ad00a435e1f59d780aa373d72cba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Kuala Lumpur. Its setting is especially ideal f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8271749" Longitude="-73.912062" StarRating="3" HotelCode="0|267656-18153463/2569111088795020000/3591" HotelName="SCOTT HOTEL KL SENTRAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>997 Brook Ave, Bronx, NY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6810000/6807600/6807583/c31b8ea0_b.jpg</HotelPictures>
        <HotelDescription>The Days Inn Bronx Near Stadium is a brand new hotel located off Interstate 95, which connects New England and New Jersey, and just a few miles from Manhattan. This lodging facility is just a few blocks from Yankee Stadium, and just three miles from the
 New York Botanical Gardens, the Bronx Zoo and Fordham University. Amenities include complimentary parking, complimentary Daybreak continental breakfast and complimentary wireless Internet access. Guest rooms feature HD flat panel TVs with HBO.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 11:00&lt;br /&gt;Pets Not Allowed &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|211088-32731196/2569111088795020000/6009" HotelName="PENINSULA RESIDENCE ALL SUITE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92210000/92201300/92201247/660db462_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143767" Longitude="101.698854" StarRating="3" HotelCode="187980|the_5_elements_hotel" HotelName="5 Elements" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot 243 Jalan Sultan, Chinatown, Kuala Lumpur 50000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/db/5edbe09f4247bdb4061de2682e915d8c89dbe381.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14774727" Longitude="101.71126049" StarRating="2" HotelCode="343716|33_star_hotel" HotelName="33 Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>56/58 Jalan Sultan Ismail, Off Jalan Bukit Bintang, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/77/ef77338582105853ca9ad7ef3f2a7df5b8894f32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.199682621486" Longitude="101.71793717302" StarRating="2" HotelCode="343555|hotel_manis" HotelName="Mixx Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Jalan 2/23A, Taman Danau Kota, Off Jalan Genting Klang, Setapak, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/88/9388a2c8613bb0ec1aab2a75048c38a08e98b537.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Manis is perfectly located for both business and leisure guests in Kuala Lumpur. Offering a va...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451666239488" Longitude="101.69778854848" StarRating="2" HotelCode="337816|dragon_inn_premium_hotel_kuala_lumpur" HotelName="Dragon Inn Premium Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14 Jalan Petaling, Off Jalan Tun Tan Cheng Lock, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/be/13be4b0439199c4b8aeb1a96abdd13cb4435fbed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20347395" Longitude="101.73631529" StarRating="2" HotelCode="422677|smile_wangsa_maju" HotelName="Smile Hotel Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Laundry,LCD/Projector,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>36 Jalan Metrowangsa, Seksyen 2 Wangsa Maju, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/e8/f8e8b9755655475d3c1d9540c08b79fe38ce7a93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Smile Hotel Wangsa Maju is a popular choice amongst travelers in Kuala Lumpur, whether exploring or ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21059128" Longitude="101.65177354" StarRating="0" HotelCode="685407|77_boutique_hotel_2" HotelName="77 Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Rimbunan Raya</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/e8/a1e8aaac363b49b234101b95480c5e101def5165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0600032" Longitude="101.71159117" StarRating="0" HotelCode="677544|hotel_trillium" HotelName="Hotel Trillium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>63-2 Jalan Tasik Utama 4, Medan Niaga Tasik Damai, Sungai Besi, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/da/09dadc2ebfc56c99655aa278be8ca47747478d3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Hotel Trillium offers comfort and convenience whether you're on business or holiday in Ku...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.83" OriginalAmount="26.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1455" Longitude="101.70955" StarRating="2" HotelCode="|234499" HotelName="Cardogan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64, Jalan Bukit Bintang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/4/9/9/234499_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.46" OriginalAmount="26.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1978579125109" Longitude="101.60612494828" StarRating="3" HotelCode="504455|3128535" HotelName="Hotel S Damansara" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Cempaka SD 12/5, Bandar Sri Damansara PJU 9, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/a8/02a82dd0a03d2bb6a8167d4114a1481e5a14af44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.51" OriginalAmount="26.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08433" Longitude="101.68978" StarRating="0" HotelCode="|188741" HotelName="Love Inn Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>J-05, Jalan 1/127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/4/1/188741_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.76" OriginalAmount="26.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16472" Longitude="101.69631" StarRating="3" HotelCode="|394205" HotelName="Koptown Edc  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Laut</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/0/5/394205_78af7220444.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13461489" Longitude="101.62980983" StarRating="3" HotelCode="585575|225891" HotelName="Manhattan Business Hotel  TTDI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot A-12-G Jalan Damansara, Block A, Glomac Damansara 699, 60000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/28/5d28eb5a07f5d773047c907ad0b5864087cd55bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|146674-18220679/2569111088795020000/2649" HotelName="STARPOINTS" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/4000000/3560000/3550600/3550511/e0fc9d70_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|531887-21317219/2569111088795020000/3224" HotelName="TUNE PWTC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15990000/15985000/15984960/w6838h4666x161y0-1011183d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|57007-18129164/2569111088795020000/3688" HotelName="REGALPARK HOTEL KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2860000/2856700/2856665/d14a4ac3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1083179-20810854/2569111088795020000/3768" HotelName="THE BED KLCC HOSTEL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19380000/19373800/19373781/4863226f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.134332" Longitude="101.717871" StarRating="3" HotelCode="188019|wenworth_hotel_" HotelName="Hotel WW Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yew, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/1f/b91ff83f4bf060485e2d79943d69f719dc5cadf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Kuala Lumpur. The property consists of 106 rooms. Those who di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1445601491847" Longitude="101.69788599014" StarRating="3" HotelCode="18110|swiss_inn_kuala_lumpur" HotelName="Swiss-Inn Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/2f/102f95b5751e6d2c80ffbc33e9484da922fac88c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a central location, this hotel is able to present its guests with the sights and splendour ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14812386" Longitude="101.70834126" StarRating="3" HotelCode="585545|hotel_twenty_8b" HotelName="Hotel Twenty 8B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Jalan Berangan, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/72/4772097b5b75bfbe7bafd6893a390e4f68716ec5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14552252" Longitude="101.70951866" StarRating="2" HotelCode="486406|cardogan_" HotelName="Cardogan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>64 Jalan Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/dd/18dd4879c107d058d829eee609566ee90cc5b551.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.96" OriginalAmount="27.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162785" Longitude="101.695266" StarRating="3" HotelCode="|189080" HotelName="Club Dolphin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 3, Jalan Tiong Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/8/0/189080_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.06" OriginalAmount="27.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13437" Longitude="101.62973" StarRating="3" HotelCode="|239242" HotelName="Manhattan Business Ttdi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot A-12-G, Block A, Glomac Damansara No.699, Jalan Damansara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/2/4/2/239242_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.19" OriginalAmount="27.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154874" Longitude="101.696592" StarRating="3" HotelCode="|397456" HotelName="M Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/5/6/397456_510c24d0421.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.24" OriginalAmount="27.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1483516854979" Longitude="101.70307158069" StarRating="4" HotelCode="376152|2536435" HotelName="Suasana Suites Bukit Ceylon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Persiaran Raja Chulan, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/98/cc98b40c99accba647eb2c17253ef98020052099.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.26" OriginalAmount="27.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08433058" Longitude="101.68988794" StarRating="2" HotelCode="304004|1204368" HotelName="Love Inn Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>J-05 Pusat Perdagangan Kuchai, Jalan 1/127, Off Jalan Kuchai Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/4a/624a93609d759358d3e8cf44057bc28b9cfabf29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel has the perfect ambience for guests who appreciate a st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.40" OriginalAmount="27.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08077" Longitude="101.73285" StarRating="0" HotelCode="|196091" HotelName="1  Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Menara Gading 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/9/1/196091_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.44" OriginalAmount="27.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158558" Longitude="101.704187" StarRating="4" HotelCode="|532962" HotelName="Quzoma Suites KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/9/6/2/532962_286a9021124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.60" OriginalAmount="27.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20307" Longitude="101.736" StarRating="0" HotelCode="|441025" HotelName="Hotel Seeds @ Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43A, Jalan Metro Wangsa, Section 2, Wangsa Maju, 53300 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/2/5/441025_1d028d70817.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.61" OriginalAmount="27.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1474999" Longitude="101.7113104" StarRating="2" HotelCode="932698|1567348" HotelName="Hotel Ambassador Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/46/154607ec22be3424366a12768f7c99ac2735cbb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.73" OriginalAmount="27.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13073098" Longitude="101.68521389" StarRating="3" HotelCode="362563|2536065" HotelName="Easy Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Jalan Tun Sambanthan (Jalan Brickfields), NU Sentral Mall, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/88/ed88baaf75917c31bb1b51b25c505bd9d73e3365.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|443804-18195320/2569111088795020000/2067" HotelName="COSMO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16590000/16580800/16580764/6259bea3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|258723-18153462/2569111088795020000/2285" HotelName="METRO BUKIT BINTANG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6910000/6907300/6907251/a8609d77_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|529247-25684987/2569111088795020000/5197" HotelName="EURO LIFE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19470000/19461000/19460960/017f6e2d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|650368-25828572/2569111088795020000/5343" HotelName="HOTEL SUNJOY9 @ MID VALLEY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35800000/35796000/35795948/c567b5d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|531731-25689670/2569111088795020000/5608" HotelName="SUN INNS SENTRAL BRICKFIELDS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15220000/15211800/15211728/88119dd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1646226094063" Longitude="101.69631563558" StarRating="3" HotelCode="153273|edc_hotel_kuala_lumpur" HotelName="EDC Hotel  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/25/c825959b8cac50c9270178fe693a7c607c161230.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Jalan Raja Laut, the centre of Kuala Lumpur's fast growing business and c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.085042847578" Longitude="101.692759992" StarRating="2" HotelCode="339375|hotel_min_cott" HotelName="Hotel Min Cott" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>43 Jalan Kuchai Maju 13, B-G-1 Kuchai Exchange, Jalan 2/116b, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/13/b313b56e63a06f0abab6c233bb62ac6d6b70139f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13326325" Longitude="101.68898983" StarRating="2" HotelCode="965966|zen_rooms_my_hotel_sentral" HotelName="My Hotel @ Sentral by Zen Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/30/fd305bca3f4cd17e704fe0fc6c8476ba00b24309.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.86" OriginalAmount="28.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.140201" Longitude="101.713679" StarRating="3" HotelCode="|215783" HotelName="Zen Premium Hulo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 JALAN CHANGKAT THAMBI DOLLAH BUKIT BINTANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/8/3/215783_0cbe5031124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.92" OriginalAmount="28.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13073" Longitude="101.68532" StarRating="3" HotelCode="|196116" HotelName="Easy Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 110 Jln Tun Sambanthan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/1/1/6/196116_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.26" OriginalAmount="28.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.94487531" Longitude="101.72239023" StarRating="0" HotelCode="979745|4729735" HotelName="Enclave Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Jalan Diplomatik, Putrajaya, 62050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c1/dfc15b5029a24215525e77d43e7b01d50ad23a7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.49" OriginalAmount="28.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143909" Longitude="101.695568" StarRating="3" HotelCode="915312|1475698" HotelName="Travelodge City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/fe/85feb11ec3d91d05243571da5432b20bad6747c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.59" OriginalAmount="28.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19797" Longitude="101.60656" StarRating="3" HotelCode="|233133" HotelName="S. Damansara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Jalan Cempaka SD 12/5 Bandar Sri Damansara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/1/3/3/233133_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.59" OriginalAmount="28.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.163987" Longitude="101.692607" StarRating="3" HotelCode="221722|936765" HotelName="Upper View Regalia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Anjung Putra, Off Jalan Sultan Ismail, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/62/a3620d79f671824af071c99315332dbbf724649f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.78" OriginalAmount="28.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="967509|2660545" HotelName="M Palace Hotel KL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.109774" Longitude="101.678388" StarRating="3" HotelCode="296383|v_hotel_kuala_lumpur" HotelName="V Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Tasik Selantan 8, Bandar Tasik Selatan, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/9f/129fb52313647a71cc11a74be63f31d7394c4115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0808854898702" Longitude="101.73296750751" StarRating="2" HotelCode="343571|1_hotel_taman_connaught" HotelName="1 Hotel Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Menara Gading 1, Taman Connaught, Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/dc/71dc6a101b7f0085c3a9a34613a2306ddc583625.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1389115" Longitude="101.70964604" StarRating="3" HotelCode="754133|eco_hotel_at_bukit_bintang" HotelName="ECO Hotel @ Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>179 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/25/382596f05b3ec9ed610793b56212b1df6ea3a96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.08" OriginalAmount="29.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14475368" Longitude="101.71387284" StarRating="3" HotelCode="584691|2203355" HotelName="InnB Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>102-106 Jalan Imbi, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/0a/190acce37f6a99d434cd2b5ac8dbe497743862f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.09" OriginalAmount="29.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20423" Longitude="101.66836" StarRating="3" HotelCode="|188508" HotelName="Crystal Crown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.3, Jalan Jambu Mawar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/0/8/188508_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.13" OriginalAmount="29.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14583" Longitude="101.70983" StarRating="2" HotelCode="|460298" HotelName="Tai Ichi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 &amp; 80, Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/2/9/8/460298_f044f581920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.41" OriginalAmount="29.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13954859" Longitude="101.7134553" StarRating="3" HotelCode="421908|1893105" HotelName="City Comfort Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Designated Smoking Area,Housekeeping,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>22 Lorong Thambi 2, Off Jalan Changkat Thambi Dollah, Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c4/3dc45203ac0c2b03c39a49f8a5f363fbd0e8004b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;"City Comfort Hotel Bukit Bintang offers accommodation in Kuala Lumpur. The property has a 24-hour f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.48" OriginalAmount="29.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1471114101793" Longitude="101.71008436501" StarRating="3" HotelCode="343585|1217818" HotelName="Izumi Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>85 Jalan Berangan, Off Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a3/44a3a6661dfcb518178f670750d96747699ce730.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.55" OriginalAmount="29.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.093586" Longitude="101.666595" StarRating="4" HotelCode="|456299" HotelName="Cubic Botanical Suites Homebrickz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 2/112c</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/2/9/9/456299_c754bdf1759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.88" OriginalAmount="29.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14634862" Longitude="101.7099244" StarRating="1" HotelCode="353693|2280475" HotelName="Hotel Imperial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76-80 Changkat Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/34/7734f4122f0de6dbd6232a87b5f467198c09348b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an exciting setting in Kuala Lumpur, lying amidst the city's main shopping, dining...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17597708" Longitude="101.68432286" StarRating="2" HotelCode="435980|236301" HotelName="Midtown Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>D23A Jalan Kasipillay, Putra Majestik, Off Jalan Ipoh, 51200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/c5/5fc5e25d860172650aa1481b0c3a1dd4eb7cf0dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|609166-18232187/2569111088795020000/1149" HotelName="DAYS AND SUITES FRASER BUSINESS PARK KL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29330000/29327100/29327046/0ef30f0b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="51.3444" Longitude="12.3761" StarRating="3" HotelCode="0|471725-18200065/2569111088795020000/1763" HotelName="IBIS STYLES KUALA LUMPUR SRI DAMANSARA HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>TROENDLINRING 2, LEIPZIG, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16090000/16086300/16086249/20acaabb_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   InterCityHotel Leipzig is in the heart of Leipzig, walking distance from Museum of Fine Arts and Naschmarkt.  This 4-star hotel is within close proximity of Barfussgasse and Leipzig's Old Town Hall.    Rooms   Make yourself at home in one of the 166 air-conditioned rooms featuring minibars and flat-screen televisions. Private bathrooms have makeup/shaving mirrors and hair dryers. Conveniences include laptop-compatible safes and desks, and you can also request rollaway/extra beds.    Rec, Spa, Premium Amenities   Make use of convenient amenities, which include wireless Internet access (surcharge) and tour/ticket assistance.    Dining   Enjoy a satisfying meal at a restaurant serving guests of InterCityHotel Leipzig. At the end of the day, relax with your favorite drink at a bar/lounge.    Business, Other Amenities   Featured amenities include a business center and air conditioning in public areas. Planning an event in Leipzig? This hotel features 2270 square feet (211 square meters) of event facilities.    Room Info:    Know Before You Go       Connecting/adjoining rooms may be available, subject to availability. Guests can request connecting/adjoining rooms by contacting the property directly, using the contact information on the booking confirmation.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Breakfast fee: EUR 15 per person (approximately)  Pet fee: EUR 15 per pet, per night   Rollaway bed fee: EUR 30 per night      The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Check-in time starts at 2 PM  Check-out time is noon  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|650373-18283077/2569111088795020000/3831" HotelName="MOMO'S KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39820000/39810700/39810602/f2f26293_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|258720-25480920/2569111088795020000/5978" HotelName="D'GARDEN HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6670000/6661500/6661488/1b31cfba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1669311512364" Longitude="101.69551017254" StarRating="3" HotelCode="13035|grand_central" HotelName="Sani Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/zz/cead561eda5bd7506b2535bfa54bea8b698b771a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located near Putra World Trade Centre, banks, a shopping mall, street mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1662051952184" Longitude="101.70074338635" StarRating="2" HotelCode="337604|city_park_hotel_kuala_lumpur" HotelName="City Park Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46 Lorong Haji Hussein Satu, Off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/62/5a627a0f5dbb9b7be0f7c27647719e4ab8c43cb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14575674" Longitude="101.70984978" StarRating="2" HotelCode="357057|tai_ichi" HotelName="Tai Ichi Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>78 &amp; 80 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/0b/0f0b9da8fd4647770d2d185af7c2bc9895d0f840.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.24" OriginalAmount="30.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1634118" Longitude="101.6925057" StarRating="4" HotelCode="|128139" HotelName="Regalia Upper View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2 Jalan Anjung Putra,Off Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/3/9/128139_9ac65ca1446.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers rooms with a kitchen, a seating area, dinner service, a squash court, WiFi, a swimming pool, a playground and a library. SITUATION: This hotel is in Kuala Lumpur is situated in the city centre, close to Putra World Trade Centre, Sunway Putra Shopping Shopping Centre and Putra Komuter and PWTC Sultan Ismail LRT.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.26" OriginalAmount="30.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16681" Longitude="101.69569" StarRating="3" HotelCode="|391718" HotelName="Lazdana  Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.61, Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/1/8/391718_a0316141028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.32" OriginalAmount="30.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.113974" Longitude="101.665544" StarRating="3" HotelCode="|397290" HotelName="Komune Living" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.20, Jalan Kerinchi Kiri 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/9/0/397290_e9360b21029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.44" OriginalAmount="30.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20407" Longitude="101.668279" StarRating="3" HotelCode="187987|2253765" HotelName="Crystal Crown Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.3 Jalan Jambu Mawar, Off Jalan Kepong, 52000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/8b/808bd65883d7597575dfbe6ca723ca1f9fe205f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.57" OriginalAmount="30.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.171592" Longitude="101.712627" StarRating="4" HotelCode="|390725" HotelName="Expressionz Professional Suites by MyKey Global" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 1/65a off Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/5/390725_62985a90926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.57" OriginalAmount="30.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13964" Longitude="101.71351" StarRating="3" HotelCode="|231952" HotelName="City Comfort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 22, Lorong Thambi 2 Off Jalan Changkat, Thambi Dollah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/9/5/2/231952_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.65" OriginalAmount="30.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14764" Longitude="101.70893" StarRating="4" HotelCode="|390710" HotelName="Mov  Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Jalan Berangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/1/0/390710_4cae4951000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14764417" Longitude="101.70890386" StarRating="4" HotelCode="638678|mov_hotel_kuala_lumpur" HotelName="MOV Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Jalan Berangan, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/71/f571e85295e8c891f67c634230d6f2b41a6863dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.33" OriginalAmount="31.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11514974" Longitude="101.6684613" StarRating="3" HotelCode="746352|4703425" HotelName="Nexus Regency Suites &amp; Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Housekeeping,Internet,Kitchen,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tower D Jalan Pantai Baru, Bangsar Trade Center, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/91/649159153d665440377866f077687f72bf6a5c8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, Nexus Regency Suites &amp; Hotel Bangsar offers accommodations away from the hu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.43" OriginalAmount="31.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.082248" Longitude="101.583487" StarRating="4" HotelCode="904617|227616" HotelName="Empire Hotel Subang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan SS16/1, 47500 Subang Jaya, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/15/8c15257c368b1b0ea13b6dfceb9138c9dd1d69e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is majestically located in the business district of Subang Jaya. Breathtaking shopping spe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.48" OriginalAmount="31.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17134" Longitude="101.71246" StarRating="4" HotelCode="|390468" HotelName="Expressionz Professional Suites by KL Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Razak, No. 30, Jalan 1/65A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/6/8/390468_acc67080904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.50" OriginalAmount="31.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14835" Longitude="101.70454" StarRating="4" HotelCode="|390722" HotelName="Indie Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.9, Jalan Ceylon, Bukit Ceylon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/2/390722_29eefe00929.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.66" OriginalAmount="31.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15914" Longitude="101.70388" StarRating="3" HotelCode="|235388" HotelName="Summer Suites Bernice" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Off Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/3/8/8/235388_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.85" OriginalAmount="31.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.207713" Longitude="101.658081" StarRating="3" HotelCode="|396689" HotelName="Suwara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 19, Jalan 4/32, Batu 6 off Jalan Kepong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/6/8/9/396689_7839f220800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13680453" Longitude="101.7114696" StarRating="3" HotelCode="961345|271607" HotelName="Kl Short Stay @ D'majestic Place at D'Majestic Place by Swiss Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>376 Jalan Pudu, D' Majestic, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/67/c567138ca0133be8570c90bbb2debce69773fc34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1570701098504" Longitude="101.75250646357" StarRating="3" HotelCode="316771|de_palma_hotel_ampang" HotelName="De Palma Ampang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Selaman 1/2, Palm Square, Ampang Point, 68000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/90/ca906fbb8aeef81d8b622e5d282f81f98aed723c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16490646" Longitude="101.69835076" StarRating="4" HotelCode="768432|hilton_garden_inn_kuala_lumpur_jalan_tuanku_abdul_rahman_south" HotelName="Hilton Garden Inn Kuala Lumpur Jalan Tuanku Abdul Rahman South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>452 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/08/7608d35fe7d007befdc994385cb0fc11b010e789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="881484|expressionz_suites_by_ihost_global" HotelName="Expressionz Professional Suites by Ben" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/65A Off Jalan Tun Razak</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/f3/49f3b25ac7ee4bfe016da980925e5a4554558970.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.02" OriginalAmount="32.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.92349" Longitude="101.651053" StarRating="3" HotelCode="|203499" HotelName="FOX Lite DPulze Cyberjaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLOCK D,CYBERJAYA CBD,PERSIARAN MULTIMEDIA,CYBER12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/9/203499_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.38" OriginalAmount="32.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16662" Longitude="101.6963" StarRating="3" HotelCode="|189065" HotelName="Sani Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63M Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/6/5/189065_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.59" OriginalAmount="32.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.22693" Longitude="101.67137" StarRating="4" HotelCode="|231349" HotelName="Kip Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 77 Jalan Seri Utara 1 Sri Utara Off Jalan Ipoh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/3/4/9/231349_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.59" OriginalAmount="32.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15947" Longitude="101.71483" StarRating="3" HotelCode="|188727" HotelName="De King Boutique Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160, Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/2/7/188727_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.60" OriginalAmount="32.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14032" Longitude="101.71095" StarRating="3" HotelCode="|235765" HotelName="Taragon Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah Taragon Puteri Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/6/5/235765_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.72" OriginalAmount="32.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.115" Longitude="101.66875" StarRating="0" HotelCode="|224353" HotelName="Imperial Regency Suites and Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tower D Bangsar Trade Center Jalan Pantai Baru</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/3/5/3/224353_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147" Longitude="101.717138" StarRating="3" HotelCode="|397698" HotelName="J-hotel By Dorsett" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 7 Jalan Jati</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/9/8/397698_f6c47120818.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14672667" Longitude="101.71108812" StarRating="2" HotelCode="549032|158400" HotelName="Travelogue KL Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>118B Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/da/19daae07c8ed5aa0d10be6186ecb6208102cafcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|192990-18150774/2569111088795020000/1674" HotelName="GEO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5150000/5141300/5141276/95decd35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|590243-18224617/2569111088795020000/1921" HotelName="MERCURE SELANGOR SELAYANG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19410000/19403300/19403244/5a3db688_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|528179-25684525/2569111088795020000/4486" HotelName="99 KEPONG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18350000/18340600/18340559/c4108ab1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1082960-26339175/2569111088795020000/5986" HotelName="HOTEL MIDTOWN VILLA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19630000/19629100/19629083/8e8dc937_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.122148" Longitude="101.719596" StarRating="4" HotelCode="260771|vivatel" HotelName="Vivatel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Jalan Loke Yew, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/62/bd62cd616224d6595c6b445212da88321cc989db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1633634139966" Longitude="101.6955538094" StarRating="3" HotelCode="115914|citrus_hotel" HotelName="Q Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Jalan Tiong Nam, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/81/25819eb7f28281756d6d8f7d5c02c223d5e41c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located off Jalan Raja Laut, one of the artery city roads with easy access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1469865687799" Longitude="101.70815885067" StarRating="3" HotelCode="15705|radius_international_hotel_kuala_lumpur" HotelName="Hotel Soleil Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51-A Changkat Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/37/e837a4106ca4af1dcde194481b2f4ab7c298c556.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is in the ideal location with the hip Bintang Walk within walking distance. The conv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.2268885083481" Longitude="101.67122781714" StarRating="3" HotelCode="378785|kip_hotel" HotelName="KIP Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Jalan Seri Utara 1, Sri Utara Off Jalan Ipoh, 68100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/17/b817a313dd1d073cd58217b1a56692860f0605f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15840667" Longitude="101.70487433" StarRating="4" HotelCode="862432|apartamenty_summer_suites_klcc" HotelName="Summer Suites KLCC Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Mercu Summer Suites, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/9b/c29b1cb7a775a671f542e3069caf285d0e9d8328.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.28" OriginalAmount="33.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17143" Longitude="101.71227" StarRating="3" HotelCode="|394090" HotelName="Expressionz Klcc By Wodages" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 30 Jalan 1/65A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/0/9/0/394090_f2521361006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.79" OriginalAmount="33.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159671109773" Longitude="101.71464337361" StarRating="3" HotelCode="318859|1068458" HotelName="Le Apple Boutique Hotel KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>160 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/25/fd25422d9bde9c940486088d2bcd281f3d4d24e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuala Lumpur. For guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.86" OriginalAmount="33.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1399887563656" Longitude="101.71012182538" StarRating="4" HotelCode="171255|458525" HotelName="Furama Bukit Bintang" 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,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/ac/d8aceb61d88c0fa1c046c7374dc90d2b54c2f7ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally located in Kuala Lumpur's vibrant Golden Triangle, adjacent to Bukit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17150392" Longitude="101.71252702" StarRating="3" HotelCode="756573|335620" HotelName="Expressionz Professional Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Business Centre,Conference Hall,Designated Smoking Area,Dining,Internet,Kids Play Area,Meeting Room,Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2/65A Off Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/80/4a80642d6135cd43de7d89ee08079612cce29d4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Aparthotel is in Kuala Lumpur. The aparthotel comprises a total of 300 snug accommodatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1083338-27403018/2569111088795020000/3204" HotelName="DMAJESTIC PLACE BY WIDEBED" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22520000/22517300/22517256/77852746_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|251484-25473046/2569111088795020000/4163" HotelName="CERIA BOUTIQUE BUKIT BINTANG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6660000/6656700/6656654/11ff9030_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1440778-28766445/2569111088795020000/6026" HotelName="CUBIC BOTANICAL SUITES BY HOMEBRICKZ" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101220000/101219000/101218984/701377ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352581-27590268/2569111088795020000/6133" HotelName="KOMUNE LIVING AND WELLNESS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/88000000/87560000/87557900/87557816/a874f5c3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146801" Longitude="101.712606" StarRating="2" HotelCode="345043|gold_tree_hotel" HotelName="Gold3 Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,LCD/Projector,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Lot B5, 179 Jalan Bukit Bintang, Fahrenheit 88, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/33/0c337b36f591246340f6e07de59de7f6b00c6ae4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Gold Tree Hotel, you'll be centrally located in Kua...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.36" OriginalAmount="34.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.098743" Longitude="101.646519" StarRating="3" HotelCode="|441047" HotelName="Orange Business Hotel Petaling Jaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 68, Jalan 52/4, Seksyen 52 46200 Petaling Jaya Selangor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/4/7/441047_76b8b3f1022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.36" OriginalAmount="34.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146906" Longitude="101.71242" StarRating="3" HotelCode="|391416" HotelName="Gold3 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot B5, 1 Floor, KL Plaza Block B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/1/6/391416_5c1d3341020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.43" OriginalAmount="34.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451742894508" Longitude="101.70769927368" StarRating="3" HotelCode="66216|17964" HotelName="Travelodge Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan Alor, Bukit Bintang, Wilayah Persekutuan, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/ab/41ab529b05fe6bf9836b11810eeaa8242271a31b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Jalan Alor, which is within Kuala Lumpur's Golden Triangle. It offers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.63" OriginalAmount="34.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08967" Longitude="101.68829" StarRating="3" HotelCode="|397314" HotelName="Lolex" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Jalan Kuchai Maju 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/1/4/397314_45bf2a31301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.83" OriginalAmount="34.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485" Longitude="101.70785" StarRating="0" HotelCode="|404218" HotelName="One Bukit Ceylon Ramada KLCC - CoLiving" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>One Bukit Ceylon, No 1, Lorong Ceylon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/2/1/8/404218_9e6db540738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1184430-19858353/2569111088795020000/622" HotelName="MY HOTEL AT KL SENTRAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8660000/8657300/8657231/e991eb8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|650364-18291015/2569111088795020000/1842" HotelName="UPPER VIEW REGALIA HOTEL KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33710000/33709700/33709630/1fe5df9b_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|193158-18144548/2569111088795020000/3251" HotelName="PRESCOTT INN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1200000/1195200/1195158/166c66cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="38.346217" Longitude="-77.500026" StarRating="3" HotelCode="0|530372-18259290/2569111088795020000/3864" HotelName="ORANGE PREMIER TAMAN SEGAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>605 WARRENTON ROAD, FREDERICKSBURG, 22405, VA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48760000/48750300/48750248/09a74f0f_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms and suites: 59. Floors: 2. Property description- Welcome to Historic Fredericksburg, VA. Come stay with the friendliest property in town that features a Complimentary Continental Breakfast, Free High Speed Internet Access, In room coffee maker, Business Center and near many great attractions and great restaurants. No Pets Allowed.  Here are some close by things to see-  Civil War Battlefield 3 miles  Marine Corps Museum-5 miles Historic Fredericksburg 3 miles James Monroe Museum 3 miles Kenmore Mary Washington Home 3 miles  Kings Dominion 30 miles Washington D.C. 50 miles  Golf Nearby Close to Central Park Shopping Mall which features several well known stores and restaurants.  Come enjoy our great rooms and service. We will see you soon.Property was built in 1987. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1426201280436" Longitude="101.71116701607" StarRating="3" HotelCode="321190|times_private_serviced_suites_2" HotelName="Berjaya Times Square Apartment Complex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/22/62/226270647170a841193e95d2a3a4118fb67c409a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17145056" Longitude="101.71239824" StarRating="0" HotelCode="881505|expressionz_professional_suites_by_plush" HotelName="Expressionz Professional Suites by Plush" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Jalan 1/65A</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/94/d894954cabb9a4bdbf80cbef8a7401fa011443f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15454177" Longitude="101.70705135" StarRating="3" HotelCode="885361|vortex_klcc_apartments" HotelName="Vortex KLCC Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, Vortex Suites &amp; Residences, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/a4/26a46760143d7fd55ed017cef22c51fee70d5e57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1417522202795" Longitude="101.7047608919" StarRating="3" HotelCode="970932|casa_residency_service_apartment" HotelName="Casa Residency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Golloway, Bukit Bintang, 50150 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/6d/0c6d1dfae200c757a94ef90a9631f9a14d16ca59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.16" OriginalAmount="35.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1597429" Longitude="101.7264386" StarRating="3" HotelCode="|34155" HotelName="Holiday Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225, JALAN AMPANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/1/5/5/34155_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts 134 rooms, 20 floors, one or two bedroom apartments and studio suites. It has air-conditioning, a lobby with a reception, a safety deposit box service and conference facilities. SITUATION: Kuala Lumpur It is in close to the establishment, clients can find Petronas the towers the city centre, 5 minutes away from the establishment you have Ampang Park LRT the metro station of Jalan Ampang It is in it is situated near the business area surrounded by shopping centres, restaurants, leisure areas, offices and embassies. 45 minutes away from the establishment, guests will find Kuala Lumpur Airport 30 minutes away from the establishment you have the central station. ROOM: The fully-equipped rooms, have a dining room, a direct line telephone and a satellite television. They have a kitchen with a microwave, kitchen utensils, kitchenware, an ironing set, a bathroom with a shower and a bath. Clients are offered suites with internet, They also have an individual air-conditioning system. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have breakfast, lunch and dinner service, local dishes and Occidental dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.19" OriginalAmount="35.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.990222" Longitude="101.790424" StarRating="4" HotelCode="188002|2262295" HotelName="Oriental Crystal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 13 Jalan S10/3, Section 10, Off Jalan Bukit, 43000 Kajang, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/fb/2ffb59fe2c2b65b6a56dbb072279254b1d6c7664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.29" OriginalAmount="35.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1470472" Longitude="101.7081597" StarRating="3" HotelCode="|51693" HotelName="Starus Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51,A Changkat Bukit Bitang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/6/9/3/51693_1_8398.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 431 rooms, superior rooms, deluxe rooms, Premier rooms and suites. This air-conditioned hotel has conference facilities, dining facilities, a car park, a hairdresser's, a laundry service and room service. SITUATION: It is in an excellent location, Bintang Walk in the surrounding area, clients have it is well-connected by public transport services, is 3 kilometres away from tourist points of interest, Clients can also find Petronas the towers Suria KLCC and Chinatown the square and the market. It is 45 minutes away fromKuala Lumpur Airport. ROOM: The rooms a bathroom, a direct line telephone, a television, a coffee maker, a kettle, an iron, a safe and an air-conditioning system. FACILITIES: The establishment has a swimming pool and a terrace. MEALS: Regarding the food and beverage offering, the establishment offersKopitiam the cafÃ© local dishes and international dishes. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.31" OriginalAmount="35.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161323" Longitude="101.7289437" StarRating="4" HotelCode="|211075" HotelName="Oakwood and Residence Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/5/211075_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.34" OriginalAmount="35.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1427" Longitude="101.70942" StarRating="3" HotelCode="|238346" HotelName="Sky Apartment At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/3/4/6/238346_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.48" OriginalAmount="35.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14729" Longitude="101.71014" StarRating="3" HotelCode="|188716" HotelName="Izumi Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85, Jalan Berangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/6/188716_1_1118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.67" OriginalAmount="35.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1285177850771" Longitude="101.72958433628" StarRating="3" HotelCode="161558|76694" HotelName="Hotel Maluri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Permaisuri, Taman Maluri, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/69/b6695e82d5773acba79a3b5ff16925270be707c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located within the vicinity of city centre in Kuala Lumpur for business o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.73" OriginalAmount="35.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1497664995173" Longitude="101.7051333189" StarRating="3" HotelCode="185518|796785" HotelName="The Maple Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Changkat Raja Chulan, Menara Maplelee, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/e3/8be34e7ced7b07ca772e17bd0b65945de92b8de3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to KL Tower at the heart of Kuala Lumpur's financial and business district...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.75" OriginalAmount="35.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1714" Longitude="101.712502" StarRating="4" HotelCode="|390730" HotelName="Expressionz Professional Suites By Mad Kl Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 1/65a, Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/3/0/390730_b60dc610950.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.85" OriginalAmount="35.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16422627" Longitude="101.65197813" StarRating="4" HotelCode="548945|2537165" HotelName="The Signature Hotel and Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Sri Hartamas 22, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/af/62afe2b7d6256bc7f8294c79aa302e2765f8ec32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.88" OriginalAmount="35.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.124103" Longitude="101.710264" StarRating="4" HotelCode="|537922" HotelName="Trion Kuala Lumpur by Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/2/2/537922_0066f250944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.01" OriginalAmount="35.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.140452" Longitude="101.710394" StarRating="3" HotelCode="|391772" HotelName="Peaceful Service Suites at Taragon Puteri Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah, Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/7/2/391772_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.07" OriginalAmount="35.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0305822734845" Longitude="101.71674185648" StarRating="4" HotelCode="64174|18914" HotelName="Philea Mines Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dulang, Mines Resort City, 43300 Seri Kumbangan, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/e2/c0e2cd55c5a38d30420b7a4ffa556a6dbcf92a63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is strategically situated, just around a 20-minute drive from the city of Kuala Lumpur. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|530216-18206843/2569111088795020000/3714" HotelName="MOV" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22800000/22795100/22795067/d5547bd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1465116598419" Longitude="101.70792951431" StarRating="2" HotelCode="153354|rae" HotelName="Hotel RAE Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42, 44 &amp; 46 Tengkat Tong Shin, Off Jalan Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/fd/90fd31a1d5e80fd5d662385ae7b6f0347a160064.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08962091" Longitude="101.68823137" StarRating="3" HotelCode="735332|lolex_hotel" HotelName="Lolex Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Jalan Kuchai Maju 10, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/54/a95471e94e90dc7f9f38e868d79d757c758b6b32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.46" OriginalAmount="36.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.129271" Longitude="101.710984" StarRating="3" HotelCode="|397391" HotelName="H Boutique  Xplorer Loke Yew" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110-114, Jalan Loke Yew</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/9/1/397391_eddbb401113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.57" OriginalAmount="36.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154727" Longitude="101.707367" StarRating="0" HotelCode="|404167" HotelName="Yemala Suites @ Vortex Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/6/7/404167_c299d620626.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.85" OriginalAmount="36.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143067" Longitude="101.710761" StarRating="0" HotelCode="|403543" HotelName="Garden Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Times Square East No. 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/5/4/3/403543_0f80d681055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.91" OriginalAmount="36.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.141772" Longitude="101.698078" StarRating="2" HotelCode="|469580" HotelName="Yu Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>126 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/5/8/0/469580_4498c6b1200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.93" OriginalAmount="36.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1456658" Longitude="101.7098395" StarRating="3" HotelCode="932697|2253585" HotelName="Sungei Wang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74-76 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/9a/1c9adc5f53fe6db288b4eb821cbed35d11e2b47e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.02" OriginalAmount="36.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1720941" Longitude="101.6920261" StarRating="3" HotelCode="|89492" HotelName="Grand Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN TUN ISMAIL, KUALA LUMPUR, 50400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/9/2/89492_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.10" OriginalAmount="36.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15333316" Longitude="101.70520366" StarRating="4" HotelCode="429439|1871158" HotelName="Oasia Suites Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong P Ramlee, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/45/7a45587b45e92b021d6861284d4b6ac6fb986940.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring free WiFi and an outdoor pool, Oasia Suites Kuala Lumpur by Far East Hospitality offers ac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|650362-25828562/2569111088795020000/5495" HotelName="NEXUS REGENCY SUITES &amp;amp; HOTEL PETALING JAYA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23340000/23334800/23334721/31667756_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1427518-27593581/2569111088795020000/6204" HotelName="MCITY INFINITY POOL KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93170000/93164200/93164156/1cf6082a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427516-27592901/2569111088795020000/6217" HotelName="M CITY AMPANG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92350000/92344300/92344273/9c11684e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1617993895634" Longitude="101.69657438993" StarRating="3" HotelCode="12992|hotel_grand_continental_kuala_lumpur" HotelName="Grand Continental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Belia, Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/03/9103df15e5ee1cd5720e512c842cb5baf0fb0f5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Malaysian capital - the beautiful, so-called Garden City of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="3" HotelCode="13045|grand_pacific_hotel_kuala_lumpur" HotelName="Grand Pacific Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Ismail, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/7e/847e049c8b9fb133d8492c2acf8b3e0451a35d9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is strategically placed close to the internationally renowned Putra World Trade ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1644030813766" Longitude="101.69847291898" StarRating="3" HotelCode="401333|hilton_garden_inn_kuala_lumpur_jalan_tuanku_abdul_rahman" HotelName="Hilton Garden Inn Kuala Lumpur Jalan Tuanku Abdul Rahman North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>449 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/e7/d3e7c8c4ccca9e3388069ce784d773eb7d7640b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located on the fringes of the golden triangle of Kuala Lumpur's city cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.21" OriginalAmount="37.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148255" Longitude="101.704848" StarRating="3" HotelCode="|441007" HotelName="Ceylonz Lifestyle Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ceylon, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 50200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/0/7/441007_9312d681707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.52" OriginalAmount="37.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146452" Longitude="101.705624" StarRating="3" HotelCode="|441006" HotelName="Ceylonz Starlight Suites Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Persiaran Raja Chulan, Kuala Lumpur, Federal Territory of Kuala Lumpur, 50200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/0/6/441006_8f35e6e0723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.78" OriginalAmount="37.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160942" Longitude="101.700907" StarRating="4" HotelCode="|538750" HotelName="The Colony and Luxe, KLCC by Canopy Lives, Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Jalan Dewan Sultan Sulaiman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/7/5/0/538750_290618f2113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.82" OriginalAmount="37.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08450871" Longitude="101.67110212" StarRating="3" HotelCode="436034|2537955" HotelName="Hotel Six Seasons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>4 Lorong 1/137C, Batu 5, Jalan Klang Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/31/b73137857ea1d39b50b1cc5fa46dbb5dc930cc5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The wide range of services and facilities makes the hotel the ideal starting point for business and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="44.49478" Longitude="34.16476" StarRating="3" HotelCode="0|373106-25559368/2569111088795020000/4684" HotelName="KIP" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3A, MORSKAYA STREET, YALTA, UA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12670000/12662300/12662298/117abd03_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Villa Elena Hotel &amp;amp; Residences is located near the beach in Yalta's Yalta neighborhood and close to Alexander Nevsky Cathedral, Yalta Cable Car, and Yalta Lighthouse. Nearby points of interest also include Livadia Beach and Livadia Palace.    Hotel Features.   Recreational amenities include an outdoor pool, a spa tub, a sauna, and a fitness facility. Spa amenities include spa services and beauty services. This 5-star property offers a meeting/conference room, a technology helpdesk, and audiovisual equipment. Complimentary wireless Internet access is available in public areas and the hotel has an Internet point. This Yalta property has 10 square meters of event space consisting of a conference center, banquet facilities, a ballroom, and exhibit space. A swim-up bar is open for drinks. Room service is available 24 hours a day. For a surcharge, shuttle services include a roundtrip airport shuttle (available on request), a beach shuttle, a theme park shuttle, and a cruise ship terminal shuttle. Business services, wedding services, concierge services, and tour/ticket assistance are available. Additional property amenities include a terrace, barbecue grills, and multilingual staff. The property has designated areas for smoking.    Guestrooms.     48 air-conditioned guestrooms at Villa Elena Hotel &amp;amp; Residences feature minibars and coffee/tea makers. Balconies or patios offer city, mountain, or pool views. Beds come with premium bedding. These individually furnished and decorated rooms include separate living rooms. Kitchenettes include stovetops, separate dining areas, and cookware/dishes/utensils. Bathrooms feature shower/tub combinations with rainfall showerheads. They also offer makeup/shaving mirrors, bathrobes, and slippers. Wireless Internet access is complimentary. In addition to complimentary newspapers and safes, guestrooms offer cordless phones. Plasma televisions have DVD players. Also included are complimentary bottled water and windows that open. Guests may request in-room massages, irons/ironing boards, and hypo-allergenic bedding. A nightly turndown service is offered and housekeeping is available daily.     Room Info:       Notifications and Fees:      This property offers transfers from the cruise terminal, airport, and train station (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation.    Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation.   A resort fee is included in the total price displayed.    There are no room charges for children 6 years old and younger who occupy the same room as their parents or guardians, using existing bedding.   All guests staying in hotel guestrooms must be registered with the hotel.    Connecting/adjoining rooms may be available, subject to availability. Guests can request connecting/adjoining rooms by contacting the property directly, using the contact information on the booking confirmation.           The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Airport shuttle fee: UAH 1200 per vehicle (one way)  Rollaway bed fee: UAH 550 per night     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at 2 PM  Check-out time is noon  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|592841-25742062/2569111088795020000/5312" HotelName="EXPRESSIONZ PROFESSIONAL SUITES BY WODAGES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28950000/28949500/28949489/c8fe5a08_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|545618-25700075/2569111088795020000/5456" HotelName="NEXUS REGENCY BANGSAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23340000/23334600/23334585/085936fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1608674012798" Longitude="101.72898888588" StarRating="4" HotelCode="69801|oakwood_hotel_and_residence_kuala_lumpur" HotelName="Oakwood Hotel &amp; Residence Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/aa/b5aaac0adc96fdf0bf28d52075e97606e2e4c50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located along the famous “Embassy Row” in Jalan Ampang, the complex is merely a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.29" OriginalAmount="38.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14135" Longitude="101.71031" StarRating="3" HotelCode="|188527" HotelName="Empire Suites @ Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>07-04, 7th Floor, Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/2/7/188527_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.37" OriginalAmount="38.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16419" Longitude="101.65201" StarRating="4" HotelCode="|189100" HotelName="The Signature and Serviced Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3, Jalan Sri Hartamas 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/0/0/189100_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.41" OriginalAmount="38.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.093458" Longitude="101.738274" StarRating="3" HotelCode="|440860" HotelName="Minsu Ekocheras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cheras, Ekocheras No. 693, Batu 5, Kuala Lumpur, 56000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/6/0/440860_580387f1708.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.52" OriginalAmount="38.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159055" Longitude="101.746534" StarRating="3" HotelCode="|396554" HotelName="St Nomad M City Ampang, Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 326, Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/5/4/396554_08f40de1044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.54" OriginalAmount="38.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143791" Longitude="101.705311" StarRating="3" HotelCode="|396580" HotelName="Swiss Garden Residence By Urban Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 2A, Jalan Galloway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/8/0/396580_12c83e21054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.55" OriginalAmount="38.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11030208" Longitude="101.66552069" StarRating="4" HotelCode="450246|1908505" HotelName="V E Hotel and Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kerinchi, Bangsar South City, 59200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/86/6686e26f44a6e34a787325ab6e4e90c0f2e3ae01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.56" OriginalAmount="38.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16211" Longitude="101.70647" StarRating="0" HotelCode="|593812" HotelName="Legasi Kampung Baru Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Muda Musa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/3/8/1/2/593812_c48a8c62124.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.70" OriginalAmount="38.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1454517" Longitude="101.7071347" StarRating="4" HotelCode="|89476" HotelName="Anggun Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 7&amp;9 JALAN TENGKAT TONG SHIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/6/89476_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.70" OriginalAmount="38.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14524" Longitude="101.70932" StarRating="2" HotelCode="|189090" HotelName="Sungei Wang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74-76, Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/9/0/189090_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.77" OriginalAmount="38.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16287066" Longitude="101.65596969" StarRating="4" HotelCode="758827|2289885" HotelName="Dorsett Hartamas" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Internet,Laundry,Meeting Room,Parking">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Sri Hartamas 1, D-G-08, Plaza Damas 3, Taman Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/2f/992fbb4cc1904545a6f704cb3ec769c2a8ffb74b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Explore the vibrancy of the neighbourhood. Indulge in the warm signature hospitality that's uniquely...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.80" OriginalAmount="38.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1449163457924" Longitude="101.71005785465" StarRating="3" HotelCode="166840|17724" HotelName="Capitol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bulan, Off Jalan Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/64/cb6465e8a8bf539a937984ff3c9f205a8dbb13f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Bukit Bintang, the commercial and entertainment centre of Kual...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.97" OriginalAmount="38.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.110286" Longitude="101.664188" StarRating="4" HotelCode="|390451" HotelName="V E  and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bangsar South No. 8 Jalan Kerinchi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/5/1/390451_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14834822" Longitude="101.70286732" StarRating="3" HotelCode="602085|391597" HotelName="AirPorter Bukit Bintang Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Suasana Bukit Ceylon 2, Persiaran Raja Chulan, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/6b/216b453929da232b3a6148f15906e0bb28ca3383.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|182567-18141489/2569111088795020000/2485" HotelName="MAPLE SUITE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5060000/5058800/5058781/5eb904d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|418637-23368352/2569111088795020000/3621" HotelName="Q KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/83000000/82490000/82480700/82480697/927c574d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|528764-25684787/2569111088795020000/4060" HotelName="CITY CENTRAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19440000/19430600/19430592/5059fcdd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|593104-25742354/2569111088795020000/5389" HotelName="TIMES PRIVATE SERVICED SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9470000/9469100/9469062/cc9b319c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145469" Longitude="101.70715" StarRating="4" HotelCode="161038|anggun_boutique_hotel" HotelName="Anggun Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 &amp; 9, Tengkat Tong Shin, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/d6/e1d6fd19b7b3d6fd0a5560694061af613594ee36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is neatly tucked into the street known as Tengkat Tong Shin in Bukit Bintang. An oasis of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142857" Longitude="101.702429" StarRating="3" HotelCode="188001|olympic_sports_hotel_kuala_lum" HotelName="Olympic Sports" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Jebat, 50150 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/79/c77991242c46f2db9b8de8423288f82ec3e4fa53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.25" OriginalAmount="39.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08465" Longitude="101.67107" StarRating="0" HotelCode="|232459" HotelName="Six Seasons" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 4, Lorong 1/137C, Batu 5, Jalan Klang Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/4/5/9/232459_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.30" OriginalAmount="39.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1321438977015" Longitude="101.68806842265" StarRating="2" HotelCode="452039|1892625" HotelName="NU Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Jalan Thambypillai, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/fb/0dfb2ee0199979d5ca9bdccabe8031d78c529956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.68" OriginalAmount="39.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16907" Longitude="101.65296" StarRating="3" HotelCode="|392475" HotelName="The Signature Service Suite Mont Kiara By Klhomesweet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kiara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/4/7/5/392475_4322a3b1011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.77" OriginalAmount="39.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.136757" Longitude="101.711722" StarRating="0" HotelCode="|441021" HotelName="D'majestic Premier Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>376, Jalan Pudu, Kuala Lumpur, 55100, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/2/1/441021_9da91ab1717.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.16" OriginalAmount="39.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12818" Longitude="101.6805" StarRating="0" HotelCode="|239607" HotelName="Kl Bangsar Sentral (est)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44, Jalan Ang Seng, Brickfields,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/0/7/239607_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.18" OriginalAmount="39.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16305" Longitude="101.65588" StarRating="4" HotelCode="|390714" HotelName="Dorsett Hartamas Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>D-G-08 Plaza Damas, No. 63 Jalan Sri Hartamas 1, Taman Sri Hartamas ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/1/4/390714_886cb0e0948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1383115-24019359/2569111088795020000/3848" HotelName="PARK INN BY RADISSON PUTRAJAYA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/51000000/50570000/50563500/50563447/c292827f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|886952-26112441/2569111088795020000/5684" HotelName="ST NOMAD M CITY AMPANG KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23480000/23477000/23476909/1a6a979d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.40" OriginalAmount="40.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15903" Longitude="101.71422" StarRating="4" HotelCode="|597177" HotelName="Santa Grand Signature Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 36 Menara Santa Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/1/7/7/597177_2392b0b2239.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.69" OriginalAmount="40.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.140364" Longitude="101.710273" StarRating="3" HotelCode="|392818" HotelName="Royal Apartments At Taragon Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Level 11-7 Taragon Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/8/1/8/392818_b5910aa1005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.73" OriginalAmount="40.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14008768" Longitude="101.71205404" StarRating="4" HotelCode="460907|1974275" HotelName="Mercure Kuala Lumpur Shaw Parade" 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>Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/74/4d74e22faccfd6e372f25a27393329436383a961.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.89" OriginalAmount="40.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16297235" Longitude="101.71443635" StarRating="4" HotelCode="726151|2271935" HotelName="ibis Kuala Lumpur City Centre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Dining,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Yap Kwan Seng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/7a/ca7a46c392cdc42b3001c28d5e1a2969592d2827.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located right in the heart of Kuala Lumpur, ibis Kuala Lumpur City Centre is only a 5-...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.96" OriginalAmount="40.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1447" Longitude="101.7042" StarRating="0" HotelCode="|440960" HotelName="The Robertson Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Idaman Robertson, No 2, Jalan Robertson, Bukit Bintang, 50150 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/6/0/440960_8853e6d1656.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.00" OriginalAmount="40.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146452" Longitude="101.705624" StarRating="3" HotelCode="|441005" HotelName="Ceylonz Suites by MyKey Global" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Persiaran Raja Chulan, Kuala Lumpur, Federal Territory of Kuala Lumpur, 50200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/0/5/441005_a7e50690731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|267720-18289509/2569111088795020000/3210" HotelName="CAIRNHILL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9626600/9626544/ce57d553_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1404591-32738894/2569111088795020000/6186" HotelName="METROSTAR HOTEL KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90040000/90037000/90036956/ecf1d3cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.122443" Longitude="101.682317" StarRating="3" HotelCode="267076|my_hotel__mid_valley" HotelName="Ray Parc Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 2/87G, Off Jalan Syed Putra, Taman Seputeh, 58000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/d3/2ad3a4525acc5cb02a8e49ff5092da6a093d2c35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14252045" Longitude="101.71017685" StarRating="0" HotelCode="965197|cool_service_suites_at_times_square" HotelName="Cool Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Bukit bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/86/ad86216ebfc87c39fe2ec1bc33217b8722ac558d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.74" OriginalAmount="41.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159673" Longitude="101.699249" StarRating="4" HotelCode="|468607" HotelName="Quill Residences Kuala Lumpur, Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1018 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/6/0/7/468607_b46006b1808.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.83" OriginalAmount="41.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145241" Longitude="101.712498" StarRating="4" HotelCode="76105|18124" HotelName="Royal Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Walter Grenier, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/89/0b89efcc57e765be56f40a7e0d7142801411c7b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the Golden Triangle in Kuala Lumpur: a haven for shopping, gou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.83" OriginalAmount="41.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144324" Longitude="101.706152" StarRating="3" HotelCode="187993|896735" HotelName="Sky Express Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu, Kuala Lumpur 55100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/308681/308681a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.95" OriginalAmount="41.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14927" Longitude="101.70034" StarRating="3" HotelCode="|470493" HotelName="lyf Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan Raja Chulan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/4/9/3/470493_97e62871947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.24" OriginalAmount="41.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14462012" Longitude="101.70424861" StarRating="3" HotelCode="746362|3114775" HotelName="The Robertson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Robertson, 50150 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/97/2d975aea74784cd80e328937fce33ce0b1a42ea7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|529697-18230833/2569111088795020000/3840" HotelName="INNB PARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18560000/18558100/18558082/0d83ca21_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1083330-26339831/2569111088795020000/5431" HotelName="H BOUTIQUE HOTEL XPLORER LOKE YEW" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36250000/36247600/36247571/a034ea0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155006536917" Longitude="101.70820551147" StarRating="3" HotelCode="224800|placin_at_crown_regency_kl" HotelName="Crown Regency Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan P. Ramlee, Kuala Lumpur 50250</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/13/ec136153d24936fa7cd55f2bd771d2ccd5389a82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="3" HotelCode="845076|rainbow_suites_at_times_square" HotelName="Rainbow Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/05/bd0562350b57e59e35ed27274d58963d64440595.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.30" OriginalAmount="42.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14257" Longitude="101.70991" StarRating="3" HotelCode="|396561" HotelName="Queens Service Suite At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East Tower, Lot 07-29, 7th Floor, Berjaya Time Square. No 1, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/6/1/396561_0bb4fe51047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.47" OriginalAmount="42.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.132234" Longitude="101.688" StarRating="2" HotelCode="|398053" HotelName="Nu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 37 Jalan Thambypillai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/0/5/3/398053_bee933e1342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.80" OriginalAmount="42.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09325" Longitude="101.73898" StarRating="3" HotelCode="|440837" HotelName="EkoCheras Luxury Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 693, Batu, 5, Jalan Cheras, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 56000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/3/7/440837_489ba7a1752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.04" OriginalAmount="42.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1436897" Longitude="101.7057154" StarRating="3" HotelCode="|386183" HotelName="Swiss Garden Residences Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2 Jalan Galloway, Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/1/8/3/386183_1_2333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.353678" Longitude="-122.874701" StarRating="2" HotelCode="0|282461-18248323/2569111088795020000/3067" HotelName="GOLD TREE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2400 BIDDLE ROAD,MEDFORD,UNITED STATES,97504</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8700000/8690600/8690540/242dbb48_b.jpg</HotelPictures>
        <HotelDescription>With accommodations that are both comfortable and affordable the Motel 6 Medford North is a good choice for business or pleasure on a budgetClassic accommodations Close proximity to many local attractions This is a hotel for the budget minded traveller The hotel is ideally located in Medford and features an Outdoor swimming pool, Self Laundry and Wi-Fi internet access.   Hotel Email Address: groupsales@motels6.com&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1427510-27600627/2569111088795020000/6100" HotelName="FAMILY APARTMENT AT TIMES SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103600000/103593400/103593346/cedede61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451725" Longitude="101.70675533" StarRating="3" HotelCode="321252|12fly_hotel" HotelName="12FLY Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16-1 Jalan Tong Shin, Bukit Bintang 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b8/abb8b4b4b841789842074afcb2f96d9c55ee7d21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14283898" Longitude="101.71024511" StarRating="3" HotelCode="845554|the_apartments_times_square" HotelName="The Apartments at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Designated Smoking Area,Elevator,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/12/931294a2fd6d6ffae1b4e4c2e5d4afe83a3c0e97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Kuala Lumpur, The Apartments @ Times Square puts everything the city has ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14287294" Longitude="101.71039482" StarRating="3" HotelCode="845142|best_service_suites_at_times_square_2" HotelName="Best Service Suites at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c4/8fc4376bde2620fb7e7a351502f72a92ad578a3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.47" OriginalAmount="43.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14265" Longitude="101.71" StarRating="3" HotelCode="|397207" HotelName="Falcon Apartment At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1,Jalan Imbi.Bukit bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/0/7/397207_cdd5acc1001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.50" OriginalAmount="43.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588025621868" Longitude="101.69414162636" StarRating="4" HotelCode="16299|18014" HotelName="Summit Hotel KL City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/df/13dfdb3704459848e2deea8612476237e0f99ac8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located in the heart of business and shopping districts of Kuala Lumpur. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.57" OriginalAmount="43.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14925101" Longitude="101.70635053" StarRating="4" HotelCode="435709|1987955" HotelName="Verdant Hill Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Changkat Raja Chulan, Bukit Ceylon, 50200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/ac/48ace28c1cc59245da3a526ffc95a493a6394694.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.02" OriginalAmount="43.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16313" Longitude="101.71493" StarRating="4" HotelCode="|386532" HotelName="Ibis Kuala Lumpur City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/5/3/2/386532_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.04" OriginalAmount="43.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1619509" Longitude="101.6961092" StarRating="3" HotelCode="|33945" HotelName="Grand Continental Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BELIA/JALAN RAJA LAUT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/4/5/33945_1_3738.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 27 floors and 309 rooms. This air-conditioned hotel has a restaurant, a cafÃ©, a hall with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers guests a conference room, room service, a laundry service and a car park. SITUATION: It is situated in the surrounding area of banks, the government building and business areas. Clients can also find shopping centres, and metro stations. 45 minutes away from the establishment you have Kuala Lumpur Airport. ROOM: The rooms have a bathroom with a hairdryer, a shower, a direct line telephone, a television and a mini-bar. They also have a coffee maker, a kettle, individual air-conditioning, a safe and a terrace. FACILITIES: Clients can find a gym and a swimming pool with a children's area. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.10" OriginalAmount="43.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144795" Longitude="101.704349" StarRating="3" HotelCode="|397753" HotelName="The Robertson by Homes Asian" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Robertson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/7/5/3/397753_539ecfc1015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|886979-26112475/2569111088795020000/4695" HotelName="CEYLONZ SEASONAL SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/57000000/56930000/56929500/56929418/cc680854_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427529-27589540/2569111088795020000/6024" HotelName="SCARLETZ SUITES KLCC BY MYKEY GLOBAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83100000/83098000/83097967/1fe457a0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441439813105" Longitude="101.70519397127" StarRating="4" HotelCode="410665|swissgarden_residences_kuala_lumpur" HotelName="Swiss-Garden Residences Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2A Jalan Galloway, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/74/4b7494b81fce8f13459d54938dadfee633983113.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur, about 9 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.61" OriginalAmount="44.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15838" Longitude="101.70467" StarRating="3" HotelCode="|236291" HotelName="Mercu Summer Suite Klcc At Penguin Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MERCU SUMMER SUITE, 8, JALAN CENDANA OFF</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/2/9/1/236291_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.75" OriginalAmount="44.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14257" Longitude="101.70991" StarRating="0" HotelCode="|405214" HotelName="Grand Service Apartment At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Jalan Imbi, Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/1/4/405214_ec9a3411036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.85" OriginalAmount="44.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14286" Longitude="101.71015" StarRating="0" HotelCode="|239735" HotelName="Real Point Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square E Twr, Suite A 20-1 1 Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/3/5/239735_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.90" OriginalAmount="44.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1643131" Longitude="101.69226674" StarRating="3" HotelCode="845839|2253615" HotelName="Best KL City View @ Regalia Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Anjung Putra, Off Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/a8/f3a8f9ebead557dfd0285d824a3707e53b3a3b2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.02" OriginalAmount="44.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158473" Longitude="101.703835" StarRating="4" HotelCode="|546688" HotelName="The Platinum Suites KLCC by Veedu Hauz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/6/8/8/546688_c73af7b1047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.26" OriginalAmount="44.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13684" Longitude="101.70084" StarRating="0" HotelCode="|589204" HotelName="Crystal Suite at Opus Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Jalan Talalla opus resedench 2-21-03</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/2/0/4/589204_a411cd02008.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.26" OriginalAmount="44.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158542" Longitude="101.703882" StarRating="3" HotelCode="|545785" HotelName="Amazing Pool By Platinum Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Face Suites, Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/7/8/5/545785_58b0e8a1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.32" OriginalAmount="44.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12845" Longitude="101.68068" StarRating="3" HotelCode="|396789" HotelName="KL Sentral Bangsar Suites (EST) by Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44A Jalan Ang Seng, Bricksfields, Kuala Lumpur, 50470</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/7/8/9/396789_768636a1034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.39" OriginalAmount="45.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0854409" Longitude="101.5227072" StarRating="2" HotelCode="|398368" HotelName="Super Oyo 530 Dd" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL TENGKU AMPUAN ZABEDAH E 9 E SEKSYEN 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/6/8/398368_d8c4df50732.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.51" OriginalAmount="45.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142361" Longitude="101.709716" StarRating="3" HotelCode="|396785" HotelName="Residency Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/7/8/5/396785_44d6f2f1252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.70" OriginalAmount="45.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.149268" Longitude="101.706417" StarRating="4" HotelCode="|211073" HotelName="Verdant Hill Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.6 Changkat Raja Chulan,Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/3/211073_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.91" OriginalAmount="45.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16426" Longitude="101.69212" StarRating="3" HotelCode="|234672" HotelName="Best Kl City View At Regalia Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B-12-06, Regalia Residence 2 Off Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/7/2/234672_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.91" OriginalAmount="45.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162235" Longitude="101.713274" StarRating="4" HotelCode="|441364" HotelName="Ceylonz Suite by Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Persiaran Raja Chulan, Bukit Bintang, 50200 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/3/6/4/441364_c3572e81343.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.30" OriginalAmount="45.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15074416" Longitude="101.70852132" StarRating="3" HotelCode="442581|1867328" HotelName="Holiday Inn Express Kuala Lumpur City Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>84 Jalan Raja Chulan, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/59961/c5c37754-075b-4306-a4ce-0140a3790c29.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162948" Longitude="101.657201" StarRating="4" HotelCode="186265|64174" HotelName="Damas Suites &amp; Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Damas Club, Plaza Damas 3, 63 Jalan Sri Hartamas 1, Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/98/4b98cd8bd9d6f45f712e0b2c44842b89650deb0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled beautifully in the heart of Sri Hartamas, offering a chic and trendy environmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.5725695" Longitude="10.4569083" StarRating="4" HotelCode="0|352607-18248271/2569111088795020000/3734" HotelName="THE SIGNATURE SERVICED SUITES &amp;amp; STUDIOS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>LANGENSCHWAND 35A, JUNGHOLZ, AT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9770000/9760900/9760831/14450617_b.jpg</HotelPictures>
        <HotelDescription>Property Desc: Location. Bed &amp;amp; Breakfast Jungholz is located in Jungholz. Property Features. Recreational amenities include a sauna. Wireless Internet access (surcharge) is available in public areas. A bar/lounge is open for drinks. The bed &amp;amp; breakfast serves a complimentary breakfast. The property offers a roundtrip airport shuttle (surcharge). Guest parking is complimentary. Additional property amenities include a library, an arcade/game room, and ski storage. This is a smoke-free property. Guestrooms. 17 guestrooms at Bed &amp;amp; Breakfast Jungholz feature windows that open and makeup/shaving mirrors. All accommodations have balconies. Bathrooms feature showers and hair dryers. Televisions have cable channels and video-game consoles. Rooms also include clock radios. Guests may request extra towels/bedding. Guestrooms are all non-smoking. Room Info: Notifications and Fees: Unless otherwise indicated, the charges below are not included in the overall room price. If not included in the overall room price, they will be charged by the property at check-in or check-out. Charges can vary, for example, based on length of stay or the room you book. This property told us they will charge you for the following: A tax is imposed by the city: EUR 1.70 per person, per night We have included all charges provided to us by the property. However, charges can vary, for example, based on length of stay or the room you book. Additional fees and deposits may be charged by the property at time of service, check-in, or check-out. Hotel Policy: You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property. Checkin Instructions: Extra-person charges may apply and vary depending on hotel policy. Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges. Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed. Property Information: Pets allowed Check-in time starts at 3:30 PM Check-out time is 11 AM &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1318216-26629184/2569111088795020000/4724" HotelName="ARTE MONT KIARA MANAGED BY AIRHOST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72060000/72051500/72051447/e21e1cba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|414554-25592686/2569111088795020000/5623" HotelName="OASIA SUITES KUALA LUMPUR BY FAR EAST HOSPITALITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13270000/13266200/13266168/4c9cc765_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145594" Longitude="101.709609" StarRating="2" HotelCode="187985|bintang_warisan_hotel" HotelName="Bintang Warisan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/63/b3637fe95631529605c81eb186376540356b0c25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14276365" Longitude="101.71013699" StarRating="3" HotelCode="965861|grand_service_suite_at_times_square_kuala_lumpur" HotelName="Grand Service Suite at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/15/ed15bf80dc678df3a584f0e860e1e1810ff55fc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.67" OriginalAmount="46.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144435" Longitude="101.704162" StarRating="3" HotelCode="|397333" HotelName="Robertson Residences At Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Robertson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/3/3/397333_f788a691043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.74" OriginalAmount="46.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142878" Longitude="101.702421" StarRating="0" HotelCode="|404487" HotelName="Olympic Malaysia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Jebat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/8/7/404487_4c69fd40828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.13" OriginalAmount="46.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.163102" Longitude="101.713984" StarRating="3" HotelCode="|554892" HotelName="Royce Residence By Dormeo Destinations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/9/2/554892_4e7ae251546.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.21" OriginalAmount="46.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160508" Longitude="101.735335" StarRating="0" HotelCode="|404222" HotelName="Five Senses Suite At M Suite Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>283, Jalan Ampang, Desa Pahlawan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/2/2/2/404222_d6ecc4f1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.27" OriginalAmount="46.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167357" Longitude="101.695661" StarRating="4" HotelCode="|471541" HotelName="Chambers Residence By Five Senses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ipoh Kecil, Chow Kit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/4/1/471541_1ddb7381209.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.29" OriginalAmount="46.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14232" Longitude="101.7101" StarRating="3" HotelCode="|394281" HotelName="Eastern Suites At Times Square Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/8/1/394281_3e865e31022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.40" OriginalAmount="46.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.150733" Longitude="101.708627" StarRating="3" HotelCode="|204004" HotelName="Holiday Inn Express Kuala Lumpur City Centre, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Jalan Raja Chulan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/0/0/4/204004_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3956-272075/2569111088795020000/597" HotelName="ROYAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527700/527671/3deae2ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1441527-32715217/2569111088795020000/3826" HotelName="MERCURE KUALA LUMPUR TRION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100410000/100404900/100404824/e5fd7a59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.44" OriginalAmount="47.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145123" Longitude="101.696298" StarRating="3" HotelCode="|32971" HotelName="Ancasa Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN TUN TAN CHENG LOCK, PO BOX 12700</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/7/1/32971_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, is perfect for business and holiday stays, has air-conditioning and has 200 rooms a reception, a safety deposit box service, a lift and a restaurant. The establishment also offers room service, a laundry service and a car park. SITUATION: The hotel is in the historic centre, nearby, you will find the business area, in the surrounding area, clients have the railway station, the bus station, is 10 minutes away from a market, Chinatown it is situated 2 minutes away from 30 minutes away from the establishment guests have the mosque. ROOM: Customers can find large and inviting rooms with adjustable air-conditioning system, a safe, internet, a direct line telephone, a satellite TV and films. They also have a mini-bar, a coffee maker, a kettle and a hairdryer (available on request). FACILITIES: The establishment boasts a spa, treatments and aromatherapy treatments. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment also offers a bar. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.54" OriginalAmount="47.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158544" Longitude="101.703885" StarRating="3" HotelCode="|440830" HotelName="KL Platinum Suites by SNC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, Platinum Suites, Kuala Lumpur, KL, 50250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/3/0/440830_45a9faf0909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.78" OriginalAmount="47.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1452912894585" Longitude="101.69924587011" StarRating="3" HotelCode="58323|17854" HotelName="Ancasa Hotel &amp; Spa Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Tan Cheng Lock, 50500 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/2c/dd2c81d71368e0e6752966961ae2c4f4ac38d0c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the historical part of the city, close to Kuala Lumpur's business ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.85" OriginalAmount="47.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142161" Longitude="101.71064" StarRating="0" HotelCode="|404219" HotelName="Kl Times Square Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/2/1/9/404219_d62836f1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.19" OriginalAmount="47.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15443" Longitude="101.70706" StarRating="0" HotelCode="|247393" HotelName="Vortex Klcc By Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/3/9/3/247393_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.36" OriginalAmount="47.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154727" Longitude="101.707367" StarRating="3" HotelCode="|404116" HotelName="Luxe Suites At Vortex Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/1/6/404116_146aae90232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242723-20825723/2569111088795020000/2863" HotelName="AMI SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/59000000/58500000/58497200/58497162/f3252d2a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|193258-18872665/2569111088795020000/3013" HotelName="CITIZENM KUALA LUMPUR BUKIT BINTANG HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4600000/4598800/4598754/92ee4433_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12941126" Longitude="101.75455514" StarRating="3" HotelCode="511750|sojourn_guest_house" HotelName="Sojourn Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 &amp; 3 Jalan Pandan Indah 4/2, Pandan Indah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/52/56528c72eb71c6fd1e1bbd6dc4b2364efa258d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Sojourn Guest House offers comfort and convenience whether you're on business or holiday ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15581659" Longitude="101.70822992" StarRating="3" HotelCode="792050|parkview_service_apartment_klcc" HotelName="Park View Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Changkat Perak, Off Lorong Perak, City Centre, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/07/6107865db26821913fe7cb352abb6060b890fdc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12750822" Longitude="101.68031148" StarRating="3" HotelCode="876441|kl_sentral_bangsar_suites_est" HotelName="The Establishment by Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/49/b049bd2e11b11df93af9e4faaaf2cf13ce502bda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.46" OriginalAmount="48.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448865" Longitude="101.7096545" StarRating="3" HotelCode="|32618" HotelName="Capitol Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BULAN, OFF JALAN BUKIT BINTANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/6/1/8/32618_1_9771.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1957, has air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a cafÃ© and a restaurant. The establishment also offers room service, a laundry service and a car park. SITUATION: It is inBukit Bintang the heart of is situated in Kuala Lumpur the leisure and shopping area of near the establishment, you will find Sungei Wang Plaza and BB Plaza the shopping centres Clients can also find Bintang Walk the shopping centres. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, a satellite television with films, a mini-bar, a coffee maker, a teapot and an ironing set. They also have a safe, an electronic key, an alarm clock and an individual air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.62" OriginalAmount="48.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14297" Longitude="101.71041" StarRating="0" HotelCode="|238352" HotelName="Kl Service Suite At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East tower, Suite 22-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/3/5/2/238352_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.92" OriginalAmount="48.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1715846647316" Longitude="101.69602879166" StarRating="4" HotelCode="37486|88317" HotelName="Vistana Kuala Lumpur Titiwangsa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Lumut, Off Jalan Ipoh, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/89/6b89601adb86ac0589e69e37eab6563fac9be949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located within Kuala Lumpur's main business hub, this city hotel is within short walki...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.04" OriginalAmount="48.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.128108" Longitude="101.680411" StarRating="0" HotelCode="|440933" HotelName="The Establishment Est Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 44A, Jalan Ang Seng, Brickfields, Kuala Lumpur, Wilayah Persekutuan, 50470</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/3/3/440933_903bd1d1124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.44" OriginalAmount="48.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1581867" Longitude="101.7185102" StarRating="0" HotelCode="|89498" HotelName="Perdana Kuala Lumpur City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10, JALAN BINJAI, 50450 KUALA LUMPUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/9/8/89498_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1324043-26636001/2569111088795020000/4738" HotelName="ALIA PREMIER KLCC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76110000/76104000/76103924/a45ac10a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1082950-26339157/2569111088795020000/6002" HotelName="ESTABLISHEMENT BY SLEEPY BEAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/51000000/50910000/50908000/50907954/3f38f803_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14252396" Longitude="101.71052277" StarRating="3" HotelCode="845365|best_service_suites_at_times_square" HotelName="Times Service Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Designated Smoking Area,Elevator,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c2/0ac299baab29418d652ad8b214751c3dee9796dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;We are service suite within Times Square super mall the monorail station is right in front of the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.49" OriginalAmount="49.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0849316687158" Longitude="101.6736549139" StarRating="3" HotelCode="67211|17994" HotelName="The Pearl Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Batu 5, Jalan Klang Lama, 58000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bb/b3bbaa31e6e32d00cb1badcd4fcb6ec2fd7c1dcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Pearl Point Shopping Mall, Jusco J-1 Supermarket, Parkson Grand ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.55" OriginalAmount="49.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.130363" Longitude="101.723306" StarRating="4" HotelCode="|534379" HotelName="UNA Sunway Velocity by Unimax" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Peel Cheras, Maluri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/7/9/534379_23d142c1419.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.72" OriginalAmount="49.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159567" Longitude="101.696724" StarRating="4" HotelCode="285007|1059418" HotelName="Premiera Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Jalan Tuanku Abdul Rahman, Menara Mara, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/71/a5719fbf6156a95c47db657a39684df7ea452ead.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.03" OriginalAmount="49.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.166312" Longitude="101.692747" StarRating="5" HotelCode="|165410" HotelName="Sunway Putra , Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9th Floor, Sunway Putra Palace, 100 Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/4/1/0/165410_4a5dcf91326.jpg</HotelPictures>
        <HotelDescription>HOTEL: The SUNWAY PUTRA is rated four stars, it was opened in 1994, has a cafÃ©, a swimming pool and a gym. SITUATION: This establishment is in the centre of Kuala Lumpur. It is located near National Mosque, ROOM: The establishment has 620 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.11" OriginalAmount="49.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147327" Longitude="101.712635" StarRating="4" HotelCode="173333|215876" HotelName="Fahrenheit Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Jalan Bukit Bintang, 5th Floor Fahrenheit 88, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cd/b9cd73a5ef28a957f56812941c80847996076cfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a strategic location in the heart of the city. It is situated steps away from the r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.14" OriginalAmount="49.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142696" Longitude="101.709432" StarRating="4" HotelCode="|393668" HotelName="KL Service Apartment at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square East Tower, Suite A-40-09, No.1, Jalan Imbi, Kuala Lumpur, 55100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/6/6/8/393668_ba2db360926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.15" OriginalAmount="49.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08505" Longitude="101.673175" StarRating="3" HotelCode="|34844" HotelName="The Pearl Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BATU 5, JALAN KLANG LAMA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/4/4/34844_1_4307.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 563 air-conditioning rooms, a hall with a reception, a safety deposit box service, a lift, a restaurant and conference facilities. The establishment offers room service and a laundry service. SITUATION: It is nearPearl Point the shopping centre Clients can also find a supermarket, Parkson Grand Plaza OUG the shopping centre tourist points of interest, the central station, the sports centre, the convention centre, Citrus Park the theme park Sunway Lagoon the water park. it is well-connected with the motorway. ROOM: The rooms have a bathroom, a television, individual air-conditioning, a hairdryer and a direct line telephone. They also have data connection, an answering machine, a coffee maker, a kettle, a radio, films, a safety deposit box and a mini-bar. FACILITIES: The establishment boasts a spa and a covered swimming pool. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant with typical cuisine, Occidental dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.22" OriginalAmount="49.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.171641" Longitude="101.712433" StarRating="0" HotelCode="|404133" HotelName="Expressionz Suites by iHost Global" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 30, Jalan 1/65A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/3/3/404133_9505dd80337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.32" OriginalAmount="49.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1497129363747" Longitude="101.71713352203" StarRating="5" HotelCode="104009|98228" HotelName="Royale Chulan Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Conlay, City Centre, 50450 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/8e/ab8e9cd3063dbbe8a91df0e0c6cbe674df08f991.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;For a city hotel, location is everything and this one is central to most inner city attractions, ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14647" Longitude="101.71568" StarRating="3" HotelCode="|240567" HotelName="Tribeca Hotel and Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 215 Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/5/6/7/240567_64246781620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|414485-18222978/2569111088795020000/842" HotelName="VERDANT HILL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13480000/13478300/13478286/cad2684d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.64" OriginalAmount="50.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156959" Longitude="101.7220675" StarRating="5" HotelCode="|69984" HotelName="Micasa All Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>368-B, Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/8/4/69984_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.00" OriginalAmount="50.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162823" Longitude="101.656117" StarRating="3" HotelCode="|397404" HotelName="Dorsett Residences Sri Hartamas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Sri Hartamas 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/0/4/397404_0bad80b1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.34" OriginalAmount="50.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158128" Longitude="101.719147" StarRating="4" HotelCode="67500|227496" HotelName="PNB Perdana Hotel &amp; Suites On The Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Binjai, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/0e/0e445a4a6ec5c7e5/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of the city's business, residential and entertainment dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.40" OriginalAmount="50.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.157095" Longitude="101.721924" StarRating="4" HotelCode="63916|64584" HotelName="MiCasa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>368-B Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/52/1052de1ea0a87d2519a4fa767690cea00467b04e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a prestigious location within the embassy and business district, a stone's throw aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.334981" Longitude="-76.735017" StarRating="3" HotelCode="0|545432-25699999/2569111088795020000/5303" HotelName="GRAND SERVICE APT AT TIMES SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>7500 ALLENTOWN BLVD, HARRISBURG, 17112, PA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23950000/23945000/23944988/66f6bf04_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11794" Longitude="101.678646" StarRating="3" HotelCode="63774|the_boulevard_st_giles_premier_hotel" HotelName="Cititel Mid Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mid Valley City, Lingkaran Syed Putra, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/10/a810106e5b23be6aa610b7311656a19784660f89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of Klang Valley, between Kuala Lumpur and Petaling Jaya, this hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14275" Longitude="101.7102" StarRating="4" HotelCode="982962|kl_service_apartment_at_time_square" HotelName="KL Service Apartment at Time Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, East Tower, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f6/4ef6ee490d96f1ecdf1c1e589d779ec6db74e83e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.54" OriginalAmount="51.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159238" Longitude="101.705194" StarRating="5" HotelCode="311548|1060148" HotelName="Fraser Residence Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Cendana, Off Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/bc/57bcf2d8836545caf2690a61e8a929ac41549db9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.57" OriginalAmount="51.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1631334" Longitude="101.656961" StarRating="4" HotelCode="|128137" HotelName="Damas Suites and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 63 Jalan Sri Hartamas 1,Taman Sri Hartamas.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/3/7/128137_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.59" OriginalAmount="51.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.943152" Longitude="101.69978" StarRating="5" HotelCode="|34960" HotelName="Pulse Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TAMAN PUTRA PERDANA, PRESINT 1, 62000 PUTRAJAYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/6/0/34960_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern style, boutique hotel, is perfect for business and holiday stays, was opened in 2003, has air-conditioning and 118 rooms. Guests can also find a lobby with a reception, a safety deposit box service, a lift, a bar, a restaurant, conference rooms, WiFi, a laundry service, room service and a car park. SITUATION: It is in an excellent location, 30 minutes away, you can find Kuala Lumpur the city of it is 35 minutes away from Petronas the towers Clients can also find, 40 minutes away from the establishment you have a public transport stop 25 minutes away fromKuala Lumpur Airport. ROOM: The spacious rooms, have a terrace, internet, a direct line telephone with an answering machine and individual air-conditioning. They also have satellite or cable TV, a coffee maker, a kettle, a mini-bar, a safe and a bathroom. FACILITIES: Outdoors, guests have access to a swimming pool, Guests are offered a massage service, a sauna and facial treatments. The establishment has a gym and a spa. close to the establishment, you can find a golf course, motorboat rides. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoyPalm Hill CafÃ© the cafÃ© with traditional and international dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.97" OriginalAmount="51.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147109" Longitude="101.708249" StarRating="0" HotelCode="|470684" HotelName="Stay With Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51-A, Changkat Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/8/4/470684_eac136b1202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.18" OriginalAmount="51.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158161" Longitude="101.703754" StarRating="5" HotelCode="650811|1896485" HotelName="The Face Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/38/9938d1f8da4d0e8717429fae9a4a1b29cecdda3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.61" OriginalAmount="52.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.141469" Longitude="101.70464" StarRating="3" HotelCode="|397687" HotelName="Bbhomes At Casa Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Jalan Galloway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/8/7/397687_4235a2d1058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.99" OriginalAmount="52.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14291" Longitude="101.710121" StarRating="4" HotelCode="|390453" HotelName="Kl Bintang Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square East, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/5/3/390453_c7cc6e80915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.40" OriginalAmount="52.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1227757431824" Longitude="101.72956531775" StarRating="3" HotelCode="321036|935135" HotelName="Seri Cempaka Service Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Pudu Ulu, Tower 2, Menara PGRM, Cheras, 56100 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/6c/2a6cc7bad64a55e7c1f91d6a06c1c8f14d842003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Cheras.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133802" Longitude="101.663363" StarRating="4" HotelCode="186940|63864" HotelName="The Nomad Residences Bangsar" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Ara, Bangsar, 59100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/d9/35d9d98af08d3475e95a8674b349323a4c9e7070.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the city centre, this apartment hotel is close to Bangsar Village, the Malaysian Houses ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|167022-18141479/2569111088795020000/855" HotelName="FAHREHEIT SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4330000/4322400/4322347/5638d54b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12644-18124783/2569111088795020000/2385" HotelName="ANCASA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/930000/920500/920411/2e319ded_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1427508-27593580/2569111088795020000/6078" HotelName="EXPRESSIONZ KLCC BY MANA-MANA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93170000/93163600/93163567/c4946d02_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485488944671" Longitude="101.70763750543" StarRating="4" HotelCode="319465|invito_hotel_suites" HotelName="Ramada Suites by Wyndham Kuala Lumpur City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong Ceylon, Bukit Ceylon, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/e3/12e31db78b05fb8c4d4b092f30da221d4514231b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.64" OriginalAmount="53.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.766671" Longitude="101.6933692" StarRating="3" HotelCode="|59557" HotelName="ibis Styles Sepang KLIA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN KLIA 1/60 SEPANG, SELANGOR SEPANG, SELANGOR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/5/7/59557_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, has 338 rooms and suites. It has a lobby with a reception, a restaurant, conference rooms, room service, a laundry service and a car park. SITUATION: It is located close toKuala Lumpur Airport 8 minutes away, you can find the Formula 1 the Circuit It is situated 28 minutes away fromKuala Lumpur the city centre of Petaling Street 45 minutes away from the establishment you have Clients can also find Petronas the towers. ROOM: The establishment has superior rooms, deluxe rooms, executive rooms, executive suites and family suites. They have an individual air-conditioning system, a satellite TV, a coffee maker, a kettle, a bathroom and a direct line telephone. They also have a mini-bar, a safe, a hairdryer and water (free of charge). FACILITIES: You can find a swimming pool, tennis courts, a gym, a sports bar, a bistro restaurant, billiards, darts and games. MEALS: Regarding the food and beverage offering, the establishment offersMelting Pot CafÃ© the restaurant. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.91" OriginalAmount="53.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.28283" Longitude="101.54263" StarRating="0" HotelCode="|605337" HotelName="Gaia Residence, Gamuda Gardens Rawang by Sleepy Bear" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gaia Residences, 48050 Rawang, Selangor.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/3/3/7/605337_57328b02311.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.98" OriginalAmount="53.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161987" Longitude="101.71282" StarRating="4" HotelCode="|535750" HotelName="Scarletz Suites by Five senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/7/5/0/535750_f730fe62059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1442255289131" Longitude="101.70822226257" StarRating="4" HotelCode="47330|5142" HotelName="Royale Chulan Bukit Bintang" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17-21 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/c3/c3f81450a626102f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a perfect location, directly in the heart of the Golden Triangle in Kuala Lumpur. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14258268" Longitude="101.71014078" StarRating="3" HotelCode="844935|kl_bintang_suites_at_times_square" HotelName="KL Bintang Private Unite at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/ec/98ecfdeb29ab8b37393745a8c84289b8d2bc71d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.85" OriginalAmount="54.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15941" Longitude="101.70544" StarRating="5" HotelCode="|188572" HotelName="Sfera Residence Kuala Lumpur City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Cendana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/7/2/188572_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.89" OriginalAmount="54.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.065689" Longitude="101.484958" StarRating="3" HotelCode="|203246" HotelName="Best Western I-city Shah Alam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A-GF-01 NO 6 PERSIARAN MULTIMEDIA, SHAH ALAM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/2/4/6/203246_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.93" OriginalAmount="54.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14435" Longitude="101.705746" StarRating="4" HotelCode="|390723" HotelName="Platinum Suites At Swiss Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117, Jalan Pudu, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/3/390723_3b90fb10947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.94" OriginalAmount="54.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1470559" Longitude="101.7121477" StarRating="4" HotelCode="|43945" HotelName="Ansa Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 Jalan Bukit Bintang, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/4/5/43945_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 239 contemporary style rooms. SITUATION: This hotel is opposite the Golden Triangle of Art is situated in the business area and the leisure area. Near the establishment, guests will find Lot 10 Shopping Centre. Clients can also find Starhill Gallery and Bintang Walk Shopping Centre and The Pavilion. It is situated 10 minutes away from Chinatown 20 minutes away from the establishment clients have the Craft Cultural Complex (also known as Kompleks Budaya Kraf) clients can also find the national gallery. ROOM: The comfortable, smart rooms have a bathroom with a bath or shower, a hairdryer, a direct line telephone, a mini-bar, a coffee maker, a kettle, individual air-conditioning, a safe and internet. FACILITIES: The establishment boasts a spa fully-equipped, a massage service and spa treatments. PAYMENT METHODS: Customers can pay using AmEx, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have L'Opera Restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.32" OriginalAmount="54.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15954" Longitude="101.71816" StarRating="0" HotelCode="|402444" HotelName="Binjai 8 Klcc By Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Suite 1808, level 18, Binjai 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/4/4/4/402444_4e48df21250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.40" OriginalAmount="54.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158649" Longitude="101.703803" StarRating="5" HotelCode="|203490" HotelName="The Face Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020, Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/0/203490_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15903995" Longitude="101.71761911" StarRating="3" HotelCode="601168|335366" HotelName="Binjai 8 Premium Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Lorong Binjai, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/76/ec7638c438a8a9c9f8b351c60230224505967925.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|426758-25602031/2569111088795020000/5255" HotelName="OAKWOOD HOTEL AND RESIDENCE KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16210000/16204900/16204882/8491e62b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.74" OriginalAmount="55.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.128209" Longitude="101.723968" StarRating="0" HotelCode="|396526" HotelName="Sunway Velocity Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV, Sunway Velocity, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/2/6/396526_c3a0f831055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.95" OriginalAmount="55.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143937" Longitude="101.705378" StarRating="3" HotelCode="|404687" HotelName="Swiss Garden Residence Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A Jalan Galloway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/6/8/7/404687_041b86d1304.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.01" OriginalAmount="55.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.128344" Longitude="101.723192" StarRating="3" HotelCode="|392602" HotelName="Velocity Kl Suites By Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV1, Sunway Velocity</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/6/0/2/392602_78650e51004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.53" OriginalAmount="55.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586793680254" Longitude="101.70832514763" StarRating="5" HotelCode="400918|17824" HotelName="Hotel Maya Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/48/ee489d1fd523711a6de8da7141b3d13438e3e46f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the hub of the business and commercial districts adjacent to Kuala Lumpur's famous Petron...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.585800000000000" Longitude="7.743000000000000" StarRating="4" HotelCode="0|35190-18122695/2569111088795020000/1776" HotelName="MICASA ALL SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Quai Kleber, Strasbourg, 67000, France</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1380000/1372100/1372051/2d7ca419_b.jpg</HotelPictures>
        <HotelDescription>This 4 star hotel is located in the city centre of Strasbourg and was established in 1978. It is close to the Cathedrale and the nearest station is Strasbourg. The Hotel has a restaurant, a bar, a conference room, a coffee shop and a fitness centre/gym. All 98 rooms are equipped with minibar, hairdryer, safe, ironing set and air conditioning. category: First style: Modern year Built: 1978 restaurant Count: 1&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1384348-24030245/2569111088795020000/2788" HotelName="SLEEPING LION SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91940000/91935400/91935335/fbd324ad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.74" OriginalAmount="56.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1444188" Longitude="101.705461" StarRating="4" HotelCode="|51694" HotelName="Swiss-garden Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/6/9/4/51694_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is modern. SITUATION: The establishment is in the heart of Kuala Lumpur. Close to the establishment, guests can find the shopping area and the business area. can also find Chinatown ROOM: Guests are offered 310 rooms with TV, a direct line telephone, an air-conditioning system, internet and a bathroom. FACILITIES: have access to a restaurant, a bar, banquet halls, fitness facilities and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.74" OriginalAmount="56.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158843" Longitude="101.704086" StarRating="0" HotelCode="|402570" HotelName="Yemala Suites At Platinum Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/5/7/0/402570_c5d4ce10605.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.83" OriginalAmount="56.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162235" Longitude="101.713274" StarRating="0" HotelCode="|467381" HotelName="Mana-mana Suites At Scarletz Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/3/8/1/467381_60d69ab1740.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.87" OriginalAmount="56.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588448" Longitude="101.7077128" StarRating="5" HotelCode="|59523" HotelName="Maya Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138, Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/2/3/59523_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 207 large rooms, The establishment boasts air-conditioning, a hall with a reception, a safety deposit box service, a lift, a restaurant and room service. SITUATION: This hotel is in the business and commercial area, next to the establishment, clients can find Petronas the tower it is 15 minutes away from the market, Clients can also find. ROOM: The are spacious and modern rooms, Guests are offered 107 suites with a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar and a mini-fridge. They also have a coffee maker, a kettle, an individual air-conditioning system and a safety deposit box. FACILITIES: Guests are offered a massage service, a spa, a heated hydromassage swimming pool and showers. Customers can also find a swimming pool and a gym. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants and a bar. PAYMENT METHODS: With regards gastronomy American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.92" OriginalAmount="56.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143258" Longitude="101.709992" StarRating="4" HotelCode="|55372" HotelName="Melia Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 JALAN IMBI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/7/2/55372_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 302 rooms, 92 standard rooms, 109 deluxe rooms, 47 Premier suites, 49 Melia Deluxe rooms, 4 junior suites and 1 executive suites. It has air-conditioning, a cafÃ©, a restaurant, a hairdresser's, conference rooms, room service and a car park. SITUATION: This hotel is in Kuala Lumpur the city centre of in front of the establishment, guests have Times Square the shopping centre in the surrounding area, clients can find business areas, shopping centres and leisure areas. ROOM: The rooms a bathroom, a direct line telephone, a mini-bar, an ironing set, individual air-conditioning and a safe. FACILITIES: The establishment boasts a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offersEl Patio the cafÃ© local and international dishes. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.95" OriginalAmount="56.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441578" Longitude="101.7083195" StarRating="4" HotelCode="|32851" HotelName="Royal Signature" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-21, Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/5/1/32851_1_3045.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 418 rooms, a lobby, a reception, a safety deposit box service, a currency exchange service and lifts. Guests can find a cafÃ© and conference rooms. The establishment offers guests room service, a laundry service and a car park. SITUATION: It is in Kuala Lumpur city centre. It is in the Golden Triangle, near the establishment, you will find the business area and Bukit Bintang Plaza Shopping Centre. Clients can also find Lot 10. ROOM: The Oriental-style rooms have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar, a coffee maker, a kettle, a safety deposit box and an individual air-conditioning system. FACILITIES: Outdoors, clients can enjoy a swimming pool, deck chairs and a terrace. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and cash. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet restaurant and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.49" OriginalAmount="56.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.174748" Longitude="101.657508" StarRating="4" HotelCode="188018|1182578" HotelName="Wedgewood Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Duta Kiara, La Grande Kiara, Bukit Kiara, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/5f/5f5f1194230970d11aca4968cad6968626446da5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1626804926592" Longitude="101.72037363052" StarRating="4" HotelCode="187199|myhabitat_residences_by_fairlane_hospitality" HotelName="MyHabitat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Aman, 54000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/d9/09/d909fd016f4f7eba7071a0424d4d01cc9c5fda12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a mere stone's throw from Kuala Lumpur city centre, with the Petronas Twin Towers and S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1535143078967" Longitude="101.71005154026" StarRating="3" HotelCode="377544|betty_roux_at_soho_suites_klcc" HotelName="Soho Suites @ KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Perak, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/20/e8204298c1100a18e3de47c47435a90795969ed2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12794597" Longitude="101.7237287" StarRating="3" HotelCode="572696|sunway_velocity_hotel_kuala_lumpur" HotelName="Sunway Velocity Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV, Sunway Velocity, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/73/a9733557e48e6426655273bbbe199044e69acca9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14436119" Longitude="101.70616098" StarRating="3" HotelCode="733821|metropol_hotel_10" HotelName="Metropol Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu, Bukit Bintang, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/1d/841dea6e4bbbece9aa6ba73779d68c53880e072f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15873431" Longitude="101.70491014" StarRating="0" HotelCode="970716|mercu_summer_suites_klcc_by_feel_homes" HotelName="Mercu Summer Suites by Feel Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Off Jalan Sultan Ismail, Kampung Baru, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/6e/506e65f94bcb4fc38cff911b93805905e287a0dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.79" OriginalAmount="57.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158914" Longitude="101.703781" StarRating="3" HotelCode="|397612" HotelName="One Bukit Ceylon Ramada Klcc - Ecosuites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>One Bukit Ceylon, No 1, Lorong Ceylon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/1/2/397612_4c0b4971352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.91" OriginalAmount="57.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155618" Longitude="101.705984" StarRating="4" HotelCode="|33498" HotelName="Concorde Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, JALAN SULTAN ISMAIL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/4/9/8/33498_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 338 rooms, They have air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service and lifts. Guests can find a restaurant, a nightclub, conference rooms, a car park and room service. SITUATION: the Golden Triangle It is in nearby, you will find the business area, is located near the shopping areas, places of interest ,Putra World Trade Center 10 minutes away from the establishment clients have Malaysia Tourism center near the establishment, guests will find Clients can also find Suria KLCC the shopping centre Petronas the towers the convention centre and Kuala Lumpur the Tower of it is 75 kilometres away from the international airport. ROOM: Guests are offered interconnecting rooms, standard rooms, superior rooms, superior executive rooms and non-smoking rooms. The rooms a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: Guests are offered live music, a TV room, a swimming pool, a sauna and a gym. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoyCrossroads the bar Melting Pot CafÃ© the cafÃ© with breakfast service and lunch and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.22" OriginalAmount="57.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15533" Longitude="101.705862" StarRating="4" HotelCode="66146|89136" HotelName="Concorde Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/03/b9030ba8ab961748e392a98f7db24aac18274ccb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Golden Triangle of Kuala Lumpur, the capital of Malaysia. The city's bus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.27" OriginalAmount="57.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1443607547293" Longitude="101.70548483349" StarRating="4" HotelCode="424158|1870678" HotelName="Swiss-Garden Hotel Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>117 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/2c/112c340c3e903e29a24086073d648136234c00bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of Kuala Lumpur, between bustling Bukit Bintang and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.47" OriginalAmount="57.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142208" Longitude="101.710542" StarRating="5" HotelCode="|59492" HotelName="Berjaya Times Square , Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/9/2/59492_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Berjaya Times Square is rated five stars and it is in Kuala Lumpur city centre. This establishment was built in 2004 and has a safety deposit box service. ROOM: Guests are offered 610 rooms with a hairdryer, an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.61" OriginalAmount="57.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15911" Longitude="101.71783" StarRating="3" HotelCode="|391771" HotelName="Binjai 8 Premium Soho KLCC - Artez Maison" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2, Lorong Binjai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/7/1/391771_adc7fbe1041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.70" OriginalAmount="57.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1191831" Longitude="101.677416" StarRating="4" HotelCode="|33237" HotelName="The Boulevard - A St Giles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MID VALLEY CITY, LINGKARAN SYED PUTRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/3/7/33237_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a lobby, with a reception, lifts, air-conditioning, a safety deposit box service and a currency exchange service. Guests can find dining facilities, a bar, room service and a laundry service. SITUATION: Mid Valley City It is in in front of the establishment, you can find the train, is 5 kilometres away from the central train station, is in the city centre, Kuala Lumpur and Petaling Jaya It is between it is well-connected with business zones, the commercial area, the government building, tourist points of interest and shopping areas. Clients can also find leisure areas. ROOM: The establishment has 390 smart, comfortable rooms, have a bathroom, a direct line telephone, a satellite television, a mini-bar, individual air-conditioning, a coffee maker, a kettle and a safe. FACILITIES: The establishment has a swimming pool. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant with traditional and Occidental dishes with terrace, The establishment also offers room service and a lounge bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14428" Longitude="101.7056" StarRating="4" HotelCode="567642|3488" HotelName="Swiss-Garden Hotel &amp; Residences Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,ATM/Cash Machine,Babysitting,Bar,Concierge,Conference Hall,Currency Exchange,Elevator,Internet,Kitchen,Laundry,Massage Centre,Meeting Room,Parking,Porter,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Swimming Pool,Telephone Service,Travel Desk,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>117 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/7b/8a7b5ccb34578f95a2e6ffdc765ef117e4d2053e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Swiss-Garden Hotel &amp; Residences Kuala Lumpur is strategically located in the heart of Kuala Lumpur b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|267668-18163303/2569111088795020000/3259" HotelName="PREMIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8780000/8778000/8777989/w3123h2330x0y0-f64a0b3a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1427532-27601275/2569111088795020000/5858" HotelName="THE SCARLETZ KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104340000/104332100/104332077/7dbf82b3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11923" Longitude="101.67751" StarRating="4" HotelCode="58799|the_boulevard_a_st_giles_hotel_kuala_lumpur" HotelName="The Boulevard - A St Giles Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mid Valley City, Lingkaran Syed Putra, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/97/37972116903109ff7219b9924c92b13da162c7fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically set within Mid Valley City, the city hotel, with the commuter train running right by i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1673451845483" Longitude="101.69211265278" StarRating="4" HotelCode="45314|seri_pacific_hotel_kuala_lumpur" HotelName="Seri Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/df/f5df2d6c9dfb6c0a9bab126876cc8e7349dc84ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur next door to the Putra World Trade Centre, Malaysia's premier ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.10" OriginalAmount="58.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14630187" Longitude="101.71565628" StarRating="3" HotelCode="630828|2283985" HotelName="Tribeca Serviced Suites Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>215 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/0a/2f0a592106be39ed637a8c87f85f3a2ea378beb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.61" OriginalAmount="58.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158527" Longitude="101.703844" StarRating="5" HotelCode="|448765" HotelName="THE FACE Style" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/7/6/5/448765_ec164a21220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|886970-26112463/2569111088795020000/4339" HotelName="YEMALA SUITES AT VORTEX KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48700000/48699000/48698938/59620c1f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16752397" Longitude="101.65250709" StarRating="3" HotelCode="637672|hyatt_house_kuala_lumpur_mont_kiara" HotelName="Hyatt House Kuala Lumpur, Mont Kiara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Printer,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>G-2 Arcoris, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/41/e1419d36fb88a45d89407477017ed43b87362ef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Sepang. Hyatt House Kuala Lumpur Mont Kiara offers wired and wire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.80" OriginalAmount="59.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1423104835894" Longitude="101.71017587185" StarRating="4" HotelCode="61883|17704" HotelName="Berjaya Times Square Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/5b/ff5b640d330fdb04fe6bf7145013e0148b559deb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is sitting on the top of the world with a spectacular view of the city skyline, posi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.84" OriginalAmount="59.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161394" Longitude="101.712171" StarRating="4" HotelCode="|393664" HotelName="Star Suites Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Star Residences No.1 Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/6/6/4/393664_8aa2d8f0938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.90" OriginalAmount="59.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154437" Longitude="101.707004" StarRating="3" HotelCode="|404982" HotelName="Luxury Apartment Near Klcc and City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/9/8/2/404982_e7d9dc81031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.19" OriginalAmount="59.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148974" Longitude="101.708808" StarRating="4" HotelCode="165494|845455" HotelName="PARKROYAL Serviced Suites Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Jalan Nagasari, Off Jalan Raja Chulan, Kuala Lumpur 50200</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/ae/47ae89e357820f557db9db0607a6689cee72d32c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is located in the heart of the city centre, adjacent to the famous Jalan Alor and Bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.22" OriginalAmount="59.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145516" Longitude="101.703484" StarRating="4" HotelCode="|390421" HotelName="Citizenm Kuala Lumpur Bukit Bintang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/2/1/390421_529447b0918.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.34" OriginalAmount="59.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142562" Longitude="101.709623" StarRating="3" HotelCode="|397674" HotelName="1 Ivy Suite At Berjaya Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 1 Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/7/4/397674_3caec0d1052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.73" OriginalAmount="59.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158665" Longitude="101.697022" StarRating="0" HotelCode="|404118" HotelName="Anggun Residences Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 8, Jalan Medan Tuanku Utama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/1/8/404118_c8e84ea1000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427505-27590364/2569111088795020000/4773" HotelName="BINJAI 8 KLCC PREMIUM SOHO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/88000000/87800000/87797400/87797349/bf2b5047_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="4" HotelCode="600061|luxury_apartment_near_klcc_city_centre" HotelName="Vortex Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Nightclub,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/49/5b49d7daffd0a9aa697145c1979287573cef8456.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.99" OriginalAmount="60.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160442" Longitude="101.723903" StarRating="3" HotelCode="|59537" HotelName="Sucasa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 JALAN AMPANG, 50450 KUALA LUMPUR, MALAYSIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/3/7/59537_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips a launderette (for a fee) and a tumble dryer. SITUATION: It is inJalan Ampang the Street of it is close to the business area, Clients can also find Suria KLCC the district of Petronas the towers shopping centres, restaurants and leisure areas. ROOM: Clients are offered one-bedroom apartments, a bathroom, a living room-bedroom, a kitchen, an oven and a microwave. They also have a toaster, a kettle, an air-conditioning system, a fan and a television. RESTAURANT: Regarding gastronomy, the establishment offersPormtip the set-menu and Ã  la carte restaurant local dishes and Occidental food.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.15" OriginalAmount="60.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.151116" Longitude="101.71238" StarRating="4" HotelCode="59743|53764" HotelName="Novotel Kuala Lumpur City Centre" 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,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kia Peng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/34/cc34d0fb0700120ead9326cf3446f337d8d1b981.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the popular Bukit Bintang shopping district and only 500 metres from Petronas Twin Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.50" OriginalAmount="60.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147232" Longitude="101.7154099" StarRating="4" HotelCode="|53964" HotelName="Dorsett Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172, Jalan Imbi, Shopping District.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/6/4/53964_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned renovated hotel in 2005 and has 320 rooms, It also has a safety deposit box service. SITUATION: It is in an excellent location. ROOM: The comfortable rooms, fully-equipped and a bathroom with a hairdryer, They have a satellite television, internet, a mini-bar, a coffee maker, a kettle and a safe. FACILITIES: Guests are offered leisure activities, a sauna, a steam bath, a jacuzzi, a massage service, facial treatments, the option of a manicure and a pedicure area. Customers can also find a gym fully-equipped. MEALS: Regarding the food and beverage offering, the establishment offersCheckers the restaurant Italian dishes. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|123383-18131397/2569111088795020000/2131" HotelName="ROYALE CHULAN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3010000/3005200/3005109/9db0d0a7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1434888804587" Longitude="101.70969843864" StarRating="4" HotelCode="24464|melia_kuala_lumpur" HotelName="Meliá Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/8b/1b8badc4e316b6996f8c76bd61abfd84e72ce791.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Kuala Lumpur, opposite the Times Square Shopping Centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14395594" Longitude="101.69860727" StarRating="3" HotelCode="585571|tian_jing_hotel" HotelName="Tian Jing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>66-68 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/77/2877099f8c5fbbaca64087dd69d0822ba1436112.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.16" OriginalAmount="61.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12777" Longitude="101.68" StarRating="3" HotelCode="|397345" HotelName="The Establishment At Bangsar Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/4/5/397345_fbe7f921047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.82" OriginalAmount="61.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160017" Longitude="101.723042" StarRating="4" HotelCode="169739|795735" HotelName="Somerset Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Jalan Ampang, 50450 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b8/acb8a49764efd2060011532c1d7ee32d7a91554f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish apartment hotel is situated on the prestigious Embassy Row. Surrounded by embassies, bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="28.65306" Longitude="77.19488" StarRating="4" HotelCode="0|414818-32836106/2569111088795020000/3276" HotelName="SWISS GARDEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>C-8, MALVIYA NAGAR, NEW DELHI, IN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/519400/519398/1c8d9741_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Hotel Swagath is located in New Delhi's Karol Bagh neighborhood, close to Karol Bagh Shopping Market, Birla Mandir Temple, and Connaught Place. Nearby points of interest also include Jantar Mantar and Jama Masjid.    Hotel Features.   Dining options at Hotel Swagath include a restaurant and a coffee shop/café. A bar/lounge is open for drinks. Room service is available 24 hours a day. The hotel serves a complimentary breakfast. Wireless Internet access (surcharge) is available in public areas. This New Delhi property has event space consisting of banquet facilities and conference/meeting rooms.  Guest parking is complimentary. Additional property amenities include tour/ticket assistance, laundry facilities, and dry cleaning/laundry services.    Guestrooms.     Air-conditioned guestrooms at Hotel Swagath feature minibars. Guestrooms offer direct-dial phones. Cable television is provided. Housekeeping is available daily.     Room Info:  Name: Executive room Description:    Two Beds   The television offers cable channels. A minibar is supplied. The room has an ensuite bathroom. Conveniences include air conditioning, daily housekeeping, and a direct-dial phone.     Name: Executive single room Description:    Two Beds   The television offers cable channels. A minibar is supplied. The room has an ensuite bathroom. Conveniences include air conditioning, daily housekeeping, and a direct-dial phone.     Name: Suite Room Description:    One Double Bed   The television offers cable channels. A minibar is supplied. The room has an ensuite bathroom. Conveniences include air conditioning, daily housekeeping, and a direct-dial phone.       Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-out time is Noon  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|112048-25284246/2569111088795020000/5593" HotelName="CRYSTAL CROWN HARBOUR VIEW" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46390000/46383700/46383665/932c8432_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1328643633965" Longitude="101.68604279266" StarRating="4" HotelCode="221497|aloft_kuala_lumpur_sentral" HotelName="Aloft Kuala Lumpur Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 5 Jalan Stesen Sentral, Kuala Lumpur 50470</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/bb/52bbc0c437435b398dff56e3ee73871ae6a1df16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09461836" Longitude="101.67491616" StarRating="3" HotelCode="519731|s_suites_" HotelName="S-Suites@The Scott Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Beauty Salon,Coffee Shop,Currency Exchange,Elevator,Garden,Internet,Kitchen,Laundry,LCD/Projector,Massage Centre,Meeting Room,Nightclub,Parking,Restaurant,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Block B, Komplex Rimbun Scott Garden, 289 Jalan Kelang Lama, 58100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/2e/dd/2eddb61629aa4e36d55c2fd433170e9b1104b883.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Loft Suite @ Scott Garden is conveniently located in the popular Mid Valley / Bangsar area. Both...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="3" HotelCode="959209|tawassil_suites_swiss_garden" HotelName="Tawassil Suites @ Swiss Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A Jalan Galloway, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/a9/f6a9435f2fa6de6b61d06279eec5618db98ebd75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.44" OriginalAmount="62.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09455" Longitude="101.67522" StarRating="3" HotelCode="|234678" HotelName="S-suites At Scott Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block B, Kompleks Rimbun Scott Garden 289, Jalan Kelang Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/7/8/234678_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3950-18124785/2569111088795020000/959" HotelName="CONCORDE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25820000/25813100/25813079/48b2bd7d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|519962-18206952/2569111088795020000/1408" HotelName="VELOCITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19490000/19488500/19488464/af804aaf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|182662-18141505/2569111088795020000/2464" HotelName="NOMAD RESIDENCES BANGSAR" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3490000/3486000/3485903/379a3551_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242725-26598437/2569111088795020000/4771" HotelName="ARTE MONT KIARA BY PSM LUXURY SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/63000000/63000000/62998900/62998811/01ad866d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.11" OriginalAmount="63.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.94913" Longitude="101.7565123" StarRating="3" HotelCode="|398274" HotelName="Hotel Tenera Bandar Baru Bangi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kemajuan Bandar Baru Bangi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/2/7/4/398274_b07c50e0400.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.57" OriginalAmount="63.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15448" Longitude="101.70722" StarRating="4" HotelCode="|236076" HotelName="The Penthouse KLCC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vortex KLCC, No. 12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/0/7/6/236076_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|211728-18218451/2569111088795020000/1593" HotelName="WEDGEWOOD RESIDENCES BY SWISS-BELHOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6050000/6040700/6040675/b83a7564_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|35197-18116088/2569111088795020000/2841" HotelName="HOTEL ROYAL SIGNATURE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/530000/522400/522350/a7d03f65_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1442130-28844396/2569111088795020000/4314" HotelName="VORTEX PREMIUM SUITES KLCC BY SCHIEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105760000/105751300/105751214/bca0369a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586684845497" Longitude="101.71836873373" StarRating="4" HotelCode="552719|element_kuala_lumpur_by_westin" HotelName="Element Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Binjai, Ilham Tower, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/94/2d9429f84daa710b3df404469a6958aa1be813cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14275" Longitude="101.7102" StarRating="3" HotelCode="946763|imbi_private_unite_at_times_square" HotelName="Imbi Private Unite at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, East Wing, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/c7/9bc7815c1af2e7f82b0f8159f03c6faefa716b55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1472345752473" Longitude="101.71135659755" StarRating="4" HotelCode="932699|wolo_bukit_bintang" HotelName="Wolo Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Bukit Bintang and Jalan Sultan Ismail, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/62/386230428ae1e6cf2e0963304341123b2851cddc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.07" OriginalAmount="64.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15837" Longitude="101.7041" StarRating="0" HotelCode="|440994" HotelName="Platinum Service Suites KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020, Jalan Sultan Ismail, THE FACE SUITES, Platinum, 50250 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/9/4/440994_7a66e380650.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160628" Longitude="101.723649" StarRating="2" HotelCode="|471400" HotelName="Pavilion Embassy Suites Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/4/0/0/471400_f01b1231224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.166368" Longitude="101.692784" StarRating="4" HotelCode="187979|sunway_putra_hotel" HotelName="Sunway Putra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9th Floor Sunway Putra Place, 100 Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/37/7037706a5d3a98699ac50e910e1bb02522351c3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city's major commercial district, directly above The Mall ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.00" OriginalAmount="65.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16357" Longitude="101.7028" StarRating="4" HotelCode="|390729" HotelName="TAMU Hotel and Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Raja Abdullah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/9/390729_a27f2b50930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|153787-23887242/2569111088795020000/413" HotelName="PARKROYAL SERVICED SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3910000/3900400/3900350/17c0b8e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1082834-26338961/2569111088795020000/6008" HotelName="DORSETT RESIDENCES BY BEYOURHOST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/51000000/50970000/50963200/50963193/d51c5d60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15850816" Longitude="101.7050426" StarRating="4" HotelCode="861916|188_private_suites" HotelName="188 Private Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Mercu Summer Suites, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/f1/1df1c01e6b7abf2ee0b860815a49c0666970b68c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.10" OriginalAmount="66.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15833597" Longitude="101.7048818" StarRating="3" HotelCode="601914|3115835" HotelName="188 Serviced Suites &amp; Shortstay Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Cendana, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/fe/acfeeb2c945cb8edc2ed9be88690417a2659c989.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.28" OriginalAmount="66.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158518" Longitude="101.703972" StarRating="4" HotelCode="|393665" HotelName="Platinum Service Suites Kuala Lumpur KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THE FACE SUITES, PLATINUM,1020</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/6/6/5/393665_9a332d20954.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.97" OriginalAmount="66.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155686" Longitude="101.705019" StarRating="3" HotelCode="|392047" HotelName="The Platinum Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/0/4/7/392047_c7ea7f01007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16354283" Longitude="101.70286233" StarRating="4" HotelCode="735131|tamu_hotel_suite_kuala_lumpur" HotelName="Tamu Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Raja Abdullah, Kampong Bharu, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/07/37/0737e772eb7b740a07d4f31cf4c6926f20b324ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|28878-18118725/2569111088795020000/1114" HotelName="BERJAYA TIMES SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1060000/1050500/1050442/f39eac84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437658-27930818/2569111088795020000/5856" HotelName="STAR SKY PARK KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111940000/111938700/111938626/058259b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441959179413" Longitude="101.70892059803" StarRating="4" HotelCode="29427|federal_hotel_kuala_lumpur" HotelName="The Federal Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Jalan Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/63/a563eddce72edd9864f037ffb038f7239a020156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel was built for the Independence celebrations of Malaysia and is a symbol of moder...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.30" OriginalAmount="68.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.141133" Longitude="101.697463" StarRating="4" HotelCode="|390479" HotelName="Four Points By Sheraton Kuala Lumpur, Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 2 JALAN BALAI POLIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/7/9/390479_2b1d28a0915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.31" OriginalAmount="68.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.137369" Longitude="101.700358" StarRating="4" HotelCode="|552712" HotelName="Opus Residences Merdeka Tower KL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Jalan Talalla</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/7/1/2/552712_1de4a4d1153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.37" OriginalAmount="68.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14427" Longitude="101.70412" StarRating="3" HotelCode="|396897" HotelName="The Robertson by Matahari Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Robertson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/8/9/7/396897_a78e5cf1023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.69" OriginalAmount="68.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11383" Longitude="101.66306" StarRating="3" HotelCode="|394105" HotelName="University Kl Gateway Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kerinchi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/1/0/5/394105_f95e5921013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.95" OriginalAmount="68.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1503396249702" Longitude="101.71445131302" StarRating="5" HotelCode="29053|18004" HotelName="Pullman Kuala Lumpur City Center Hotel &amp; Residences" 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,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.4 Jalan Conlay,, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/49/384909a576b2262f6d5cbf0ef16e2c4f67286df8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Whether for business or pleasure, the hotel is conveniently located near the Central Business Distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.22" OriginalAmount="69.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158549" Longitude="101.70441" StarRating="0" HotelCode="|547446" HotelName="Flixses Suites At Platinum Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/7/4/4/6/547446_ab753612323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.36" OriginalAmount="69.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.094631" Longitude="101.5776118" StarRating="5" HotelCode="|59518" HotelName="Hilton Shah Alam Glenmarie  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, JALAN USAHAWAN U1/8, SEKSYEN U1,SHAH ALAM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/1/8/59518_22.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.65" OriginalAmount="69.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14411" Longitude="101.698628" StarRating="3" HotelCode="|392757" HotelName="Tian Jing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 66 &amp; 68, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/7/5/7/392757_a8f2ec41052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.69" OriginalAmount="69.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1542944" Longitude="101.708889" StarRating="4" HotelCode="|80054" HotelName="Cormar Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 163 No. 10 Jalan Perak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/0/5/4/80054_722d4db1410.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.97" OriginalAmount="69.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572582630296" Longitude="101.70039753869" StarRating="4" HotelCode="511012|1998725" HotelName="Hotel Stripes Kuala Lumpur, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Kamunting, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/5e/e85ec3818b98528c1196e1787d14207940b23a58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3971-18123603/2569111088795020000/2691" HotelName="MAYA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/430000/426200/426172/6fa96777_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427521-27590148/2569111088795020000/5946" HotelName="OPUS RESIDENCES KUALA LUMPUR BY LUNA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/87000000/86140000/86131500/86131430/8b20f3f9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.14" OriginalAmount="70.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15942" Longitude="101.7184" StarRating="4" HotelCode="|221530" HotelName="Element Kuala Lumpur by Westin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ilham Tower, 8 Jalan Binjai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/5/3/0/221530_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.26" OriginalAmount="70.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.171658" Longitude="101.69596" StarRating="4" HotelCode="|66140" HotelName="Ac  By Marriott Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 JALAN LUMUT, OFF JALAN IPOH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/1/4/0/66140_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban establishment, with air-conditioning, has 364 rooms, a lobby, a reception, conference facilities and a lounge bar. SITUATION: This urban hotel is in Kuala Lumpur the business district Putra World Trade Centre a few minutes walk away from the establishment, clients can find it is located in front of the railway station, Malacca it is 90 minutes away from. ROOM: The rooms have comfortable facilities, an air-conditioning system, a bathroom with a bath, a shower, a direct line telephone, a large workspace, a safety deposit box, a mini-bar, a coffee maker, a kettle, a hairdryer and satellite and cable TV. MEALS: Regarding the food and beverage offering, the establishment offersLa Vistana Coffee House the restaurant The establishment offers breakfast and dinner service, The establishment also offers buffet and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by credit cards, American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.31" OriginalAmount="70.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1444853" Longitude="101.7087982" StarRating="4" HotelCode="|32735" HotelName="Federal Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 JALAN BUKIT BINTANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/3/5/32735_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 1957, has a lobby, a reception, a safety deposit box service, a lift and a currency exchange service. The establishment has a cafÃ©, a hairdresser's and conference rooms. The establishment also offers a laundry service and room service. SITUATION: It is inBukit Bintang the heart of the leisure area and the commercial area. ROOM: The rooms have an individual air-conditioning system, a satellite television, a direct line telephone, a mini-bar, a coffee maker and a teapot. They also have a safe (available for a fee), an alarm clock, an electronic key and an iron. FACILITIES: Outdoors, clients have access to a swimming pool. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OTHERS: Guests can book bed and breakfast, Regarding the food and beverage offering, you can enjoy Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.81" OriginalAmount="70.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572515" Longitude="101.7003999" StarRating="5" HotelCode="|211078" HotelName="Stripes Kuala Lumpur, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25, Jalan Kamunting</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/8/211078_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|104935-18127946/2569111088795020000/1482" HotelName="ANSA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2541000/2540993/a26f04f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1083096-26339417/2569111088795020000/5705" HotelName="THE ROBERTSONS BY URBAN SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35600000/35596600/35596508/55c861aa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1357007237753" Longitude="101.68651878834" StarRating="5" HotelCode="60398|le_meridien_kuala_lumpur_2" HotelName="Le Méridien Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Stesen Sentral, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e5/30e542d1f93448aea220e4f8213372288329afd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Kuala Lumpur Sentral area, a major transport interchange adjacent to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1474645386334" Longitude="101.715950651" StarRating="4" HotelCode="666724|dorsett_residences_bukit_bintang" HotelName="Dorsett Residences @ Dorsett Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/5e/e85ec3818b98528c1196e1787d14207940b23a58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.73" OriginalAmount="71.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160138" Longitude="101.696664" StarRating="0" HotelCode="|397293" HotelName="The Chow Kit - an Ormond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1012 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/9/3/397293_ef0e1fe1059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.01" OriginalAmount="71.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147331" Longitude="101.713025" StarRating="1" HotelCode="|440849" HotelName="Fahrenheit88 By Sarah's Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fahrenheit88 179, Bukit Bintang Street, Bukit Bintang H166 , Fahrenheit88, Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/4/9/440849_4fac1841759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="74.16" OriginalAmount="72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1083104-26339431/2569111088795020000/5572" HotelName="THE HOLLWOOD SUITES AT PLATINUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36300000/36294900/36294897/f1a20f4b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.21" OriginalAmount="72.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158381" Longitude="101.704354" StarRating="0" HotelCode="|548193" HotelName="Platinum 2 by DM Suites KLCC , Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/8/1/9/3/548193_8e4456f2358.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.14" OriginalAmount="72.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.130916" Longitude="101.685168" StarRating="4" HotelCode="304001|1004675" HotelName="Ascott Sentral Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 211 Jalan Tun Sambanthan, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/34/6d34a27119c9949c743c461de53b921e06c0e7b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="75.19" OriginalAmount="73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1329718-26638597/2569111088795020000/5807" HotelName="SUMMER SUITES KLCC BY LUNA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/78000000/77970000/77961100/77961029/4bf45cd4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1630944" Longitude="101.71869452" StarRating="4" HotelCode="619282|ariva_trillion_residences" HotelName="Ariva Trillion Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="residence" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>338 Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/dc/5edc25da14889e1c81bae4d11209ea6b23fead7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.25" OriginalAmount="73.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1025415" Longitude="101.6411917" StarRating="5" HotelCode="|34036" HotelName="Hilton Petaling Jaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO.2, JALAN BARAT, 46200 PETALING JAYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/3/6/34036_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 4 restaurants, executive floors, a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. The establishment boasts a cafÃ©, a hairdresser's, conference rooms, a laundry service, room service and a car park. SITUATION: The hotel Petaling Jaya it is in Kuala Lumpur 15 minutes away from the establishment you have 45 minutes away from the establishment, clients can find Kuala Lumpur Airport. ROOM: The establishment has 553 rooms, They have double-glazed windows, an air-conditioning system, a bathroom with a shower, a satellite television, a radio, a safety deposit box, a coffee maker, a kettle, a mini-bar, a direct line telephone and internet. FACILITIES: The establishment has a swimming pool, deck chairs and a spa. MEALS: Regarding the food and beverage offering, the establishment offersPaya Serai the restaurant a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.30" OriginalAmount="73.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14257" Longitude="101.70991" StarRating="0" HotelCode="|405000" HotelName="Luxy Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East Tower Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/0/0/0/405000_5e7834e0702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.77" OriginalAmount="73.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15829" Longitude="101.70489" StarRating="0" HotelCode="|238929" HotelName="188 Suites By Namastay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 10 Jalan Cendana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/9/2/9/238929_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3964-18122692/2569111088795020000/1881" HotelName="MELIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21200/21112/d1c17b45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427530-27596288/2569111088795020000/5850" HotelName="SIDEMEN SUITES AT PLATINUM KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/99000000/98520000/98513400/98513384/709c9655_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1142821-26436301/2569111088795020000/5980" HotelName="GLORIOUS SERVICE SUITE AT TIMES SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39660000/39651800/39651771/da25f334_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.53" OriginalAmount="74.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16298" Longitude="101.71859" StarRating="0" HotelCode="|240427" HotelName="Trillion Suites By Slg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>338, Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/4/2/7/240427_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.92" OriginalAmount="74.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1612781" Longitude="101.720525" StarRating="5" HotelCode="|73086" HotelName="Doubletree By Hilton Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>348 Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/8/6/73086_1_6998.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has a babysitting service, (for a fee), multilingual staff, event rooms, wedding facilities and a business centre with features that offer you the maximum level of comfort. SITUATION: This establishment, is close to the shopping area. FACILITIES: The establishment has a fitness centre well-equipped, a swimming pool and a spa. OTHERS: The establishment offers a restaurant, a bar and a lounge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153435568221" Longitude="101.71146869659" StarRating="4" HotelCode="258358|59228" HotelName="Impiana KLCC" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan Pinang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/3c/c83cd8b5c9450b22d8ddafab13bb3b2edc8bf697.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the middle of the liveliest business and shopping district in the city, adj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.50" OriginalAmount="75.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15326" Longitude="101.70804" StarRating="5" HotelCode="|589985" HotelName="Hyatt Centric City Centre Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/9/8/5/589985_891a7511057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.04" OriginalAmount="75.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1617752864287" Longitude="101.71985059977" StarRating="4" HotelCode="162223|136864" HotelName="DoubleTree By Hilton Hotel Kualar Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>348 Jalan Tun Razak, The Intermark, Centrally located along Jalan Ampang at the Jalan Tun Razak crossing, 50400 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/80/738093c50dff482eee721e8c8dee2274a7cc0e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the corner where Jalan Tun Razak meets Jalan Ampang, near the landmark Petr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.69" OriginalAmount="76.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.127731652024" Longitude="101.68014360594" StarRating="5" HotelCode="601864|2234975" HotelName="Alila Bangsar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/37/2a374e95d81bb68ddf50f93fe693d991a061369d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a cash machine, a library an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.70" OriginalAmount="76.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167075" Longitude="101.701796" StarRating="3" HotelCode="|391409" HotelName="Kuala Lumpur International" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Hj Hussein 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/0/9/391409_59cdc001017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.5821596" Longitude="-88.1637699" StarRating="4" HotelCode="0|134389-24806076/2569111088795020000/392" HotelName="AC BY MARRIOTT KUALA LUMPUR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3235 Norman Ave., Joliet, 60435-9100, IL, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/28300/28247/b5ad62b8_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms: 60. Floors: 3. Property description- Rest and refresh at the 100 percent smoke-free and pet-friendly Comfort Inn North hotel in Joliet, IL. We are near Joliet Jr. College, Renaissance Center, and Harrahs and Empress Casinos. Amenities include free WiFi, free ample parking, free hot breakfast and an indoor heated pool. Behind every great day is a great night in your guest room, which features a refrigerator, microwave, iron and ironing board. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program.Property was renovated in 1998. Hotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800228-5150. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352573-21708585/2569111088795020000/1749" HotelName="AMARI KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78570000/78566100/78566041/cb857601_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15068" Longitude="101.710366" StarRating="5" HotelCode="211921|eo_residences" HotelName="E&amp;O Residences Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tengah, Off Jalan Sultan Ismail, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/cf/e8cf0971cfe1998d4c4d5d05b2e627743fa8e5fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14735536" Longitude="101.71585534" StarRating="3" HotelCode="936890|de_space_bukit_bintang_residence" HotelName="De Space @ Bukit Bintang Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi, Dorsett Residence, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/fc/b6fcd9ae44ccefe9d94cc717159cdeca8347d85b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.62" OriginalAmount="77.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12763" Longitude="101.6798" StarRating="5" HotelCode="|393947" HotelName="Alila Bangsar, Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/9/4/7/393947_ab87e171251.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.81" OriginalAmount="77.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13115" Longitude="101.643947" StarRating="5" HotelCode="|447656" HotelName="M Resort and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1, Jalan KGPA, Bukit Kiara 60000 Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/6/5/6/447656_2abc0fa1434.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.34" OriginalAmount="78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158151" Longitude="101.703723" StarRating="3" HotelCode="650857|236564" HotelName="Face Platinum Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/73/a673d687aeee74ea23b3ddea8d3683ba1579d217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="80.34" OriginalAmount="78" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427511-27602828/2569111088795020000/6147" HotelName="HOME STYLE AT THE FACE PLATINUM SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107370000/107364300/107364260/721fcd31_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.119375" Longitude="101.676208" StarRating="5" HotelCode="311165|the_gardens_hotel_residences_st_giles_grand_hotel" HotelName="The Gardens Hotel &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran Syed Putra, Mid Valley City, Kuala Lumpur 59200, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/ce/18ce34f8cd366641f568a457b9894861ec772aad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is strategically located between Kuala Lumpur and Petaling Jaya in the precinct of T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.126379" Longitude="101.644705" StarRating="4" HotelCode="78849|eastin_hotel" HotelName="Eastin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan 16/11, Pusat Dagang Seksyen 16, 46350 Petaling Jaya, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/1b/b91b4b4874a586ca015f685471f9d92d2cf24636.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international business class hotel is located close to commercial districts and entertainment o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16699103" Longitude="101.70170241" StarRating="3" HotelCode="321115|kuala_lumpur_international_hotel" HotelName="Kuala Lumpur International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Haji Hussein, off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/75/1a7511908d3e1059727bfbffbcd72ebaaff84518.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.39" OriginalAmount="78.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146121" Longitude="101.713117" StarRating="0" HotelCode="|537813" HotelName="Axon Residence Bukit Bintang by Luna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Walter Granier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/8/1/3/537813_bf0dd8c0939.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427524-27591367/2569111088795020000/6001" HotelName="PLATINUM 2 KLCC BY DM KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90220000/90218100/90218057/46c0a515_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.40" OriginalAmount="79.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.176028" Longitude="101.665448" StarRating="0" HotelCode="|440938" HotelName="Arte By Thomas Chan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66th Floor, Tower 2, Arte Mont Kiara Jalan Sultan Haji Ahmad Shah, Kuala Lumpur 50480 Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/3/8/440938_aab8d2f1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3957-25189888/2569111088795020000/4947" HotelName="FEDERAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527700/527673/c02a3612_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.30" OriginalAmount="80.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1503447" Longitude="101.7142444" StarRating="5" HotelCode="|34937" HotelName="Pullman Kuala Lumpur City Centre  and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN CONLAY 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/3/7/34937_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 448 rooms, The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a restaurant, conference facilities, room service, a laundry service and a car park. SITUATION: This hotel is near the business district, is situated close to the embassies, close to the establishment, clients can find Petronas the towers it is close to Suria KLCC the shopping centre near the establishment, you will find Bukit Bintang the commercial area of 45 minutes away from the establishment clients have Kuala Lumpur Airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a fridge, a coffee maker, a kettle, an iron, a central air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a swimming pool, a gym and a pool bar. MEALS: Regarding the food and beverage offering, the establishment offersLa Eccucino Brasserie the restaurant. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.97" OriginalAmount="81.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1264365" Longitude="101.644671" StarRating="4" HotelCode="|89490" HotelName="Petaling Jaya Marriott  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 JALAN 16/11 PUSAT DANGANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/9/0/89490_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.54" OriginalAmount="82.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1477650200825" Longitude="101.70408885954" StarRating="5" HotelCode="284649|1011785" HotelName="Lanson Place Bukit Ceylon Serviced Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Ceylon, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e7/eae7f3e2969841aeb5a6c61d12ca8abae8e98695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.135227" Longitude="101.685899" StarRating="5" HotelCode="33364|27966" HotelName="Hilton Kuala Lumpur" 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,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Stesen Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/53/04/53045ba33fa139d9d02cd5dc8f0395522c801627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Malaysia's capital city and within walking distance of the Petr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|56129-18122696/2569111088795020000/1989" HotelName="PULLMAN KUALA LUMPUR CITY CENTRE &amp;amp; RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/899900/899847/d597ff25_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-4.35665" Longitude="55.82608" StarRating="3" HotelCode="0|1165133-26472919/2569111088795020000/5417" HotelName="TIMES SQUARE SERVICE SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>ANSE REUNION OPP. ROMAN CATHOLIC CH, LA DIGUE ISLAND 0000, SEYCHELLES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23040000/23038700/23038675/6f6accb7_b.jpg</HotelPictures>
        <HotelDescription>location: Le Relax Beach House is only 1 km from the La Digue Inter-Island Ferry.  Anse Source d?Agent Beach and Anse Sévère Beach are located 2 km from the guest house. rooms: Deluxe Rooms are beautifully decorated,  and an integrated restaurant at ground level is supplied with a seafront view for guests to relax and enjoy a cocktail overlooking Praslin Island. restaurant: Breakfast,  Lunch and Dinner avaialble at this property. exterior: Traditional lobby: Very Small - Less than 1 group general: Le Relax Beach House is a luxurious Seychelles lodging conveniently located along the coast of Anse Reunion on La Digue Island.. pleasenote: Honeymooners benefit is valid all year round with 03 night?s minimum stay.  Honeymooners are entitled for special candle light dinner by the pool if booked on half board, garden flowers, fruit platter, wine and a surprise gift. The offer is applicable for clients married up to 06 months prior to arrival. Wedding date to be advised at the time of booking and original wedding certificate must be presented compulsorily upon check in at the hotel. Wedding Anniversaries / Birthday Celebrants and Repeated Guests (Valid all year round with 03 night?s minimum stay) Guests celebrating their wedding anniversaries or birthdays and repeated guests will receive as well special candle light dinner by the pool if booked on half board, garden flowers, fruit platter, wine and a surprise gift.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1478810767141" Longitude="101.71451390652" StarRating="5" HotelCode="32975|the_westin_kuala_lumpur" HotelName="The Westin Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/6e/596eb9e8bd8e7f69e6ff8c2eb15321f5cb369dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Jalan Bukit Bintang, an area known as the Golden Mile, situated in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.30" OriginalAmount="84.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.151401" Longitude="101.719804" StarRating="4" HotelCode="|537657" HotelName="Eaton Residences KLCC by Luna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Jalan Kia Peng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/6/5/7/537657_673ec570911.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="88.58" OriginalAmount="86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|192968-27048282/2569111088795020000/2428" HotelName="E AND O RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5415200/5415195/7ca25ae0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.05227886" Longitude="101.67926936" StarRating="3" HotelCode="852220|mokka_hotel" HotelName="Mokka Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C-2-1 To C-2-5 Jalan Jalil Perkasa 1, The Link 2, Bukit Jalil, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/dc/5bdcf4bc99ec49a2321422522729bf5fc2c66868.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1083363-26339883/2569111088795020000/6013" HotelName="FAHRENHEIT88 BY SARAHS LODGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44260000/44254000/44253968/9a1b43c3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.52" OriginalAmount="87.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148135" Longitude="101.710315" StarRating="4" HotelCode="|203494" HotelName="The Kuala Lumpur Journal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 30, Jalan Beremi,Off Jalan Sultan Ismail,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/4/203494_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.56" OriginalAmount="88.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1392667291294" Longitude="101.69222695278" StarRating="5" HotelCode="209208|918275" HotelName="The Majestic Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Sultan Hishamuddin, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/07/760795ad4508901044660cf251dc098c91af37e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Kuala Lumpur. Its setting is especially ideal for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="91.67" OriginalAmount="89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1440608-32608848/2569111088795020000/5791" HotelName="KINGSTON HOTEL 1 - BUKIT BINTANG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121090000/121088100/121088008/25e59e5c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.47" OriginalAmount="89.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.119596" Longitude="101.676069" StarRating="4" HotelCode="|42903" HotelName="St Giles Mid Valley Kuala Lumpur  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Boulevard, 59, Lingkaran Syed Putra, Mid Valley City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/0/3/42903_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 448 rooms and 179 apartments. It has a lobby, a reception, a lift, conference rooms, WiFi and a restaurant. Guests can find room service, a laundry service and a car park. SITUATION: Kuala Lumpur and Petaling Jaya It is located between It is 10 minutes away from the city centre, Clients can also find, the Royal Palace and the National Museum. the KL Bird Park 15 minutes away from the establishment guests have 25 minutes away from the establishment, guests will find KLCC the shopping centre it is well-connected by train. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone and satellite or cable TV. They have a mini-bar, a coffee maker, a kettle, a safety deposit box and individual air-conditioning. FACILITIES: The establishment has a swimming pool and a gym. OTHERS: Regarding the food and beverage provision, the establishment offersSpread the restaurant breakfast, lunch and dinner service. Accepted American Express, Visa, Diners Club and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1479430722699" Longitude="101.71215209276" StarRating="5" HotelCode="18437|18951" HotelName="Grand Millennium Kuala Lumpur" 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,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/27/a627d7a73ab3761323ab4b3f13fbf60e8c877b5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is strategically located in the heart of downtown Kuala Lumpur's commercial dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352582-26645222/2569111088795020000/6190" HotelName="M RESORT AND HOTEL KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78700000/78692500/78692472/e94c1226_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1443306736773" Longitude="101.71227170005" StarRating="5" HotelCode="32974|parkroyal_kuala_lumpur_2" HotelName="PARKROYAL Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7c/ff/7cffd012c71cbcd5a4f1d54032c3946dada181ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of the Golden Triangle, Kuala Lumpur's main commercial and retail district, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.73" OriginalAmount="91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1538640717512" Longitude="101.71499848366" StarRating="4" HotelCode="65770|46774" HotelName="Traders Hotel Kuala Lumpur" 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,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre, 50088 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/66/0266b3782bddd9d0737df763162d25a19a7bb59f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the nerve centre of Kuala Lumpur's premium conference, office, shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.24" OriginalAmount="92.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14692787" Longitude="101.66132725" StarRating="5" HotelCode="571693|2170975" HotelName="Sofitel Kuala Lumpur Damansara" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Damanlela, Bukit Damansara, 50490 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/10/e6108de648ed9d9919d18a019c60efb121f56879.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.18" OriginalAmount="94.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.052135" Longitude="101.678933" StarRating="2" HotelCode="|547009" HotelName="OYO 89576 Mokka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C-2-1, The Link 2, Jalan Jalil Perkasa 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/7/0/0/9/547009_a8864042348.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.27" OriginalAmount="94.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167608" Longitude="101.693208" StarRating="5" HotelCode="|59495" HotelName="Seri Pacific  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/9/5/59495_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This deluxe hotel, with air-conditioning and has 554 rooms a safety deposit box service, a lift, a currency exchange service, a cafÃ©, a bar, a nightclub, a restaurant and a conference room. The establishment offers WiFi, a TV room, a buffet breakfast, room service, a laundry service and a car park. SITUATION: Kuala Lumpur It is in. ROOM: Guests are offered large, disabled access rooms, The rooms a bathroom with a hairdryer, a direct line telephone with an answering machine, a satellite or cable television, internet and a mini-bar. They have a coffee maker, a kettle, an ironing set, a king size or double bed, a safe and an individual air-conditioning system. FACILITIES: The establishment boasts a swimming pool with deck chairs, a playground, a gym and a jacuzzi. Guests are offered tennis courts and squash courts. MEALS: Regarding the food and beverage offering, the establishment offersZende the buffet restaurant with international cuisine and Asian specialties.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="97.85" OriginalAmount="95" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242762-26598471/2569111088795020000/5805" HotelName="SKY SUITES AT KLCC KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/63000000/62960000/62958600/62958561/d6ab98c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|56137-21309922/2569111088795020000/229" HotelName="TRADERS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1470000/1468700/1468622/20f77a80_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3973-18127945/2569111088795020000/2348" HotelName="GRAND MILLENNIUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/524600/524557/9578ed73_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1548308821927" Longitude="101.71082496643" StarRating="5" HotelCode="68113|ascott_kuala_lumpur" HotelName="Ascott Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Pinang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/ca/eacadbf99d37a38175bcb990caf9e9385524ada9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is ideally located in the central business district, adjacent to the famous Petronas ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1383429-24028230/2569111088795020000/62" HotelName="CROWNE PLAZA KUALA LUMPUR CITY CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/99000000/98480000/98472800/98472708/712e2f1f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.04" OriginalAmount="100.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14731" Longitude="101.713" StarRating="3" HotelCode="|396544" HotelName="Pavilion Fahrenheit 88 - Aj Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KL Plaza Suites, 179, Bukit Bintang Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/4/4/396544_0417f121040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1448396-32608849/2569111088795020000/6114" HotelName="EATON RESIDENCE KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89800000/89795500/89795455/86705280_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|104934-18127944/2569111088795020000/1872" HotelName="THE GARDENS - A ST GILES SIGNATURE HOTEL &amp;amp; RESIDENCES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26970000/26968100/26968078/e36f42f0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.97" OriginalAmount="102.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158668" Longitude="101.703931" StarRating="0" HotelCode="|534152" HotelName="Happy Suite at Platinum KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/5/2/534152_144dc071152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.98" OriginalAmount="102.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.108924" Longitude="101.730173" StarRating="3" HotelCode="|553069" HotelName="Arte Cheras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/0/6/9/553069_d2cf7b71210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1541238519305" Longitude="101.70633226633" StarRating="5" HotelCode="17460|16147" HotelName="Shangri-La" 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,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Sultan Ismail, Kuala Lumpur 50250</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/6e/026e7e934a633206690867d633b2b1bfec75d225.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Kuala Lumpur is Malaysia's principal international arrival gateway and a central hub for bus, train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|89527-18126769/2569111088795020000/1697" HotelName="ASCOTT" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1550000/1548300/1548248/17a75971_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="108.15" OriginalAmount="105" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|28420-18127939/2569111088795020000/3451" HotelName="PARKROYAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14500/14489/52c2fac8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1329713-26638591/2569111088795020000/4709" HotelName="ASCOTT STAR KLCC KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74600000/74595100/74595055/d74a9027_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.38" OriginalAmount="106.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15459" Longitude="101.70724" StarRating="4" HotelCode="|405274" HotelName="Saba Suites at Vortex KLCC Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53A-5, Vortex KLCC, 12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/7/4/405274_c39293d1159.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="110.21" OriginalAmount="107" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|210667-18146024/2569111088795020000/2602" HotelName="THE MAJESTIC KUALA LUMPUR, AUTOGRAPH COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5600000/5598500/5598435/47170dfc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.89" OriginalAmount="107.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153256" Longitude="101.705343" StarRating="0" HotelCode="|466460" HotelName="Indigo Kuala Lumpur On The Park, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 5 JALAN PUNCAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/4/6/0/466460_1257fdd1822.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.82" OriginalAmount="108.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1539372" Longitude="101.7061935" StarRating="5" HotelCode="|55373" HotelName="Shangri-la Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/7/3/55373_1_4577.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has tropical gardens, has luxurios rooms, 701 standard rooms and suites. SITUATION: This hotel is on Jalan Sultan Ismail (Sultan Ismail Road) 5 minutes away from the establishment, you can find the cultural area. can also find the business area and the leisure area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588721936627" Longitude="101.70001029968" StarRating="5" HotelCode="17638|16871" HotelName="Sheraton Imperial Kuala Lumpur Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/01/9901d7e43422c32f9882bea6f6743f09a027fc74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the golden triangle. Within a short distance of the hotel guests will d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.42" OriginalAmount="110.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142515" Longitude="101.710059" StarRating="3" HotelCode="|537577" HotelName="tourism Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jln Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/5/7/7/537577_3b946810927.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3976-22402218/2569111088795020000/276" HotelName="SHANGRI LA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20700/20634/4a3f7452_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1156794-26458434/2569111088795020000/5872" HotelName="PAVILION FAHRENHEIT 88 AJ HOME" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25030000/25025000/25024905/1f1908fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.91" OriginalAmount="112.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153996" Longitude="101.7147915" StarRating="5" HotelCode="|35580" HotelName="Traders Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/8/0/35580_1_2842.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2006, is contemporary style, ideal for holidays and business stays, has a lobby, a reception, a currency exchange service, a lift, a bar, a safety deposit box service and a restaurant. The establishment offers conference rooms, an oudooor car park, room service and a laundry service. SITUATION: This hotel is in Kuala Lumpur city centre where you can find shops, business companies and a public transport stop. Nearby, you will find the Petronas Towers. It is situated 25 minutes away from Petaling Street ROOM: Each room has a bathroom with a hairdryer, a satellite television, a mini-bar, a coffee maker, a kettle, an ironing set, an air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a spa, treatments and a massage service. can use a gym and a swimming pool with deck chairs. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: have at their disposal a restaurant and a sushi bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.47" OriginalAmount="113.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586654" Longitude="101.7005698" StarRating="5" HotelCode="|69986" HotelName="Sheraton Imperial Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/8/6/69986_1_2352.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, is rated 5 stars and has 385 standard rooms. This establishment has beautiful views, attentive service, a concierge and lifts. The establishment also offers a dry cleaner's, a laundry service, an oudooor car park (for a fee), meeting facilities, event rooms and a business centre with features that offer you the maximum level of comfort. SITUATION: This establishment is in a good area in SITUACIÃ“N:Directamente ubicado en la gran arenosa playa con vistas al ocÃ©ano. FACILITIES: The establishment boasts a fitness centre well-equipped, a swimming pool, a bar and a lounge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.75" OriginalAmount="113.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1595577956389" Longitude="101.71826541424" StarRating="5" HotelCode="68101|17954" HotelName="InterContinental Kuala Lumpur" 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,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/62/e16255b1f612b45c7d2ed81d47dd6d9b92609965.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A 90-minute drive from Kuala Lumpur International Airport, this business hotel is conveniently locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1404308-25062788/2569111088795020000/169" HotelName="INDIGO INDIGO KUALA LUMPUR ON THE PARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401545-24898386/2569111088795020000/3783" HotelName="INDIGO KUALA LUMPUR ON THE PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95730000/95726100/95726084/95eda7e3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.12" OriginalAmount="114.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156682" Longitude="101.709233" StarRating="3" HotelCode="|441010" HotelName="KL Sky Suites KLCC by SA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Jalan P. Ramlee, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 50250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/1/0/441010_957ffb21709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14830524" Longitude="101.71477583" StarRating="4" HotelCode="744314|pavilion_hotel_kuala_lumpur_managed_by_banyan_tree" HotelName="Pavilion Hotel Kuala Lumpur Managed by Banyan Tree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>170 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/8f/de8f946a550da64bca48986da0a85b0f87ff0e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location
Strategically located in Kuala Lumpur, the capital of Malaysia, Pavilion Hotel Kuala Lumpur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.08" OriginalAmount="115.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1446284" Longitude="101.7125513" StarRating="5" HotelCode="|32521" HotelName="Parkroyal Collection Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN SULTAN ISMAIL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/2/1/32521_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 348 rooms and suites. It has a lobby with a reception, a currency exchange service, a safety deposit box service and a lift. Our guests can find a cafÃ©, conference rooms and meeting rooms. The establishment also offers room service and a laundry service. SITUATION: It is inthe Golden Triangle the heart of it is in the commercial area, the business area, nearby, you will find Sungei Wang the Street of the business area and the railway station. Clients can also find Petronas the towers and the government building. ROOM: Customers can find large, comfortable rooms with a bathroom and a hairdryer. They have views of the city, a direct line telephone, a television, a mini-bar, a kettle and a coffee maker. They also have an ironing set, a double bed, a safe and an individual air-conditioning system. FACILITIES: The establishment boasts a gym, squash courts and a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offers a buffet restaurant and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.30" OriginalAmount="115.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14741" Longitude="101.71583" StarRating="4" HotelCode="|390457" HotelName="Dorsett Residences Bukit Bintang at Dorsett Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/5/7/390457_145ddbf0932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.05" OriginalAmount="116.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14262" Longitude="101.70904" StarRating="3" HotelCode="|188540" HotelName="Excellent Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Imbi, Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/4/0/188540_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242916-26598563/2569111088795020000/4138" HotelName="WOLO KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39810000/39808400/39808390/1d2e3eee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427502-27596614/2569111088795020000/4735" HotelName="ASTRA AT 8 KIA PENG SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99450000/99441000/99440972/w3477h2577x0y7-245df2b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.78" OriginalAmount="118.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15791" Longitude="101.704" StarRating="5" HotelCode="|400566" HotelName="DEFACE PLATINUM SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THE PLATINUM SUITES 1020 JALAN SULTAN ISMAIL 50250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/5/6/6/400566_27cd3ec0831.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.11" OriginalAmount="122.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15264" Longitude="101.714398" StarRating="5" HotelCode="|390419" HotelName="The RuMa Hotel and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Kia Peng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/1/9/390419_34438670948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.37" OriginalAmount="122.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485713" Longitude="101.7150308" StarRating="5" HotelCode="|386082" HotelName="Pavilion Kuala Lumpur Managed By Banyan Tree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>170 Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/0/8/2/386082_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15328264" Longitude="101.71025395" StarRating="3" HotelCode="872219|soho_suites_klcc_by_aloha" HotelName="Soho Suites KLCC By Aloha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Jalan Perak, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/7a/e47a513d78d03319782623a9a45a4cde06642851.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.67" OriginalAmount="123.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144659" Longitude="101.71218" StarRating="5" HotelCode="|449146" HotelName="Pan Pacific Serviced Suites Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/1/4/6/449146_50a8ee21252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="937008|dorsett_residences_bukit_bintang_klcc_ecosuites" HotelName="Dorsett Residences Bukit Bintang by EcoSuites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/1b/ab1bc704343f2696e8c9c35e817651b3a6d7e7cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14779" Longitude="101.713649" StarRating="5" HotelCode="259012|jw_marriott_hotel_kuala_lumpur" HotelName="JW Marriott" Meals="ROOM ONLY" 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,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>183 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/e2/bde27996db0e4f12a267b6679ab10717bbd14acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the central business district of Kuala Lumpur, this luxury city hotel is in immed...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1571849681218" Longitude="101.70568585396" StarRating="5" HotelCode="16618|renaissance_kuala_lumpur_hotel_3" HotelName="Renaissance Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Sultan Ismail and Jalan Ampang, 50450 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/c1/16c1e98c4706cdb30121896745bad07ae794e6f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel complex is ideal for both business and leisure travellers, as it is located in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.79" OriginalAmount="126.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.151728" Longitude="101.716438" StarRating="0" HotelCode="|441022" HotelName="Wyndham Suites Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Changkat Kia Peng, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 50450</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/2/2/441022_4d87df31201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|650348-18281384/2569111088795020000/1370" HotelName="DORSETT RESIDENCES BUKIT BINTANG @DORSETT KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19960000/19955100/19955076/663ae154_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.02" OriginalAmount="127.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1571952" Longitude="101.7051591" StarRating="5" HotelCode="|35074" HotelName="Renaissance Kuala Lumpur  and Convention Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORNER OF JALAN SULTAN ISMAIL AND JALAN AMPANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/0/7/4/35074_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 921 standard rooms, suites and Royal Suites. The establishment has a convention centre, 15 multifunctional rooms, a ballroom, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers a cafÃ©, a restaurant, internet, a laundry service, room service and a car park. SITUATION: This hotel is in the Golden Triangle is situated in the commercial and business area, the shopping area and the leisure area. 70 minutes away from the establishment, you can find Kuala Lumpur Airport. ROOM: The rooms have a bathroom, a direct line telephone, a television, a coffee maker, a kettle, an ironing set, an air-conditioning system and a safety deposit box. FACILITIES: The establishment has an Olympic swimming pool, a gym and a spa. The establishment also offers aerobics, sports area, a jacuzzi, a sauna and a steam bath. OBSERVATIONS: Ask for the swimming pool timetables. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: In the food and drinks department, the establishment offers set menu or Ã  la carte restaurant and a barbecue.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.60" OriginalAmount="127.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1624" Longitude="101.71391" StarRating="4" HotelCode="|390472" HotelName="The Mews Klcc By Plush" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19, Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/7/2/390472_c03cd890928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1442136-28844444/2569111088795020000/6139" HotelName="IMPERIAL LUXURY SUITES KLCC BY MOONWAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112070000/112067300/112067231/0639e530_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.83" OriginalAmount="129.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.157289" Longitude="101.70572" StarRating="4" HotelCode="|469032" HotelName="Four Points By Sheraton Kuala Lumpur, City Centre" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/0/3/2/469032_2a495851822.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.52" OriginalAmount="133.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1543604" Longitude="101.7121676" StarRating="5" HotelCode="|89474" HotelName="Grand Hyatt Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 JALAN PINANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/4/89474_54478380648.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1447263-30247223/2569111088795020000/134" HotelName="KIMPTON NALURIA KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/117000000/116180000/116179500/116179439/80a0d017_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14242436" Longitude="101.71070849" StarRating="0" HotelCode="846450|the_suites_times_square" HotelName="The Suites @ Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/86/ad86216ebfc87c39fe2ec1bc33217b8722ac558d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.14" OriginalAmount="138.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16221586" Longitude="101.7142153" StarRating="0" HotelCode="956816|the_mews_klcc_by_plush" HotelName="The Mews Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Yap Kwan Seng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/f9/d7f9882bffa86e4921cf1dae1d0f0caf0c39537f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3961-18129163/2569111088795020000/3480" HotelName="JW MARRIOTT KUALA LUMPUR" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54300/54219/a542c0f9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593081-25742320/2569111088795020000/5706" HotelName="SWEET DREAM SUITES AT TIMES SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26840000/26832700/26832618/7bd067eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1527779456778" Longitude="101.70954641139" StarRating="4" HotelCode="48134|hotel_equatorial_kuala_lumpur" HotelName="EQ" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, Equatorial Plaza, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/b8/f7b89e0336484c8206c1624094a3d824c5922c8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city's commercial and entertainment district. It is within ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1468258789151" Longitude="101.71548128128" StarRating="5" HotelCode="16772|the_ritzcarlton_kuala_lumpur_2" HotelName="The Ritz-Carlton Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168, Jalan Imbi, 55100  Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/1c/751cc8e5299986f5d73e0fb70f831ade3238efa7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located near Bintang Walk, Kuala Lumpur's upscale and trendy business and enterta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1150397-26449556/2569111088795020000/5681" HotelName="PLATINUM SERVICE SUITE AT THE FACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38540000/38533300/38533250/0374ed73_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438524-32622751/2569111088795020000/438" HotelName="IMPERIAL LEXIS KUALA LUMPUR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102950000/102943500/102943417/034c1b88_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="189.52" OriginalAmount="184" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|89619-18127940/2569111088795020000/3188" HotelName="RENAISSANCE KUALA LUMPUR &amp;amp; CONVENTION CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/46100/46098/a1f75c44_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572063932252" Longitude="101.71221971512" StarRating="5" HotelCode="14377|mandarin_oriental_2" HotelName="Mandarin Oriental Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre, P. O. Box 10905, 50088 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/07/2a077cd5e9c32d745c71f5a1784b714c9dfcd899.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an enviable location, offering the ideal mix of leisure, commerce and entertainment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.93" OriginalAmount="190.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14613" Longitude="101.714816" StarRating="5" HotelCode="|196828" HotelName="The Ritz-Carlton, Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>168 JALAN IMBI, KUALA LUMPUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/2/8/196828_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.35" OriginalAmount="192.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.150061" Longitude="101.714188" StarRating="5" HotelCode="|386765" HotelName="Banyan Tree Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>02 Jalan Conlay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/7/6/5/386765_1_2268.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1442133-28844436/2569111088795020000/4769" HotelName="AYATT BUKIT BINTANG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109800000/109796300/109796254/7a2b9211_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586421898485" Longitude="101.70931640774" StarRating="4" HotelCode="694875|335666" HotelName="W Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f2/25f2b0293b797c2bf254fa40906ec0ed5c68eeef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156098" Longitude="101.726164" StarRating="4" HotelCode="175929|62205" HotelName="Villa Samadhi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Madge, Kuala Lumpur 55000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/5a/365a2863faaa681875a16e448fe56d7816fa591e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 10 minutes’ drive from the lively parts of town such as the city centre an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|621111-12687687/2569111088795020000/240" HotelName="DORSETT RESIDENCE BUKIT BINTANG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/621111/20231130123542672.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.52" OriginalAmount="197.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13679099" Longitude="101.68905771" StarRating="5" HotelCode="442587|1894855" HotelName="The St. Regis Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Stesen Sentral 2, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/3e/173e95febc1c8fd1e6e6ce4ab1313f174089b24e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3963-18136839/2569111088795020000/3508" HotelName="MANDARIN ORIENTAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/200600/200564/032e9b29_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="204.97" OriginalAmount="199" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1448397-32608850/2569111088795020000/6028" HotelName="EATON RESIDENCE KLCC BY ROYAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111850000/111841300/111841210/c4dbc620_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.17" OriginalAmount="208.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142425" Longitude="101.710444" StarRating="3" HotelCode="|397643" HotelName="Robbinsons At Times Square Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A28-17 ,East Tower ,Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/4/3/397643_307abef1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.62" OriginalAmount="224.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.053648" Longitude="101.670859" StarRating="3" HotelCode="|467884" HotelName="Hyatt Place Kuala Lumpur Bukit Jalil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>M-1, PUSAT PERDAGANGAN BANDAR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/8/8/4/467884_eee54231350.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.37" OriginalAmount="260.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1582474717023" Longitude="101.71390148347" StarRating="5" HotelCode="613465|2253445" HotelName="Four Seasons Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Four Seasons Place, 145 Jalan Ampang, 50450 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/b0/65b00763c677645f819028f7f5cfc382475ef5ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.33" OriginalAmount="265.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15856" Longitude="101.71335" StarRating="5" HotelCode="|219170" HotelName="Four Seasons Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/1/7/0/219170_1_393.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="289.43" OriginalAmount="281" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|545192-18223976/2569111088795020000/1464" HotelName="FOUR SEASONS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21130000/21122700/21122615/58a58604_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.38" OriginalAmount="285.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14133" Longitude="101.70181" StarRating="5" HotelCode="|589984" HotelName="Park Hyatt Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Level 75 Menara Merdeka 118, Presint Merdeka 118</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/9/8/4/589984_01d95de1137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.85" OriginalAmount="360.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158547" Longitude="101.709461" StarRating="0" HotelCode="|455263" HotelName="Tropicana The Residences KLCC by VP" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/2/6/3/455263_645e8e31332.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="405.82" OriginalAmount="394" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437657-27930817/2569111088795020000/6125" HotelName="KLCC BEYOND HOSPITALITY SUITES PLATINUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112330000/112325000/112324919/23b517e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="452.19" OriginalAmount="439.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586" Longitude="101.709316" StarRating="3" HotelCode="|397616" HotelName="The Residences Klcc - Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang Tropicana The Residences, W Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/1/6/397616_28170031032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="669.17" OriginalAmount="649.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14726" Longitude="101.72048" StarRating="0" HotelCode="|590409" HotelName="Agilesuitesklcc by TRX" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block B, Agile bukit Bintang, jalan Delima</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/0/4/0/9/590409_2dd3b2f2013.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.23" OriginalAmount="16.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12941" Longitude="101.73027" StarRating="3" HotelCode="|402363" HotelName="Twin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 &amp; 58 Jalan Jejaka 7 Taman Maluri Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.85" OriginalAmount="28.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1532247" Longitude="101.6967486" StarRating="2" HotelCode="|441263" HotelName="Mpalace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman 50100 Kuala Lumpur Federal Territory of Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.29" OriginalAmount="33.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11533" Longitude="101.668044" StarRating="4" HotelCode="|441337" HotelName="Imperial Regency Suites and Hotel Kuala Lumpur (Nexus Regency Suites and Hotel Kuala Lumpur)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tower D Bangsar Trade Cente, (formerly known as Plaza Pantai), Jalan Pantai Baru, 59200 Kuala Lumpur, Malaysia, 59200 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.48" OriginalAmount="44.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.093907" Longitude="101.73854" StarRating="4" HotelCode="|397704" HotelName="Innside by Melia Kuala Lumpur Cheras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>N-G01, Ekocheras No 693, Batu 5 Jalan Cheras, 56000, Kuala Lumpur, Malaysia,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.71" OriginalAmount="52.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.138786" Longitude="101.664807" StarRating="3" HotelCode="|440884" HotelName="Ken Bangsar By Sleepy Bear" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-2, Ken Bangsar, Jalan Kapas, Bangsar, 59100, Kuala Lumpur, 59100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.00" OriginalAmount="89.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1476869" Longitude="101.715368" StarRating="4" HotelCode="|447643" HotelName="Capri By Fraser Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 160 Jalan Imbi Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.12" OriginalAmount="150.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.152778" Longitude="101.709722" StarRating="4" HotelCode="|441299" HotelName="EQ Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Equatorial Plaza, Jalan Sultan Ismail, 50250 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Internet,Bar,Room Service,Conference Hall,Fax,Restaurant,Telephone Service,Laundry,Lounge,Kitchen,Swimming Pool,24 Hour Front Desk,Designated Smoking Area,LCD/Projector,Luggage Storage,Nightclub,Currency Exchange,Jacuzzi,Shopping Arcade,Golf,Massage Centre,Sauna,24 Hour Power Supply,24 Hour Security,Garden,Housekeeping,Wake-up Call Service,Wheelchair Access,Spa,Bicycle Rental,Airport Transfer (on Demand),Meeting Room,Parking,Central Heating,Business Centre,Dining,Kids Play Area,Elevator,Vending Machine,ATM/Cash Machine,Babysitting,Concierge,Porter,Smoking Rooms,Travel Desk,Valet Parking,24 Hour Room Service,Pets allowed,Printer,Banquet Hall,Beauty Salon,Coffee Shop,Dry Cleaning</BasicAmenities>
    <HotelRating>2,3,4,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>MOTEL,CITY HOTEL,HOTEL,APARTMENT,VILLAGE,FAMILY-FRIENDLY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,RESIDENCES,APARTMENT HOTEL,APARTHOTEL,CLUB RESORT,HOSTELS,GUESTHOUSE,GUEST HOUSES,RESIDENCE,BEACH HOTEL,SPA HOTEL,ECO HOTEL,INNS</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
7f497f71-6690-46e4-a393-d888ceb959b6|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="7f497f71-6690-46e4-a393-d888ceb959b6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="62750" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-06T00:00:00" End="2026-06-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="saad.asaishtravels@gmail.com" Password="Revelon123$" RequestedCurrency="GBP" ClientNationality="PK" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7f497f71-6690-46e4-a393-d888ceb959b6|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7f497f71-6690-46e4-a393-d888ceb959b6|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
7f497f71-6690-46e4-a393-d888ceb959b6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:103d6246-aae6-4324-8049-f381bdd92c06
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7f497f71-6690-46e4-a393-d888ceb959b6|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7f497f71-6690-46e4-a393-d888ceb959b6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-03T08:12:24.8546016+01:00" Version="0" EchoToken="Search" TransactionIdentifier="7f497f71-6690-46e4-a393-d888ceb959b6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="8.48" OriginalAmount="8.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1420921563536" Longitude="101.69785533251" StarRating="2" HotelCode="404299|2264535" HotelName="Oasis Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125A Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/f6/a2f61567aff24e4f2ce4fc88d4b0b1bfcaf7953d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.27" OriginalAmount="9.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14619422" Longitude="101.70066692" StarRating="0" HotelCode="741440|kl_city_lodge_" HotelName="KL City Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Concierge,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16A Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2b/272b06a5f024ed2e7857d338521cc33256c79d1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chinatown, KL City Lodge promises a relaxing and wond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.05" OriginalAmount="9.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16725" Longitude="101.69807" StarRating="2" HotelCode="|235587" HotelName="O Shalimar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>510-512 Jalan Tuanku Abdul Rahman First Floor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/8/7/235587_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.05" OriginalAmount="9.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.02488" Longitude="101.716036" StarRating="2" HotelCode="|153846" HotelName="Sun Inns D'mind 2 Seri Kembangan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, Jalan Dagang Sb 4/2, Taman Sg Besi Indah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/4/6/153846_est.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has WiFi (free of charge) and a restaurant. SITUATION: This hotel Minas Waterfront Business Park it is situated 1 kilometre away from Mid Valley City it is 15 minutes drive away from Where clients can find dining facilities, shopping areas, leisure areas and the business area. the hotel Putrajaya it is 10 minutes drive away from Sunway Lagoon and las Torres Petronas it is 25 minutes drive away from it is 40 minutes drive away from Kuala Lumpur Airport. ROOM: The rooms have an air-conditioning system, a fan, a flat-screen television, a direct line telephone, a bathroom with a shower, a hairdryer and hot water. On request, the establishment offers an iron and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.09" OriginalAmount="9.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14560472" Longitude="101.70984469" StarRating="3" HotelCode="597155|2381765" HotelName="ABS Bintang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 &amp; 87 Jalan Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/76/ea764a94c47044f01270b967965cc35f4c0ea48c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.14" OriginalAmount="9.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.22443" Longitude="101.67127" StarRating="3" HotelCode="|592161" HotelName="Sun Inns Batu Caves" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Seri Utara 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/2/1/6/1/592161_90e030b2012.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.25" OriginalAmount="9.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.806111" Longitude="101.715471" StarRating="2" HotelCode="|398376" HotelName="Oyo 414 Adiff Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Bunga Raya 2, Bandar Baru Salak Tinggi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/7/6/398376_b68cc710714.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.30" OriginalAmount="10.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20625" Longitude="101.72054" StarRating="0" HotelCode="|235459" HotelName="Fast Setapak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 26, Jalan 8/23E. Taman Danau Kota, Off Jalan Genting Klang, Setapak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/5/9/235459_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.66" OriginalAmount="10.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21326" Longitude="101.71204" StarRating="0" HotelCode="|235702" HotelName="Fast Idaman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 34-3, Jalan Jernai 3, Medan Idaman Business Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/0/2/235702_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.01" OriginalAmount="10.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1769032" Longitude="101.6878119" StarRating="2" HotelCode="|398360" HotelName="OYO 724 Hotel Madras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>343 Jalan Ipoh, 2 1/2 Mile</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/6/0/398360_5c5b6b20712.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.02" OriginalAmount="10.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14488" Longitude="101.6986" StarRating="3" HotelCode="|394201" HotelName="Tang City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95-97 JLN SULTAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/0/1/394201_257bd6f1057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.29" OriginalAmount="10.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15815839" Longitude="101.75039774" StarRating="2" HotelCode="915306|2261455" HotelName="Ampang Point Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 &amp; 19 Level 1,2,3, Jalan Mamanda 5, Ampang Point, KLCC Ampang, Kuala Lumpur, Selangor 68000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a1/1da188bc8bcd469ea75c7d108ef48b2d0e8e1ea1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11.33" OriginalAmount="11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17694321" Longitude="101.68781733" StarRating="2" HotelCode="852206|388006" HotelName="Madras Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>343 km 4, 51100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/d1/f5d167fb6716bdfe42520427d55dc05ebbcc81fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21033683" Longitude="101.74676539" StarRating="2" HotelCode="321138|new_wave_hotel_sdn_bhd_melawati_h2" HotelName="New Wave Hotel Melawati" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>284 Jalan Bandar 11, Taman Melawati, 53100 Kuala lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/08/5b08a244afb4e932298310ae638e6f3c1459d7ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Rawang New Wave Hotel is just 6 km from Ampang Point Shopping Centre. It provides free p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1453871897669" Longitude="101.6966304849" StarRating="2" HotelCode="380852|the_explorers_guesthouse" HotelName="The Explorers Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>128 &amp; 130 Jalan Tun H S Lee, 50000 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ee/f4eee80ffff953482a8b7725e13eeb4c2ec7e883.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1656590319992" Longitude="101.69608458455" StarRating="3" HotelCode="438006|rafee_hotel_kuala_lumpur" HotelName="Hotel Grand Mutiara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/0a/f30a989a65fbb3bf60e4aef7cb0f9a51453d221c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16330971" Longitude="101.69882557" StarRating="2" HotelCode="553339|shalimar" HotelName="Shalimar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>510-512 Jalan Tuanku Abdul Rahman, First Floor, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/fa/7cfa034c29d137bf46a92cc7efb05ee140503f8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.2016792" Longitude="101.67097806" StarRating="2" HotelCode="563759|hotel_de_ideal" HotelName="Hotel De Ideal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>B-G-13 Pusat Komersial, Jalan Kuching Boulevard Business Park, 115 Jalan Kepayang Off Jalan Kuching, 50250 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/0b/e40b122595e4a155352323c903bfbaf229f5df78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.40" OriginalAmount="11.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17645" Longitude="101.69934" StarRating="2" HotelCode="|234824" HotelName="Swing &amp; Pillows - KL Pekeliling" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3, Jalan Sarikei, Off Jalan Pahang Barat,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/8/2/4/234824_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.52" OriginalAmount="11.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1454" Longitude="101.69662" StarRating="0" HotelCode="|189096" HotelName="The Explorers Guesthouse and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 128 and 130 Jalan Tun H.S Lee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/9/6/189096_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.54" OriginalAmount="11.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.32128" Longitude="101.57573" StarRating="2" HotelCode="|606137" HotelName="New Rawang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 105-A Jalan Maxwell</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/1/3/7/606137_88620880032.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.55" OriginalAmount="11.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14761" Longitude="101.71104" StarRating="2" HotelCode="|188484" HotelName="33 Star by The Sqwhere" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 56 y 58, Bangunan Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/8/4/188484_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.63" OriginalAmount="11.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1458569" Longitude="101.702258" StarRating="2" HotelCode="|188719" HotelName="Kameleon Travellers Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 60, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/9/188719_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.73" OriginalAmount="11.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1937" Longitude="101.66949" StarRating="2" HotelCode="|238758" HotelName="De Ideal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B-G-13 Boulevard Business Park 115 Jl. Kepayang, off Jl. Kuching</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/7/5/8/238758_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.73" OriginalAmount="11.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.22651" Longitude="101.67137" StarRating="1" HotelCode="|196209" HotelName="Oyo 766 Times Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 22, Jalan Seri Utara 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/2/0/9/196209_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.76" OriginalAmount="11.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1425" Longitude="101.698" StarRating="2" HotelCode="|397393" HotelName="OYO 761 City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118-120 Jalan Petaling,City Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/9/3/397393_ef4890b1115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.81" OriginalAmount="11.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.9817695" Longitude="101.6522613" StarRating="2" HotelCode="|398370" HotelName="OYO 502 Midah Inn Puchong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN SURIA PUCHONG 1 PUCHONG GATEWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/7/0/398370_f7d2d1a0703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.90" OriginalAmount="11.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14648604018" Longitude="101.69605462702" StarRating="2" HotelCode="305896|2264455" HotelName="Leo Leisure Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/34/22345caf5a948f59f94d334bcbdd0c049bfa21d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.91" OriginalAmount="11.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.073614" Longitude="101.601321" StarRating="1" HotelCode="|398351" HotelName="Golden Night Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.18, Jalan PJS 10/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/5/1/398351_24eb2be0744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.04" OriginalAmount="11.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142707" Longitude="101.69791333333" StarRating="2" HotelCode="901204|2263405" HotelName="My City Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Jalan Petaling, City Centre, 50000 Kuala Lumpur, Federal Territory of Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/3c/163c2749f3b5ad6a952963d145ff7416580473e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.05" OriginalAmount="11.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.32079" Longitude="101.57721" StarRating="2" HotelCode="|606128" HotelName="New Wave Rawang Star" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 41, Jalan Bandar rawang 15, Bandar Baru Rawang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/1/2/8/606128_82c571f0026.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.07" OriginalAmount="11.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14547965" Longitude="101.70839229" StarRating="2" HotelCode="584543|2537315" HotelName="Hotel Elwarda KL City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>42-3D Jalan Alor, 3rd Floor, Wisma City Tower, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3d/0f3dc40f5fe953a27d80b31830017c2ccf38f2af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.16" OriginalAmount="11.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14655" Longitude="101.708" StarRating="3" HotelCode="|397850" HotelName="D'lima Inn Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO-48, Tengkat Tong Shin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/8/5/0/397850_3a9e29c0710.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.18" OriginalAmount="11.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16235" Longitude="101.64938" StarRating="2" HotelCode="|196081" HotelName="New Wave Sri Hartamas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 15, Jalan 26 / 70A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/8/1/196081_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.24" OriginalAmount="11.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1414234881337" Longitude="101.69719691344" StarRating="2" HotelCode="380853|1225678" HotelName="TheTravel Hub" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5-1 Jalan Balai Polis, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/b0/afb0690e71701cafeabdcf05a01b2bc443556fa0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.34" OriginalAmount="11.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14548" Longitude="101.70844" StarRating="0" HotelCode="|238899" HotelName="Spot On 90138 Elwarda Klcity" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42-3D, 3rd Floor, Jalan Alor Wisma City Tower</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/8/9/9/238899_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16211669" Longitude="101.64936066" StarRating="2" HotelCode="321142|new_wave_sri_hartamas" HotelName="New Wave Hartamas (H1)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Jalan 26/70A, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/ff/89ff6a3e748a39d04ef955d40aaed69bd180d968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17665163" Longitude="101.69936589" StarRating="2" HotelCode="321184|swiss_cottage_hotel" HotelName="Swiss Cottage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Sarikei, off Jalan Pahang Barat, 53000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/e5/36e5fb380f0831e8980b306282badd6ba508e399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.152973131447" Longitude="101.697705681" StarRating="1" HotelCode="338169|perfect_class" HotelName="Perfect Class Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry,Smoking Rooms,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>91A Medan Bunus, Off Jalan Masjid India, 51000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/45/67458c2879cdaf3203bf98b8640d245b4fcfe497.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect Class in Kuala Lumpur is within walking distance to Chinatown Central Market and Merdeka Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20623286" Longitude="101.72059589" StarRating="2" HotelCode="519728|fast_hotel_setapak" HotelName="Fast Hotel Setapak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Jalan 8/23E Taman Danau Kota, Off Jalan Genting Kelang, 53300 Kuala Lumpur, Setapak</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/b1/b1b1727ac16e24f79fb14ebae25dc66bb31f3d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Fast Hotel Setapak in Kuala Lumpur, you'll be close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14479638" Longitude="101.69858683" StarRating="3" HotelCode="585308|tang_city_hotel" HotelName="Tang City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95-97 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/3a/df3a0a6b32daa5ad8f9bcab8a89586a61618aefe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19537631" Longitude="101.63291155" StarRating="0" HotelCode="694838|raintree_hotel_" HotelName="Raintree Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Beauty Salon,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan 7A/62A, Level 3A, Wisma Menjalara, Bandar Manjalara, Kepong, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/e1/dfe19a8356aa289183122c51fa1577c4d7448720.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Raintree Hotel to discover the wonders of Kuala Lumpur. The hotel offers guests a range of s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1291168177167" Longitude="101.71225819567" StarRating="3" HotelCode="915301|leo_express_hotel" HotelName="Leo Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Jalan Sungai Besi, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/26/98262e5e6a6f90787eaa31b9f52266345d2dfdfd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.44" OriginalAmount="12.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14079" Longitude="101.70948" StarRating="0" HotelCode="|234697" HotelName="Revopackers Beds and Bunks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258, Jalan Changkat Thambi Dollah Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/9/7/234697_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.63" OriginalAmount="12.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14119" Longitude="101.69768" StarRating="2" HotelCode="|189101" HotelName="Travel Hub Highstreet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13-1, Jalan Balai Polis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/0/1/189101_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.63" OriginalAmount="12.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14281" Longitude="101.69787" StarRating="0" HotelCode="|188917" HotelName="My City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118-120A, Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/1/7/188917_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.69" OriginalAmount="12.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.192544" Longitude="101.625799" StarRating="2" HotelCode="|391491" HotelName="Sun Inns Hotel Kepong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 25 &amp; 27, Jalan Medan Putra 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/9/1/391491_7289ce41042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.73" OriginalAmount="12.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21171956" Longitude="101.64592574" StarRating="2" HotelCode="852052|3122845" HotelName="Fumah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 &amp; 3 Jalan Ambong 2, Kepong Baru, 52100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/7c/ac7cfbff9706969fdb7f2d914a7ef4dde2fd186c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.79" OriginalAmount="12.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.075112" Longitude="101.611837" StarRating="2" HotelCode="|178564" HotelName="Sun Inns Sunway Mentari 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Pjs 8/5, Dataran Mentari, Bandar Sunway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/6/4/178564_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.82" OriginalAmount="12.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.03007" Longitude="101.70544" StarRating="2" HotelCode="|606142" HotelName="ARK Seri Kembangan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 40, Jalan SR 1/9, Taman Serdang Raya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/1/4/2/606142_8e716da0038.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.86" OriginalAmount="12.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14343" Longitude="101.743968" StarRating="0" HotelCode="|188489" HotelName="Ampang Business" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-15, Jalan Pandan Prima 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/8/9/188489_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.86" OriginalAmount="12.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1458900876734" Longitude="101.70197078515" StarRating="3" HotelCode="304399|1030978" HotelName="Sandpiper Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/c2/95c2ecfb1996e02ad79cfbbcd33f51ad8c0be12f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.15" OriginalAmount="12.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143984" Longitude="101.695774" StarRating="2" HotelCode="|402231" HotelName="Oyo 552  Kl Centre Point" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/2/3/1/402231_11ddb501041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.23" OriginalAmount="12.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14486" Longitude="101.69576" StarRating="0" HotelCode="|188734" HotelName="Leo Leisure At Central Market" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6, Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/3/4/188734_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.31" OriginalAmount="12.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16564" Longitude="101.696239" StarRating="3" HotelCode="|397419" HotelName="Grand Mutiara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110, Jalan Raja Laut</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/1/9/397419_fada6321458.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.32" OriginalAmount="12.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19542" Longitude="101.632869" StarRating="0" HotelCode="|464591" HotelName="Raintree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16,Level 3A,Wisma Menjalara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/5/9/1/464591_dc21bcd0844.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.35" OriginalAmount="12.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14846" Longitude="101.697301" StarRating="2" HotelCode="|391460" HotelName="Yy48" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 48 Jalan Tun Perak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/6/0/391460_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.177822" Longitude="101.686382" StarRating="2" HotelCode="187984|bestotel" HotelName="SCC Hotel City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>368 Jalan Sultan Azlan Shah, 2 ½ mile Jalan Ipoh, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/b0/b6b0feb34da951341f99076f411762740551551c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14399620615" Longitude="101.69777580154" StarRating="3" HotelCode="145961|hotel_china_town_inn" HotelName="China Town Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/a0/5ba04a599257d4054ba5b5a94ddf49a20d064801.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Kuala Lumpur's Chinatown. Chinatown Market is right in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14426309" Longitude="101.6975583" StarRating="2" HotelCode="321152|petaling_street_hotel" HotelName="Petaling Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>55 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/a2/e8a2cb893b06821ce8c11cf437de35170da58368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1489017067468" Longitude="101.69674617093" StarRating="1" HotelCode="341297|w_hotel_8" HotelName="W Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Tun Perak, City Centre, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/25/fa254c6ea9f54a3845fe5ee84e6d800b2d18c585.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Happy Holiday Hotel is located at Jalan Tun Perak just only a few meter from Masjid Jamek LRT statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16735535" Longitude="101.69920166" StarRating="3" HotelCode="321279|crossroads_hotel_2" HotelName="Crossroads Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/06/59067ec26ecb8b41e7f0f9a084ea76b044cf5d41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1410635883094" Longitude="101.70913660531" StarRating="2" HotelCode="384843|orkid_inn_pudu" HotelName="Revopackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>258 Jalan Changkat Thambi Dollah, Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/0c/650c35df880a35230f68e16ef5915c8cb7c020da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21036406" Longitude="101.61534138" StarRating="3" HotelCode="867056|silver_sky_hotel_2" HotelName="Silver Sky Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3.2A Jalan Desa 2/2, Desa Aman Puri, 52100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/5b/715bf59dca6b3c977682a5a3880b225d61c3a168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14421725" Longitude="101.69592191" StarRating="3" HotelCode="876912|oyo_552_hotel_kl_centre_point" HotelName="Hotel KL Centre Point By OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Unit 56 Jalan Hang Kasturi, First Floor, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/2b/652b13c9ac6f5159526252477660ab5994eb02ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.40" OriginalAmount="13.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12958" Longitude="101.67974" StarRating="0" HotelCode="|236366" HotelName="The Bodhi Lodge -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18A, Jalan Kemuja, Bangsar Utama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/3/6/6/236366_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.43" OriginalAmount="13.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14253721" Longitude="101.74146111" StarRating="2" HotelCode="341534|1194428" HotelName="Ampang Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-15 Jalan Pandan Prima 1, Dataran Pandan Prima, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/18/5218f569b54caa6a73ce9faeb66a1b50cca6d01f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.44" OriginalAmount="13.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144154" Longitude="101.698669" StarRating="0" HotelCode="|397699" HotelName="Nan Yeang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>87, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/9/9/397699_7fbb2ce0835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.52" OriginalAmount="13.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.31884" Longitude="101.57764" StarRating="2" HotelCode="|397502" HotelName="Rawang Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 3A, Jalan BR 10, Bandar Baru Rawang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/5/0/2/397502_9264cac1254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.54" OriginalAmount="13.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12609" Longitude="101.70956" StarRating="2" HotelCode="|189103" HotelName="Swing &amp; Pillows - KL Sg Besi formerly known as U Pac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2, Jalan Lapangan Permai 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/0/3/189103_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.85" OriginalAmount="13.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.049026" Longitude="101.585881" StarRating="0" HotelCode="|398129" HotelName="Best View Boutique Hotel Taipan USJ" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 1,3 &amp; 5, Jalan USJ 10/1A, USJ Taipan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/1/2/9/398129_988d41d0828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.94" OriginalAmount="13.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1260265616631" Longitude="101.7096662875" StarRating="2" HotelCode="341778|1234888" HotelName="U Pac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-6 Jalan Lapangan Permai 1, Off Jalan Sungai Besi batu 2, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/41/1f414f03078252e9db64a62c1961524c4e5ab55f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.07" OriginalAmount="13.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14895" Longitude="101.69679" StarRating="3" HotelCode="|396805" HotelName="AL Amin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Tun Perak Wisma Lau Chung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/8/0/5/396805_b4a8bec1340.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.19" OriginalAmount="13.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1291713" Longitude="101.7121929" StarRating="3" HotelCode="|177268" HotelName="Leo Express" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59-65, Jalan Sungai Besi,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/7/2/6/8/177268_1_1377.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.21" OriginalAmount="13.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1619303878901" Longitude="101.6490413557" StarRating="2" HotelCode="341535|1194358" HotelName="Hartamas Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Jalan 27/70A, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/9f/b69f11a58da42ce4e497016126f147e777944b79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.24" OriginalAmount="13.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14568" Longitude="101.70247" StarRating="2" HotelCode="|188720" HotelName="Kawana Tourist Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.68, Jalan Pudu Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/2/0/188720_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.33" OriginalAmount="13.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15207" Longitude="101.69693" StarRating="1" HotelCode="|188948" HotelName="Spot On 89962 Perfect Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91A, Medan Bunus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/4/8/188948_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.35" OriginalAmount="13.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13202" Longitude="101.68813" StarRating="2" HotelCode="|234391" HotelName="Pods The Backpackers Home And Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>G-6, No 30 Jalan Thambipillay, Brickfields</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/3/9/1/234391_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146628" Longitude="101.708565" StarRating="2" HotelCode="|524669" HotelName="Red Velvet Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Rembia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/6/9/524669_6a418510930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1296158512296" Longitude="101.7151916027" StarRating="3" HotelCode="187201|onestop_residence_hotel" HotelName="One-Stop Residence Hotel &amp; Office" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Metro Pudu, Gate 3, Main Lobby, Metro Mall, Fraser Business Park, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/bb/bebb1241a56374e60e0ab1e9d31208af3d1f0196.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 4 km away from KLCC and 3 km away from Bukit Bintang Shopping Paradise. It provides gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1488638043941" Longitude="101.69724811539" StarRating="3" HotelCode="380850|hotel_1915" HotelName="Hotel 1915 Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>49 Jalan Leboh Ampang, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/ab/37ab8544d96361a340b9599b02adea687d3da52f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485017193025" Longitude="101.69749998933" StarRating="3" HotelCode="345723|yy48_hotel" HotelName="YY48 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Jalan Tun Perak, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/73/b67336fee8f84ddc3e89cad3648cf5c0bea6a01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;YY48 Hotel is a popular choice amongst travelers in Kuala Lumpur, whether exploring or just passing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.02604" Longitude="101.72496818" StarRating="0" HotelCode="835762|mine" HotelName="Mine Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Sungai Besi Indah 5/2, Seri Kembangan, Balakong, 43300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/75/4975199612228ab757419d800e9b108bd13447b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Seri Kembangan / Balakong, Mine Hotel is a perfect starting point from which to explore K...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16702382" Longitude="101.6962541" StarRating="0" HotelCode="756617|new_eastern_hotel_" HotelName="New Eastern Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>152-A Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/63/c36306b473f1dbcdf79786621bf13f08e7ce7364.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Chowkit / Putra WTC, New Eastern Hotel is a perfect starting point from which to explore ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13339674" Longitude="101.71473735" StarRating="0" HotelCode="741426|golden_asean_" HotelName="Golden Asean Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>520-522 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/84/02844738a0fca8c7b417a5d72b35d2615a9f399a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Golden Asean Hotel to discover the wonders of Kuala Lumpur. Offering a variety of facilities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.44" OriginalAmount="14.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17755" Longitude="101.68684" StarRating="2" HotelCode="|232180" HotelName="Scc City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 368, Jalan Sultan Azlan Shah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/1/8/0/232180_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.44" OriginalAmount="14.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14242" Longitude="101.69749" StarRating="0" HotelCode="|235151" HotelName="City Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 11, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/1/5/1/235151_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.50" OriginalAmount="14.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.209907" Longitude="101.747501" StarRating="2" HotelCode="|402682" HotelName="ARK Taman Melawati Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>261, Jalan Bandar 12, Taman Melawati</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/6/8/2/402682_691a0eb1221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.51" OriginalAmount="14.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1517292525529" Longitude="101.69577947976" StarRating="3" HotelCode="542843|2537195" HotelName="Adya Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21-2 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/2d/e92dd578321aee3acbbdc7fe3d17abcd814235e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.51" OriginalAmount="14.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1434203816753" Longitude="101.70755831466" StarRating="3" HotelCode="915313|1161408" HotelName="Golden Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>174-176 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/1e/ab1e2ffa2e1dca934ad9a8e4a033a5625f679fe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.67" OriginalAmount="14.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14571" Longitude="101.70201" StarRating="3" HotelCode="|188596" HotelName="99 Pudu Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44A-44B, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/9/6/188596_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.70" OriginalAmount="14.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19954819" Longitude="101.58483333" StarRating="2" HotelCode="321141|2280645" HotelName="New Wave Sg Buloh - DD" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>A201 Jalan PJU 10/2A, Damansara Damai, Sungai Buloh, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/f0/22f0a0b0e48ffc034fe609198f73f2d2aca81bb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.77" OriginalAmount="14.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145943" Longitude="101.701654" StarRating="3" HotelCode="305892|1519268" HotelName="Hotel 99 Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44A - 44B Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/09/b4099d678eee33d0b167f679fdc2e70e0efb8f98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.02" OriginalAmount="14.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143951" Longitude="101.697858" StarRating="2" HotelCode="|178298" HotelName="China Town 2 Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70-72 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/2/9/8/178298_1_6000.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.09" OriginalAmount="14.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139257" Longitude="101.709843" StarRating="3" HotelCode="904612|227056" HotelName="Sentral Pudu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.310 Jalan Pudu, Off Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/32/9332b545ff34951837770e3395bfc79e5e626627.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a prime location in Kuala Lumpur, located within a 10-minute walk of Times Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.34" OriginalAmount="14.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15457" Longitude="101.69644" StarRating="3" HotelCode="|239711" HotelName="T Jalan Tar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157&amp; 159, Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/1/1/239711_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.34" OriginalAmount="14.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19755487" Longitude="101.72074112" StarRating="3" HotelCode="553598|3121915" HotelName="Worldview Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29-35 Jalan 10/23A, Medan Makmur, 53200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/4f/f24f3415f0730806c4d66ca6f2a7c7c398de0852.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="2" HotelCode="601999|236313" HotelName="Just In Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan 1/154, Taman Bukit Anggerik, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/5c/af5cdad0b87b035ea1dcf03d6846000d40d0f285.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # When you stay at Just In Hotel in Kuala Lumpur, you'll be close to Aeon Cher...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12944444" Longitude="101.67959287" StarRating="2" HotelCode="584983|225895" HotelName="The Bodhi Lodge Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18A Jalan Kemuja, Bangsar Utama, 59000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/90/d390b611b21814b7c86b948ba9fdd94f8abb4464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|211364-25415810/869278011589878765/1826" HotelName="OYO 89562 SHALIMAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16480000/16479000/16478982/088c74ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1365953299055" Longitude="101.70258184789" StarRating="3" HotelCode="211922|ihotel__maharajalela" HotelName="I-Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 Jalan Maharajalela, 50150 Kuala Lumpur, Wilayah Perseketuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/0a/530ae82c8c12914d1a3fad738bb84fc6063f0058.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14558682" Longitude="101.70713608" StarRating="1" HotelCode="610825|dorms_kl" HotelName="Dorms KL" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Tengkat Tong Shin, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/8e/908e3bc2518fb90321bf27ac0a0a645e8f2206d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Dorms KL in Kuala Lumpur (Bukit Bintang), you'll be minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14270916" Longitude="101.69654978" StarRating="2" HotelCode="560448|birdnest_collective_cafe_guesthouse" HotelName="Birdnest Collective Cafe &amp; Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Bar,Designated Smoking Area,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>210 Jalan Tun HS Lee, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/7a/867aad18731bfb3d0f041932c7f3ca93efe7f937.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chinatown, Birdnest Collective Cafe &amp; Guesthouse prom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15457849" Longitude="101.69646311" StarRating="3" HotelCode="519738|thotel_jalan_tar" HotelName="T-Hotel Jalan Tar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>157 &amp; 159 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/16/c4162e2b419e49ab1aafd2b167b030c8a0794909.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16558524" Longitude="101.7017529" StarRating="2" HotelCode="782990|hotel_raja_bot" HotelName="Hotel Raja Bot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Jalan Raja Bot, 78-G 78-M 78-1 78-2 78-3 80-2 80-3, Chow Kit, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/09/e10993efeabe761043463ce6c31a77fba6cca805.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.48" OriginalAmount="15.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1330412630054" Longitude="101.68892632639" StarRating="2" HotelCode="304398|1059388" HotelName="Metro Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Thambypillai, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/2a/462a2eb6939d2f0d1c75808f0f5338790b48856a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.69" OriginalAmount="15.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.166615" Longitude="101.695868" StarRating="2" HotelCode="|456044" HotelName="Seri Putra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 &amp; 52 Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/0/4/4/456044_53d46521707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.80" OriginalAmount="15.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14731" Longitude="101.70947" StarRating="2" HotelCode="|589514" HotelName="MSP" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Berangan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/5/1/4/589514_7ba24ed2043.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.86" OriginalAmount="15.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1518118" Longitude="101.6958198" StarRating="3" HotelCode="|69987" HotelName="Citin Masjid Jamek By Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LOT N 7 SEKSYEN 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/8/7/69987_e702bbe1659.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 138Â comfortable, modern rooms with an air-conditioning system, cable television, WiFi (free of charge) and a bathroom. FACILITIES: With regards to the food and beverage offering, there isCitin CafÃ© the restaurant local dishes and Western dishes. The establishment also offers internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.99" OriginalAmount="15.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1510832003849" Longitude="101.69651408709" StarRating="3" HotelCode="146010|120504" HotelName="Citin Masjid Jamek" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot No 7, Seksyen 33, Jalan Melayu, Off Jalan Masjid, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/5c/5d5c253f359855b8fa3f87f9185cd9bca76dafc5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Kuala Lumpur’s commercial centre. The hotel is situated less t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.01" OriginalAmount="15.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14661252" Longitude="101.70955892" StarRating="3" HotelCode="419577|2537405" HotelName="Alor Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>79A Changkat Bukit Bintang, (at the junction of Jalan Alor), 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/69/1869aa7ae8c8682a004c35b6ec53cfe2f5e87dda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Alor Boutique Hotel in Kuala Lumpur (Bukit Bintang)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.11" OriginalAmount="15.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15157" Longitude="101.69573" StarRating="3" HotelCode="|391707" HotelName="Adya Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 27, Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/0/7/391707_9bbd8e01023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.11" OriginalAmount="15.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14502" Longitude="101.69866" StarRating="0" HotelCode="|235165" HotelName="Sohotown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/1/6/5/235165_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.18" OriginalAmount="15.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09138336" Longitude="101.68840805" StarRating="1" HotelCode="338501|3133725" HotelName="Time Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Kuchai Maju 2, Off Jalan Kuchai Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/e6/cfe673648dbcfaa9c3872b9c05258673f5c317bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.19" OriginalAmount="15.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17129224" Longitude="101.6953145" StarRating="2" HotelCode="321125|1169118" HotelName="My Home Hotel Pekeliling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Jalan Lumut, Complex Damai, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/f6/44f69f5500e50c9a93d71fdb8b3461ff1e7a4cda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is conveniently situated close to the well-known Putra World Trade Centre and Pet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.21" OriginalAmount="15.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.152474" Longitude="101.696971" StarRating="2" HotelCode="188004|1206338" HotelName="Palace Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 40-46 Jalan Masjid India, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/0e/6d0e14b6a309523df86010533784822addd0ff5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.22" OriginalAmount="15.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451739508158" Longitude="101.71421957619" StarRating="2" HotelCode="915316|1159138" HotelName="Victory 2 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Imbi 114, 114-1, 114-2, 114-3, Mezzanine, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/d1/e2d17e5ce1dbfae1f6b4c3de0d5a521a9f46e0ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Kuala Lumpur, this boutique hotel is ideal for guests who appreciate a styli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.23" OriginalAmount="15.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19778" Longitude="101.72055" StarRating="0" HotelCode="|235695" HotelName="Worldview Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29-35, Jalan 10/23A, Medan Makmur Jalan Usahawan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/6/9/5/235695_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.30" OriginalAmount="15.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.091681" Longitude="101.5434323" StarRating="2" HotelCode="|398361" HotelName="Meria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 22 Block 3 Laman Seri Business Park, Seksyen 13, Shah Alam, Selangor, 40100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/6/1/398361_7c142530744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.34" OriginalAmount="15.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1386055" Longitude="101.7099902" StarRating="2" HotelCode="|397482" HotelName="Yy318  Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>318, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/8/2/397482_00e72801100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.37" OriginalAmount="15.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15846" Longitude="101.75006" StarRating="2" HotelCode="|189061" HotelName="Safari" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 9-12, Jalan Mamanda 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/6/1/189061_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.37" OriginalAmount="15.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14243149" Longitude="101.6973262" StarRating="2" HotelCode="548964|2253745" HotelName="City Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/9c/399c3136f1a6b8adc8e487564d6f7ec89fcd90c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.39" OriginalAmount="15.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1438257" Longitude="101.6977337" StarRating="2" HotelCode="163463|1567258" HotelName="Hotel Chinatown 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70-72 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/0c/3a0c0ca5dd2414e688fdbfb9b36b8df8d0d8d0c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.40" OriginalAmount="15.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.163168" Longitude="101.698211" StarRating="2" HotelCode="|468297" HotelName="Kingston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 405, Wisma Dato' James Tan Yin Wah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/2/9/7/468297_44d382b1128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.42" OriginalAmount="15.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1328318" Longitude="101.7181068" StarRating="2" HotelCode="|203388" HotelName="Zen Rooms Sakura Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>327 &amp; 329 Jalan Tun Razak (Pudu)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/3/8/8/203388_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="16.48" OriginalAmount="16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|528302-25684581/869278011589878765/1274" HotelName="AMPANG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19690000/19686800/19686734/0128dcd4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="16.48" OriginalAmount="16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|210195-25414778/869278011589878765/2055" HotelName="SUPER OYO 761 CITY HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35620000/35619600/35619591/fa75fb24_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="16.48" OriginalAmount="16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1083197-26339589/869278011589878765/2083" HotelName="SPOT ON 90138 HOTEL ELWARDA KLCITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18160000/18153000/18152984/e65ee749_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13529621" Longitude="101.69104738" StarRating="3" HotelCode="362980|royce_hotel_kl_sentral_2" HotelName="Royce Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 &amp; 22 Jalan Tun Sambanthan 3, Brickfields, 50470 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b4/59b498ce5c1c857e7e857789dbe70d3d95f86870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17692997" Longitude="101.68767093" StarRating="2" HotelCode="511725|madras_hotel" HotelName="Madras Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>343 Jalan Sultan Azlan Shah, 2 1/2 Mile Jalan Ipoh, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/89/238915ea9fc20a338a89739b0000bbd229d25ff9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17211784" Longitude="101.69735555" StarRating="3" HotelCode="488858|le_ruiz_boutique_hotel" HotelName="Le Ruiz Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Cemur, Off Jalan Pekeliling Lama, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/77/9a77c74346c6169cddb921a12296be79c809dfd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuala Lumpur. For guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14918968" Longitude="101.69689126" StarRating="2" HotelCode="688816|big_m_hotel" HotelName="Big M Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Garden,Housekeeping,Internet,Shopping Arcade,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Jalan Tun Perak, City Centre, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a7/aba7ace4a96eb11f28ca49ef6a4b8762557eeb9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located conveniently next to Masjid Jamek LRT Station, BIG M Hotel offers accommodation in Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.53" OriginalAmount="16.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13284656" Longitude="101.68870359" StarRating="2" HotelCode="407837|2537235" HotelName="Hotel New Winner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No.11 Jalan Thambipillai, Off Jalan Tun Sambanthan, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/5f/cb5ff8027061cc8dd2617c461d87f9d3ae566133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.56" OriginalAmount="16.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0909" Longitude="101.61485" StarRating="3" HotelCode="|606227" HotelName="Harbour hotel PJ 21" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18, PJ21 Commercial Centre, Jalan SS 3/39, Petaling Jaya, Selangor.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/2/2/7/606227_bca9a2d0024.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.58" OriginalAmount="16.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144649" Longitude="101.70599" StarRating="2" HotelCode="915315|761195" HotelName="My Hotel @ Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/55/c255f113080a74b23395ffafadcb45499d5cfabe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.70" OriginalAmount="16.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133326" Longitude="101.688857" StarRating="2" HotelCode="|153785" HotelName="My  @ Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.51 and 53, Jalan Thambippilay, Brickfields</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/8/5/153785_est.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception, a baggage room, a currency exchange service, a transfer service to the airport, a safety deposit box service and tourist information. SITUATION: This budget hotel is 5 minutes away from La PequeÃ±a India the district of restaurants, is situated 10 minutes walk away from Kuala Lumpur Sentral the Railway Station of el Museo KL the establishment is a 5-minute drive away from it is 15 minutes drive away from Kuala Lumpur the centre of the establishment is a 50-minute drive away from the airport. ROOM: All the rooms have a shower, WiFi (free of charge), wooden floors, an air-conditioning system, a satellite television, a bathroom, kettle, a coffee maker and a kettle. They also have an iron and a hairdryer (available on request).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.94" OriginalAmount="16.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.209929" Longitude="101.616422" StarRating="3" HotelCode="|397617" HotelName="Aman Puri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No P-3-62A, Jalan Desa 2/3, Desa Aman Puri, Sungai Buluh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/1/7/397617_c04d02c1320.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.01" OriginalAmount="16.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13277" Longitude="101.68874" StarRating="0" HotelCode="|196028" HotelName="New Winner" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.11, Jalan Thambipillai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/2/8/196028_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.04" OriginalAmount="16.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1540006572144" Longitude="101.69668704271" StarRating="3" HotelCode="177911|795665" HotelName="Frenz Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Jalan Tuanku Abdul Rahman, Kuala Lumpur 50100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/dc/b6dcd5a5a5bb59fa4f366d6ac00dec6db83aaac7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the hotel's doorstep is the Asian Heritage Row, a stretch of elegant and charming restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1445821" Longitude="101.7060772" StarRating="2" HotelCode="|89477" HotelName="My At Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120, JALAN PUDU,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/7/89477_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15691" Longitude="101.69667" StarRating="3" HotelCode="|196082" HotelName="The Grand Campbell " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dang Wangi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/8/2/196082_1_3326.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15304" Longitude="101.69782" StarRating="1" HotelCode="|196083" HotelName="Super Oyo Capital O 90125 Grand Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>141, Jln Bunus Off Jln Masjid India</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/8/3/196083_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.16" OriginalAmount="16.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13168093" Longitude="101.68740863" StarRating="2" HotelCode="321130|2045305" HotelName="My Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Jalan Thambipillay, Near Singh Chapati, Kl Sentral, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/a6/78a6f581c3456e69f087f96afc2f7fad1d962ac5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.18" OriginalAmount="16.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133537" Longitude="101.688699" StarRating="2" HotelCode="188000|143636" HotelName="My Hotel @ Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/17/c817af16fdc1e6362231bb3fe9316eb5e47c4b6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.18" OriginalAmount="16.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148293" Longitude="101.70901675" StarRating="3" HotelCode="915305|1154518" HotelName="LaComme Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Angsoka, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/0d/5f0d3416c914d1298b3bbf1ebd15daa80a67465e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.25" OriginalAmount="16.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14165" Longitude="101.69793" StarRating="2" HotelCode="|188971" HotelName="Rain Forest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/7/1/188971_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.27" OriginalAmount="16.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139358" Longitude="101.713459" StarRating="3" HotelCode="|397879" HotelName="Venice" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 Lorong Thambi 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/8/7/9/397879_183853e0800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.29" OriginalAmount="16.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14529696" Longitude="101.69762782" StarRating="3" HotelCode="952653|3128335" HotelName="Season Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 &amp;13 Jalan Tun Tan Cheng Lock, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/20/04202a7543d28e302560bd80556cbf642b1c3e79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.38" OriginalAmount="16.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.992864" Longitude="101.574" StarRating="0" HotelCode="|441046" HotelName="Putra Heights New Wave Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Jalan Putra Mahkota, 7/8B, Subang Jaya, Selangor, 47650</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/4/6/441046_0b5a9721035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.38" OriginalAmount="16.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14216497" Longitude="101.69795252" StarRating="3" HotelCode="343073|2253785" HotelName="Rainforest Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>122 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/25/ba250d2bf27f1432bfef3a47e19141f0f832cdd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.40" OriginalAmount="16.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.208297" Longitude="101.65331" StarRating="3" HotelCode="|397287" HotelName="Kepong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, Jalan Kepong Usaha, Batu 6 1/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/8/7/397287_4535d381037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20841966" Longitude="101.65275313" StarRating="2" HotelCode="520057|4985435" HotelName="Hotel Kepong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Elevator,Internet,Meeting Room,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kepong Usah 2, Off Batu 6 1/2, Kepong, 52100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/af/10afdb4d1fee843d67eb9d993ceed54e1ff4c63b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Kepong is conveniently located in the popular Kepong area. The hotel offers a high standard of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14494428" Longitude="101.69864341" StarRating="2" HotelCode="511415|202725" HotelName="Sohotown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/23/1323330221e6f660944815b36339bd33158ded9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chinatown, SohoTown Hotel promises a relaxing and won...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1083011-26339261/869278011589878765/1501" HotelName="HOTEL AL AMIN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27820000/27811300/27811232/2c10633b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.228439" Longitude="-96.022466" StarRating="2" HotelCode="0|282479-25501475/869278011589878765/2314" HotelName="LEO LEISURE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3301 South 72nd Street, Omaha, NE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8730000/8729000/8728997/90b61f87_b.jpg</HotelPictures>
        <HotelDescription>Enjoy the hometown hospitality at this Baymont Inn and Suites Omaha NE, just off Interstate 80, convenient to Eppely Airfield and close to the Century Link Center, Harrahs Council Bluffs Casino, Ameristar Casino, TD Ameritrade Park, museums, malls and
 parks. Pets are welcome and smoking is not allowed at this hotel, which features complimentary wireless Internet and complimentary breakfast as well as fitness center and meeting room. Select suites are available with hot tubs and with refrigerator and microwave,
 ideal for longer stays. There is no charge for kids 17 and under when accompanied by an adult.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 11:00&lt;br /&gt;Pets Allowed &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-34.4185" Longitude="19.23284" StarRating="2" HotelCode="0|1151051-26450414/869278011589878765/2342" HotelName="SPOT ON 89962 PERFECT CLASS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>28 Albertyn Street ,Hermanus,  7200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48300000/48297000/48296949/b5d8e38c_b.jpg</HotelPictures>
        <HotelDescription>The 3-star The Potting Shed Guest House offers comfort and convenience whether you`re on business or holiday in Hermanus. Both business travelers and tourists can enjoy the hotel`s facilities and services. Service-minded staff will welcome and guide you at the The Potting Shed Guest House. Some of the well-appointed guestrooms feature television LCD/plasma screen, internet access – wireless, internet access – wireless (complimentary), non smoking rooms, air conditioning. To enhance guests` stay, the hotel offers recreational facilities such as outdoor pool, garden. The Potting Shed Guest House combines warm hospitality with a lovely ambiance to make your stay in Hermanus unforgettable. &lt;br /&gt;Check-in is between 02:00 PM to 06:00 PM. Guests arriving outside the mentioned check-in hours are requested to contact the property directly prior to arrival so alternative arrangements can be made.&lt;br /&gt;Guests over 1 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156727081679" Longitude="101.69675512341" StarRating="3" HotelCode="320049|the_grand_campbell_hotel" HotelName="The Grand Campbell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dang Wangi, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ec/00ec2145cf758a286fdc729d62ef59e1a87158ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16371557" Longitude="101.70543804" StarRating="3" HotelCode="380857|bagasta_boutique_guesthouse" HotelName="Bagasta Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Jalan Raja Alang, Kampung Baru, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/9e/889e5648d68f6b9f7273d55a2ebdaccfee5bf878.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1311409814982" Longitude="101.71208133855" StarRating="3" HotelCode="344680|hote123_" HotelName="Hote123" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Sungai Besi, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/a8/9ba831360fe45f2a1c4ded769882a813131883e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1386188764584" Longitude="101.71008541475" StarRating="2" HotelCode="341013|yy318_hotel_2" HotelName="YY318 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>318 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/52/56528c72eb71c6fd1e1bbd6dc4b2364efa258d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;YY318 Hotel is located in the bustling area of KL city whereby entertainment nightlife delicious cou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14276968" Longitude="101.70795314" StarRating="2" HotelCode="783150|asia_like_boutique_hotel" HotelName="Asia Like Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>202 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/b4/e4b459efc7d9253251c13229a2624a38134b893a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1515376420923" Longitude="101.69525000549" StarRating="2" HotelCode="915304|swiss_hotel_2" HotelName="Swiss Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/13/33133674c312ad88ce04bb1c66cf311bd66f312f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="968354|oyo_capital_o_978_midaris_hotel" HotelName="Midaris Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Loke Yew, Pudu, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/70/2970d6a5c229e7e3b4687e237e4b7e84e4d8f34f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="961346|ohana_kuala_lumpur" HotelName="The Ohana Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Changkat Thambi Dollah, 26th Floor, Unit 2, Taragon Puteri Bintang, 55100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/a8/86a817c723a263c0d4083e368bc2dbe2d83b63d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.52" OriginalAmount="17.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14021" Longitude="101.71" StarRating="2" HotelCode="|557403" HotelName="Ohana Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26th floor unit 2,Taragon Puteri Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/4/0/3/557403_55763f91001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.57" OriginalAmount="17.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16402" Longitude="101.704756" StarRating="0" HotelCode="|474211" HotelName="Redstone Boutique Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Jalan Raja Alang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/2/1/1/474211_a0b776e1240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.91" OriginalAmount="17.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17969734" Longitude="101.70097086" StarRating="2" HotelCode="595413|3132095" HotelName="Riccarton Capsule Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>G-1 Jalan Pahang, Wisma Q Titiwangsa, Persiaran Titiwangsa 1, 53000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/8a/008af37be2c9373b426e3c1b4f6e5666d08450cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.92" OriginalAmount="17.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.18918" Longitude="101.6541" StarRating="2" HotelCode="|189057" HotelName="Rujia Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30-1, Block A Plaza Sinar, Jalan 8/38D</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/5/7/189057_1_4842.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.94" OriginalAmount="17.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15249" Longitude="101.69751" StarRating="2" HotelCode="|188601" HotelName="Oyo 431 De Grand Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Medan Bunus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/6/0/1/188601_1_41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.98" OriginalAmount="17.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1130323746526" Longitude="101.67834167984" StarRating="3" HotelCode="341229|2173865" HotelName="Valenza Hotel &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot 118 Batu 3, Jalan Klang Lama, 58100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/0f/420f221e304e92c4ae12ae982e5dc80b70383abe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.98" OriginalAmount="17.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1554808367309" Longitude="101.69636103313" StarRating="2" HotelCode="405888|3127855" HotelName="Canary Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>189/191 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/44/05447faec7006ce3223f167203ac9f365a9910dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.00" OriginalAmount="17.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14491002" Longitude="101.70889234" StarRating="2" HotelCode="915309|2537275" HotelName="T-Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>40&amp;42 Jalan Bukit Bintang, 55000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/90/0190744a11601e8719057bd8f186c2d4235ac61d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.07" OriginalAmount="17.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14653" Longitude="101.71103" StarRating="0" HotelCode="|234917" HotelName="Travelogue Kl -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118B Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/9/1/7/234917_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.30" OriginalAmount="17.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1327043563126" Longitude="101.71775354985" StarRating="2" HotelCode="344855|1518928" HotelName="Sakura Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327 &amp; 329 Jalan Tun Razak, Pudu, 50400 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/84/0784ce2444c548b7e613ca4719e96a780e2fb869.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.36" OriginalAmount="17.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13521037" Longitude="101.69123879" StarRating="2" HotelCode="511702|3113435" HotelName="Sun Inns Hotel Sentral Brickfields" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Jalan Tun Sambanthan 3, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/8f/128f4f96e85f7c9beb14eb02e77a65f310304e18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.47" OriginalAmount="17.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148818" Longitude="101.6988" StarRating="3" HotelCode="260589|929905" HotelName="Arenaa Star Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Jalan Hang Lekiu, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/90/26901bad48d1a8e741b2855e3c5d102d8a03dfaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.47" OriginalAmount="17.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15114" Longitude="101.69606" StarRating="3" HotelCode="|231575" HotelName="Lotus Family , Masjid India" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 45, Jalan Melayu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/5/7/5/231575_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.52" OriginalAmount="17.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.086096" Longitude="101.672226" StarRating="3" HotelCode="|397453" HotelName="Sunjoy9 At Mid Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1, Jalan 2/137B Resource Industrial Centre, Batu 5, Jalan Klang Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/5/3/397453_5bd4a740459.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.53" OriginalAmount="17.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.098903" Longitude="101.687055" StarRating="3" HotelCode="|402362" HotelName="Oyo 89652 Bjorn Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24, Jalan 4/109F, Taman Danau Desa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/3/6/2/402362_dea52b01214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|231517-25440422/869278011589878765/1100" HotelName="ALOR BOUTIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9810000/9806600/9806540/280bbfd8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145626060475" Longitude="101.70706987381" StarRating="2" HotelCode="188020|yy38_hotel" HotelName="Yy38" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Parking,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Tengkat Thong Shin, off Jalan Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/c6/efc6db55e16c78c6b6555a52bc4b790d2f7d320a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;YY38 Hotel is strategically located in the heart of Kuala Lumpur's ultra fashionable Golden Triangle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0808618579561" Longitude="101.73291267019" StarRating="2" HotelCode="404660|lsn_hotel_" HotelName="LSN Hotel Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Jalan Menara Gading 1, Taman Connaught, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/66/e4661029e247a310bbf6199e9cf7c699b70d1ae6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12943376" Longitude="101.68429738" StarRating="2" HotelCode="426596|lotus_hotel_kl_sentral" HotelName="Lotus Hotel KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>250 Jalan Tun Sambanthan, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/37/2b371ed95ee92d76ba9d0e9d810e822c7a640b27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1467023858838" Longitude="101.70803724123" StarRating="1" HotelCode="380855|green_hut_lodge" HotelName="Green Hut Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Tengkat Tong Shin, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/44/fb445b9951463195e428b0ff5aa9696df082a5ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Green Hut Lodge in Kuala Lumpur Bukit Bintang, you'll be minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1951038914684" Longitude="101.62898342179" StarRating="2" HotelCode="346073|sovotel_boutique_hotel" HotelName="Sovotel Boutique Hotel @  Bandar Menjalara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan 3/62A, Bandar Menjalara, Kepong, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/e0/5de06d85327a91edae8637fe5755f391113ec63d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.098969888915" Longitude="101.6870628013" StarRating="3" HotelCode="341627|bjorn_boutique_hotel_taman_danau_desa" HotelName="Bjorn Boutique Hotel Taman Danau Desa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24-2 Jalan 5/109F, Taman Danau Desa, 58100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/6e/366ec72e52317291ae4ffca02601f708c38bd565.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Bjorn Boutique Hotel Taman Danau Desa is a popular choice amongst travelers in Kuala Lumpur, whether...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14348678" Longitude="101.69579212" StarRating="2" HotelCode="488895|lavana_hotel_chinatown" HotelName="Lavana Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Bangunan Mariammanm, Jalan Hang Kasturi, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/f8/c6f89839be8dcee3f2906d8ca82d6c9c3436bb5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20579001" Longitude="101.71986038" StarRating="3" HotelCode="511737|fan_holiday_hotel" HotelName="Fan Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33A-0 Jalan Langkawi, Blok G, Platinum Walk, Danau Kota, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/59/d6592cd6c744f6cf55a9518184ca1ebdc45fc91f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13220907" Longitude="101.68840387" StarRating="2" HotelCode="585824|m_m_hotel_kl_sentral" HotelName="M&amp;M Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Jalan Thambypillai, Brickfields Kl Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/5c/b15c4fa829ddccc4ca1a7406fa17cf88c4a42da3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13259922" Longitude="101.68963181" StarRating="2" HotelCode="765542|double_m_hotel_kl_sentral" HotelName="Double M Hotel @ Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/0d/510de98aa0728f0339e96a38c9c8550a23897714.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17683512" Longitude="101.68780081" StarRating="2" HotelCode="880428|zen_rooms_poorna_hotel" HotelName="Poorna Hotel by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 &amp; 335 Jalan Sultan Azlan Shah, 51200 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/dd/63dd11ea54b2c86b7890ae94c958cc39ea87a257.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Kuala Lumpur . It is known for "its boasting gleaming skyscrapers, colonial architecture,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.59" OriginalAmount="18.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14537" Longitude="101.69754" StarRating="3" HotelCode="|394216" HotelName="Pacific Express Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 32, Jalan Tun Tan Cheng Lock</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/1/6/394216_29a20601001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.59" OriginalAmount="18.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441" Longitude="101.69754" StarRating="2" HotelCode="|559029" HotelName="Petaling Street Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 55 &amp; 57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/0/2/9/559029_3f3b9141743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.61" OriginalAmount="18.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14943509" Longitude="101.69760801" StarRating="2" HotelCode="585111|3124005" HotelName="Ahyu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Leboh Ampang, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/28/9d28c03978ced3caee38b53910582ed091493158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.69" OriginalAmount="18.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1528509902405" Longitude="101.69779468588" StarRating="2" HotelCode="352823|1239358" HotelName="Hotel De'Grand Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>81-83 Medan Bunus, Off Jalan Masjid India, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/3a/323af5f6a045e4401335c0e9146337f22c890af8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.72" OriginalAmount="18.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1494649" Longitude="101.6954874" StarRating="2" HotelCode="|398116" HotelName="Ahyu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 leboh ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/1/1/6/398116_2ba1d040731.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.74" OriginalAmount="18.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14553733" Longitude="101.69729325" StarRating="3" HotelCode="778703|2292805" HotelName="Pacific Express Hotel Chinatown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Tun Tan Cheng Lock, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/54/2554fd01aeb242ea6aa48e3a005211e3a9aff215.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.79" OriginalAmount="18.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.149359" Longitude="101.696873" StarRating="2" HotelCode="|398115" HotelName="Big M" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Jalan Tun Perak, 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/1/1/5/398115_c64407e0750.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.79" OriginalAmount="18.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.179485" Longitude="101.700872" StarRating="2" HotelCode="|558293" HotelName="Riccarton Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>G-1, Wisma Q Titiwangsa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/2/9/3/558293_3f40dc71639.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.94" OriginalAmount="18.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.080846" Longitude="101.73284" StarRating="0" HotelCode="|196141" HotelName="Lsn Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, Jalan Menara Gading 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/1/4/1/196141_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.94" OriginalAmount="18.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19516" Longitude="101.62898" StarRating="0" HotelCode="|230125" HotelName="Sovotel Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 11, Jalan 3/62A Bandar Menjalara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/1/2/5/230125_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.97" OriginalAmount="18.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15073899" Longitude="101.6961992" StarRating="2" HotelCode="321118|2344715" HotelName="Lotus Family Hotel Masjid India" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Jalan Melayu, City Centre, 50100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/3d/403d340ea94a7da10d768f6f7ae8fa7e4d5f822e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.00" OriginalAmount="18.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13181018" Longitude="101.68762811" StarRating="2" HotelCode="321166|2199435" HotelName="Signature Hotel KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Jalan Thambipillai, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d4/84d4db080b5aadd6861eeda7633d8d8d92475b4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.04" OriginalAmount="18.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1161430734441" Longitude="101.66931996872" StarRating="2" HotelCode="393977|2199385" HotelName="Signature Hotel at Bangsar South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>B-10 Off Jalan Pantai Baru, Pantai Business Park, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/11/b71171164eaf734de9322f0fae184493a0cbc97d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.04" OriginalAmount="18.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14637385" Longitude="101.70119875" StarRating="3" HotelCode="545998|2536515" HotelName="Signature International Hotel @ Pudu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Pudu Lama, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8c/878cdfece2651667a689a0884e5c7b59e7bd5dcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The numerous facilities and services at the hotel ensure guests a comfortable and relaxing stay. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.07" OriginalAmount="18.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20899917" Longitude="101.6581057" StarRating="2" HotelCode="599803|3120075" HotelName="Hotel 99 - Kepong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3, 5 &amp; 7 Jalan 2/32, Jalan Kepong, 6th Miles, 52000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/a9/cfa9f5cee46353472988e52ef79301e1ee722b8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.27" OriginalAmount="18.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09964" Longitude="101.7123" StarRating="2" HotelCode="|239688" HotelName="Maple Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29, JALAN DWITASIK 1, DATARAN DWITASIK, BANDAR SRI PERMAISURI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/8/8/239688_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.27" OriginalAmount="18.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20634" Longitude="101.72126" StarRating="0" HotelCode="|596117" HotelName="Festival Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan 9/23e Taman Danau Kota Off Jalan Genting Kelang Setapak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/6/1/1/7/596117_d09eed32128.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13191921" Longitude="101.68810546" StarRating="2" HotelCode="485128|151824" HotelName="PODs The Backpackers Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 Jalan Thambipillay, G-6, Brickfields, 50470 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/656842/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|192941-25387266/869278011589878765/1076" HotelName="CHINATOWN 2" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4970000/4961400/4961370/cc36e032_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|210300-25414880/869278011589878765/1543" HotelName="CROSS ROADS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7070000/7060400/7060388/5242de26_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|193109-25387270/869278011589878765/1817" HotelName="NEW WAVE MELAWATI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19740000/19733900/19733834/3654d23a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|193125-25387578/869278011589878765/1879" HotelName="NEW WAVE SUNGAI BULOH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19740000/19734000/19733939/6aa8eb2a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15463555" Longitude="101.70143149" StarRating="3" HotelCode="553184|flora_by_crossroads_hotel" HotelName="Flora By Crossroads Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>66 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/7b/e77b959bb2b9cd4a51fccab5d9e077ecacbef1a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="975086|hotel_sunjoy9_mid_valley_2" HotelName="Hotel Sunjoy 9 At OKR KL by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 2/137B, Jalan Kelang Lama, Resource Industrial Park, Batu 5, Bedford Business Park, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/16/c9164da45c8e2039e33a47337068bdba395ecb37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.58" OriginalAmount="19.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1281762" Longitude="101.6853978" StarRating="3" HotelCode="|89487" HotelName="Sentral Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 30, JALAN THAMBYPILLAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/8/7/89487_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.64" OriginalAmount="19.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.18989" Longitude="101.671842" StarRating="2" HotelCode="|159081" HotelName="Oyo 89655 Sri Duta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 and 23, BLOCK A, MEDAN NIAGA SERI KUCHING</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/9/0/8/1/159081_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.67" OriginalAmount="19.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14641" Longitude="101.69591" StarRating="2" HotelCode="|234997" HotelName="Lavana Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bangunan Mariammanm No. 2 Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/9/9/7/234997_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.68" OriginalAmount="19.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13235" Longitude="101.68708" StarRating="0" HotelCode="|188714" HotelName="Westree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 142, Jalan Tun Sambanthan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/4/188714_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155403" Longitude="101.696297" StarRating="2" HotelCode="|196006" HotelName="Canary" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 189-191, Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/0/6/196006_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14642" Longitude="101.70131" StarRating="3" HotelCode="|238275" HotelName="Signature International At Pudu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19, Jalan Pudu Lama,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/2/7/5/238275_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.089734" Longitude="101.68883" StarRating="2" HotelCode="|398374" HotelName="OYO 251 Intime Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26, Jalan Kuchai Maju 11, Kuchai Entreprenuer Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/7/4/398374_7c01cf50716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1375577115635" Longitude="101.71338357609" StarRating="3" HotelCode="934242|1478088" HotelName="Hotel Pudu Plaza Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan 1/77 C, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/46/53461d9db38b60fb44e14ad8951400dacbe8769a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.85" OriginalAmount="19.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139081768968" Longitude="101.71034569444" StarRating="4" HotelCode="936610|2045225" HotelName="Greystone Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 - 38 Jalan Baba, Off Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/dd/54dd3bcacc17402d07e537f6ea19a90d40a9abb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.89" OriginalAmount="19.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13256" Longitude="101.68968" StarRating="2" HotelCode="|524768" HotelName="Double M @ KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25, Jalan Tun Sambanthan 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/6/8/524768_96d83491158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.90" OriginalAmount="19.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13199" Longitude="101.688224" StarRating="3" HotelCode="902465|111922" HotelName="Hotel Sentral Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/b2/38b2b23062b6d554a1c09c01892208e0d163b146.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within Kuala Lumpur Railway Station and is conveniently close to the Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.92" OriginalAmount="19.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14586" Longitude="101.69694" StarRating="2" HotelCode="|402705" HotelName="Space" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.5-3 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/7/0/5/402705_851376c0737.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.03" OriginalAmount="19.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14681" Longitude="101.695802" StarRating="3" HotelCode="|158223" HotelName="Pacific Express  Central Market" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/8/2/2/3/158223_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities and comfortable rooms. SITUATION: This establishment, Jalan Pasar Leboh and Jalan Cuelgue Kasturi it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.07" OriginalAmount="19.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11685" Longitude="101.66924" StarRating="0" HotelCode="|196194" HotelName="Signature At Bangsar South" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO.10, Pantai Business Park, Off Jalan Pantai Baru,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/1/9/4/196194_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.14" OriginalAmount="19.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1827208419891" Longitude="101.68047367295" StarRating="3" HotelCode="343589|1967525" HotelName="Cairnhill Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>478 Jalan Ipoh, Batu 3 1/2, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/bc/c4bc25883d7ff111f4d22efe4da7c21a75072a06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.19" OriginalAmount="19.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.208703" Longitude="101.6583" StarRating="0" HotelCode="|441045" HotelName="99 Kepong KL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 3, JALAN 2/32 6TH Miles, Jalan Kepong, 52000 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/4/5/441045_881c24e1024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.30" OriginalAmount="19.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148518" Longitude="101.708573" StarRating="2" HotelCode="|456233" HotelName="Oyo 90909 I.villa Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-1, No 27-1, Jalan Mesui,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/2/3/3/456233_6d2d2501145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.57" OriginalAmount="19.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.975774" Longitude="101.789121" StarRating="2" HotelCode="|397163" HotelName="Smart  Reko Sentral Kajang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN REKO SENTRAL 6, REKO SENTRAL, KAJANG, 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/1/6/3/397163_8062bed0944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14049584" Longitude="101.71151309" StarRating="3" HotelCode="321257|63117" HotelName="Beltif Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>77 Jalan Changkat Thambi Dollah, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/ff/29ff4823f2e7c4935e1c04b612478d914e934d8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1159756-26462668/869278011589878765/1571" HotelName="HOTEL DLIMA INN BUKIT BINTANG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42600000/42596700/42596640/c7ddf66e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1083365-26339887/869278011589878765/1643" HotelName="HOTEL VENICE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42100000/42094500/42094478/f2f38744_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|210846-25415376/869278011589878765/2325" HotelName="LANGIT- LANGI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30400000/30394500/30394418/c639b934_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|282485-25501477/869278011589878765/2492" HotelName="NAN YEANG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45390000/45389800/45389784/a7b1a643_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1287655" Longitude="101.7300375" StarRating="2" HotelCode="199899|d_garden_boutique_hotel_kuala_lumpur_2" HotelName="D'Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 43 &amp; 45 Jalan Jejaka 5, Taman Maluri Cheras, Kuala Lumpur 55100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/a7/29a79a27f83efc4f28141b39c39fa21be7433a99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1662253" Longitude="101.69788943" StarRating="3" HotelCode="321173|smile_hotel_chow_kit_pwtc" HotelName="Smile Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Chow Kit, off Jalan Tuanku Abdul Rahman, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/19/471964b3d951f1ed9b29484c33afc0d9f1642cff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuala Lumpur. For guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146750448433" Longitude="101.69584572884" StarRating="4" HotelCode="304400|pacific_express_hotel" HotelName="Pacific Express Hotel Central Market" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/99/32996dee8f15a2dc778977f2b43382e169493c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139249" Longitude="101.710012" StarRating="2" HotelCode="188003|orkid" HotelName="Orkid Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>300 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/de/8edeb69ebb7094797c12b0709ab27794a54b3997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Kuala Lumpur. The Hotel has a coffee shop. All 65...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1320092813608" Longitude="101.68698042264" StarRating="2" HotelCode="345349|hotel_westree" HotelName="Hotel Westree" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>142 Jalan Tun Sambanthan, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/31/d1317efd450c7e1228a284e2b38687e61cfead83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1475129058072" Longitude="101.69599160184" StarRating="2" HotelCode="380860|hotel_aone" HotelName="Hotel A-One" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Medan Pasar, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/da/0edab0d21212c10391240d8475caf699f62c5dc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.189763214504" Longitude="101.67052467487" StarRating="2" HotelCode="537629|sri_duta" HotelName="Sri Duta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Block A Medan Niaga Seri Kuching, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/bc/d0bcba72e279e0ba2facbca35e60b852769073c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers to Kuala Lumpur can expect a warm welcome and quality service at this comfortable, modern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14576472" Longitude="101.69698871" StarRating="2" HotelCode="619269|space_hotel_china_town_kuala_lumpur" HotelName="Space Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5-3 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/79/af79b60574585bf8d47839b9f287073339608d9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.93" OriginalAmount="20.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17689494" Longitude="101.73829102" StarRating="3" HotelCode="489398|3118265" HotelName="KL Guest Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan AU 1A/4C, Taman Keramat Permai, 54200 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/be/06be2fab8b2fed17d2bd4ad52fd51c0bb82a529e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.96" OriginalAmount="20.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1769" Longitude="101.73831" StarRating="3" HotelCode="|234788" HotelName="Kl Guest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan AU 1A/4C Taman Keramat Permai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/7/8/8/234788_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.98" OriginalAmount="20.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12877" Longitude="101.7299" StarRating="2" HotelCode="|188512" HotelName="D'garden Boutique Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 41, 43, 45 Jalan Jejaka 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/1/2/188512_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.00" OriginalAmount="20.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154114" Longitude="101.6981695" StarRating="3" HotelCode="|43697" HotelName="Silka Maytower Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 JALAN MUNSHI ABDULAH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/6/9/7/43697_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban aparthotel, has 179 standard rooms and suites. It has a lobby with express check-out, a reception, a lift, a cafÃ©, a restaurant and a conference room. The establishment offers guests room service, a laundry service and a car park. SITUATION: This hotel is in the commercial and business area. In the surrounding area, you can find restaurants, clubs, cinemas, shopping centres and the market. 5 minutes away from the establishment guests have Kuala Lumpur city centre. It is 10 minutes away from railway station. 45 minutes away, you can find Kuala Lumpur Airport. ROOM: Customers have contemporary style rooms. They have a bathroom with a bath or shower, a bathrobe, toiletry set and a hairdryer. They also have a direct line telephone, a television, internet, a mini-bar, a coffee maker, an ironing set, individual air-conditioning and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.02" OriginalAmount="20.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.05735" Longitude="101.59509" StarRating="2" HotelCode="|178437" HotelName="New Town Usj Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 17, Jalan Usj Sentral 3, Usj Sentral</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/3/7/178437_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.15" OriginalAmount="20.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154545" Longitude="101.701475" StarRating="3" HotelCode="|391741" HotelName="Flora by Crossroads" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 66 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/4/1/391741_a3e7fec1031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.22" OriginalAmount="20.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12041" Longitude="101.72863" StarRating="3" HotelCode="|232157" HotelName="Mezzo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>532, Batu 3 1/4, Jalan Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/1/5/7/232157_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.23" OriginalAmount="20.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.132497" Longitude="101.688245" StarRating="2" HotelCode="|441262" HotelName="Cozy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.27, Jalan Thambipillay Off Jalan Tun Sambathan, Brickfields, Kuala Lumpur 50470 Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/2/6/2/441262_a9953c81729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.26" OriginalAmount="20.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13321" Longitude="101.68931" StarRating="3" HotelCode="|188480" HotelName="Ymca Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95, Jalan Padang Belia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/8/0/188480_1_1289.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.33" OriginalAmount="20.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1637856093955" Longitude="101.69608289815" StarRating="3" HotelCode="304358|998455" HotelName="Hotel Club Dolphin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Tiong Nam, Off Jalan Raja Laut, Wilayah Perseketuan, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/ce/a3ce921ed06c849bc37724b117299836747e3cc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.33" OriginalAmount="20.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.078867" Longitude="101.744206" StarRating="3" HotelCode="304007|1030608" HotelName="Silka Cheras Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KM10 Jalan Cheras, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b2/88b24a12c6c783e7c5a40e74cd75d8af6192860e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.35" OriginalAmount="20.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11608" Longitude="101.68786" StarRating="3" HotelCode="|404425" HotelName="Aces Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Level 5, Complex Kotaraya, 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/2/5/404425_e627c330330.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.49" OriginalAmount="20.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08947" Longitude="101.74332" StarRating="1" HotelCode="|606836" HotelName="Smile Cheras Taman Segar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 - 34 Jalan Manis 3 Taman Bukit Segar, 56100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/8/3/6/606836_60988df0024.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.56" OriginalAmount="20.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.18284" Longitude="101.68085" StarRating="0" HotelCode="|229357" HotelName="Cairnhill Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>478, 3 1/2 Miles, Jalan Ipoh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/3/5/7/229357_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.62" OriginalAmount="20.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133291" Longitude="101.68819315" StarRating="2" HotelCode="595629|2537735" HotelName="City Central Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>80 &amp; 82 Jalan Tun Sambanthan, Brickfields, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/02/9602cb37e754e14a7dfd180c0fd9dd747d7c8a19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.132698" Longitude="101.689976" StarRating="3" HotelCode="187995|171642" HotelName="Summer View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Jalan Sultan Abdul Samad, Off Jalan Tun Sambathan 4, Brickfields, Kuala Lumpur 50470</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/56/4f568ef6492e7d306efffc68be61faabe2f73dd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|211746-25416084/869278011589878765/989" HotelName="VALENZA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10060000/10058800/10058793/68ee1664_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1082995-26339237/869278011589878765/1553" HotelName="OYO 552 KL CENTRE POINT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29380000/29371300/29371289/47f3a29c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1083064-26339361/869278011589878765/1563" HotelName="RICCARTON CAPSULE HOTEL HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18720000/18711800/18711747/1129feb3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.499063" Longitude="13.344757" StarRating="2" HotelCode="0|193209-25387112/869278011589878765/1938" HotelName="SWISS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>FUGGERSTR. 20, 10777 BERLIN, GERMANY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4790000/4789900/4789853/f0d4b689_b.jpg</HotelPictures>
        <HotelDescription>Location: The hotel is situated directly in the centre of city-west, between KaDeWe, Ku???damm and Potsdamer Platz, nearby the historical centre.  Room facilities: All rooms have shower/bath, WC, hair dryer, telephone and TV; modem/data port connection an&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1203826190025" Longitude="101.72870687242" StarRating="3" HotelCode="345963|hotel_mezzo" HotelName="Hotel Mezzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>532 Jalan Cheras, Batu 3 ¼, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/68/de68e8fc456922c3d1e805db697fd1ff69b7b7b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1318357" Longitude="101.68745377" StarRating="2" HotelCode="599837|cozy_hotel_kl_sentral" HotelName="Cozy Hotel @ KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Jalan Thambipillay off, Jalan Tun Sambanthan, Brickfields KL Sentral Monorail Station, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/93/c79367beb02e5c8d5cc3258382f3796528a76140.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09028289" Longitude="101.7429004" StarRating="3" HotelCode="554726|orange_premier_hotel_taman_segar" HotelName="Orange Premier Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Jalan Manis 3, Taman Segar, Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/da/52dad30b0a2c43884213849b374b04587cb8973e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Orange Premier Hotel Taman Segar is perfectly located for both business and leisure guests in Kuala ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20524968" Longitude="101.73584112" StarRating="2" HotelCode="511434|orange_premier_hotel_wangsa_maju" HotelName="Orange Premier Hotel Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Metro Wangsa, Seksyen 2, Wangsa Maju, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/e2/3ce20bf2cb435c2d14e05f65e8f43e0a51f992ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at OYO 279 Orange Premier Hotel in Kuala Lumpur, you'll be convenient ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.9236564" Longitude="101.760436" StarRating="2" HotelCode="783253|bangi_sri_minang_guesthouse_2" HotelName="Bangi Sri Minang Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Internet,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jernang Jaya 1, Lot PT 62966, Seksyen 14, Kg Teras Jernang, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/fd/28fd4d8c6249824f98b9a4d13802f3344ac43158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Putrajaya, Bangi Sri Minang Guesthouse promises a rel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.65" OriginalAmount="21.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.89986" Longitude="101.792064" StarRating="2" HotelCode="|441174" HotelName="Avenue Bangi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32A, Jalan Bangi Avenue 1/8, Taman Bangi Avenue, Kajang, Selangor, 43000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/1/7/4/441174_a42fbf61724.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.78" OriginalAmount="21.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08529" Longitude="101.69117" StarRating="3" HotelCode="|196036" HotelName="1 Kuchai Lama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. J-0-1, Jalan 1/127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/3/6/196036_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.93" OriginalAmount="21.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.131851" Longitude="101.68721" StarRating="3" HotelCode="|396547" HotelName="Euro Life Hotel KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65, Jalan Thambipillay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/4/7/396547_bb5dfcf1323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.11" OriginalAmount="21.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1590568738326" Longitude="101.69728964974" StarRating="3" HotelCode="153189|2383575" HotelName="Prescott Hotel Kuala Lumpur - Medan Tuanku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Lorong Medan Tuanku, Satu Off Jalan Sultan Ismail, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/c0/dcc0ae763db9806ad4e2078c6083056a90fd8a56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.17" OriginalAmount="21.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0852365" Longitude="101.69124377" StarRating="2" HotelCode="407969|2262415" HotelName="1 Hotel Kuchai Lama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>J-0-1 Jalan 1/127, Kuchai Business Park, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ce/b1cecd65f5cf99381d1a4dadf07026a4a3d29aaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.36" OriginalAmount="21.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.176186" Longitude="101.684621" StarRating="2" HotelCode="|481590" HotelName="Midtown Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Kasipillay, Jalan Ipoh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/5/9/0/481590_c126ac61833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.46" OriginalAmount="21.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145747" Longitude="101.70708854233" StarRating="2" HotelCode="316706|1224408" HotelName="D'or Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No.18 Tengkat Tong Shin, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/2b/362bd975435fdf21092ab22504c7f819ac63f47e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.54" OriginalAmount="21.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1476" Longitude="101.69602" StarRating="0" HotelCode="|188598" HotelName="A-one" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Medan Pasar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/9/8/188598_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.55" OriginalAmount="21.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1541667022631" Longitude="101.69770091772" StarRating="3" HotelCode="142208|120644" HotelName="StarPoints Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>149 Jalan Masjid India, Wilayah Persekutuan, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/c8/37c82a9ab9b9d58f3910fc591d0af7f03cfd7709.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the part of Kuala Lumpur known as Little India, along Jalan Masjid India above the popula...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.55" OriginalAmount="21.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20577" Longitude="101.71986" StarRating="3" HotelCode="|233538" HotelName="Fan Holiday" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 33A-0, Blok G, Platinum Walk, Jalan Langkawi, Danau Kota</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/5/3/8/233538_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.55" OriginalAmount="21.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14914" Longitude="101.70785" StarRating="3" HotelCode="|189099" HotelName="The Mesui" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Mesui, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/9/9/189099_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.58" OriginalAmount="21.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161532" Longitude="101.698594" StarRating="3" HotelCode="|440889" HotelName="Hotel Living At Dsulaiman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tuanku Abdul Rahman, Kuala Lumpur, 50300, Wilayah Persekutuan Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/8/9/440889_9a6c0061226.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.60" OriginalAmount="21.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16175" Longitude="101.69764" StarRating="4" HotelCode="|234444" HotelName="Wp" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>362, Jalan Tunku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/4/4/4/234444_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-26.39297" Longitude="153.08971" StarRating="2" HotelCode="0|531938-25689764/869278011589878765/1504" HotelName="DOUBLE M AT KL SENTRAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>16 NOOSA DR, NOOSA ,SUNSHINE COAST 4567</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23780000/23776100/23776081/da5ec06c_b.jpg</HotelPictures>
        <HotelDescription>Stop at Noosa Blue Resort to discover the wonders of Sunshine Coast. The hotel has everything you need for a comfortable stay. Tours, elevator, car park, Wi-Fi in public areas are just some of the facilities on offer. Each guestroom is elegantly furnished and equipped with handy amenities. The hotel`s peaceful atmosphere extends to its recreational facilities which include outdoor pool, pool (kids), jacuzzi, steamroom, sauna. Convenience and comfort makes Noosa Blue Resort the perfect choice for your stay in Sunshine Coast. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16680614" Longitude="101.69563349" StarRating="3" HotelCode="529929|tune_hotels_jalan_putra" HotelName="Tune Hotel Kuala Lumpur PWTC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>61 Jalan Putra, 50350 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247aef5ee4b190a614c44e67a5d1c4678bdd68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13190738" Longitude="101.68759166" StarRating="3" HotelCode="586168|euro_life_hotel_kl_sentral" HotelName="Euro Life Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>65 Jalan Thambipillay, Brickfield, Kl Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/04/9204fac414ef33639b6a145555ea883444d29616.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1464719" Longitude="101.70057834" StarRating="3" HotelCode="630424|city_comfort_hotel_chinatown" HotelName="City Comfort Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3-1 Jalan Pudu Lama, Seksyen 19, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0f/690ffabe74c32737dfc1cab1a5f7dff219708343.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.73" OriginalAmount="22.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17682" Longitude="101.73716" StarRating="3" HotelCode="|232298" HotelName="Seeds Setiawangsa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 22, Jalan Jelatek 2 Jelatek Business Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/2/9/8/232298_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.80" OriginalAmount="22.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15324" Longitude="101.71031" StarRating="3" HotelCode="|196013" HotelName="Soho Suites KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.20, Jalan Perak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/1/3/196013_266fc961042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.92" OriginalAmount="22.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14637" Longitude="101.70112" StarRating="3" HotelCode="|240726" HotelName="Ramada Encore By Wyndham Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-1 Jalan Pudu Lama, Seksyen 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/7/2/6/240726_1_2241.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.22" OriginalAmount="22.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1489406" Longitude="101.7079717" StarRating="3" HotelCode="311334|1893035" HotelName="The Mesui Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Mesui, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/e3/b2e35bebf9c21af9a9185186b8828d990bced759.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.24" OriginalAmount="22.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20564" Longitude="101.72084" StarRating="3" HotelCode="|232305" HotelName="Smile Danau Kota" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.48, Jalan 8/23E, Danau Kota Setapak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/0/5/232305_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.28" OriginalAmount="22.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15604" Longitude="101.752" StarRating="1" HotelCode="|441060" HotelName="Seeds Hotel Ampang Point" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B2A-1, Jalan Ampang Utama 1/2, Ampang Utama 68000 Ampang. , 68000 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/6/0/441060_201c1e91128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.39" OriginalAmount="22.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16298" Longitude="101.737165" StarRating="2" HotelCode="|455679" HotelName="Neu Suites 3rdnvenue By Perfect Host" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Nipah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/6/7/9/455679_9a099a21702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.57" OriginalAmount="22.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1505016069502" Longitude="101.67000134589" StarRating="3" HotelCode="225283|130054" HotelName="Peninsula Residence All Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Semantan, Bukit Damansara, 50490 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/35/a935d6461e981cce9e1e1f421aec46d2a72ebe34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.59" OriginalAmount="22.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13637" Longitude="101.69081" StarRating="3" HotelCode="|188952" HotelName="Palette KL Sentral Station  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 10, Jalan Tun Sambanthan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/5/2/188952_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448734950791" Longitude="101.70659780502" StarRating="3" HotelCode="75141|225903" HotelName="Corona Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Tong Shin, Off Jalan Bukit Bintang, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/ac/61ac218c08cde2c497e1c0046cd8e026ab3dc33f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is tucked into the middle of the golden triangle, where guests are just a stroll – o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1177597-26493180/869278011589878765/1429" HotelName="ACES HOTEL KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/50000000/49020000/49010300/49010249/12099e83_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|352433-25542698/869278011589878765/1688" HotelName="DE UPTOWN HOTEL DAMANSARA UTAMA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8710000/8702000/8701902/3635ba4f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1329723-26638605/869278011589878765/1709" HotelName="EAST RIVERINE BOUTIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76830000/76821800/76821795/d123c0fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.100514" Longitude="101.739567" StarRating="3" HotelCode="187986|caliber_kuala_lumpur" HotelName="Caliber" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46-56 Jalan 5/101C, Off Jalan Kaskas, Cheras Commercial Centre, Taman Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/6f/6b6f5492fbf97910b9a56dbd463249204d3a0798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1388609869262" Longitude="101.69734686613" StarRating="3" HotelCode="68099|midah_hotel" HotelName="Midah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kampung Attap, 50460 Kula Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/20/8a20be67e88ac7f06cb1a5d812abf7f616487679.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superior business city hotel is located within the commercial and business hub of Kuala Lumpur....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1363461949854" Longitude="101.69089499915" StarRating="3" HotelCode="321153|prescott_hotel_kuala_lumpur__sentral" HotelName="Prescott Hotel Kuala Lumpur Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Tun Sambanthan, 50470 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/7d/457d25f9a801fc52d62efab2a6c93e99ee629eb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17686776" Longitude="101.73725963" StarRating="3" HotelCode="360098|seeds_hotel_setia_wangsa" HotelName="Seeds Hotel Setiawangsa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Jelatek 2, Jelatek Business Park, 54200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/07/a007da606680c9e946a3c7481f8642380d81470f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12862879" Longitude="101.72037707" StarRating="2" HotelCode="352512|smile_hotel_warisan_cityview" HotelName="Smile Hotel Cheras Cityview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Warisan Cityview, Block H, Jalan 4/93A, Batu 2 1/2, Jalan Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/09/0b091a089f333aa30576c040b28fd15b4821df05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="974525|m_design_hotel_taman_pertama" HotelName="M Design Hotel @ Taman Pertama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Jalan 2/90, Taman Pertama, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/db/49dbfc99e7095753a08b0cfa53e89fbafa625ef4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.72" OriginalAmount="23.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14277" Longitude="101.70788" StarRating="0" HotelCode="|462415" HotelName="Asia Like Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 202 Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/4/1/5/462415_d1377231357.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.80" OriginalAmount="23.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146001" Longitude="101.701469" StarRating="3" HotelCode="317343|1516708" HotelName="Hotel Transit Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/73/a67341581f80e6ad0547cb8704a9bb0ef88ec392.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.99" OriginalAmount="23.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13991161" Longitude="101.71369828" StarRating="2" HotelCode="529918|2264545" HotelName="The Hulo Hotel &amp; Gallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/3f/533fd30984eba1b09be982a4d32cf75000981b34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at The Hulo Hotel &amp; Gallery places you in the heart of Kuala Lumpur, minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.13" OriginalAmount="23.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1211972665446" Longitude="101.7293925502" StarRating="2" HotelCode="915308|2269865" HotelName="V Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Jalan Pudu Ulu, Off Jalan Cheras, 56100  Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/a3/fba329a8fbe07792314c9df87b68dcc8d96f6e81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.15" OriginalAmount="23.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12874" Longitude="101.72032" StarRating="3" HotelCode="|232329" HotelName="Smile Cheras Pudu Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36, Warisan Cityview, Jalan 4/93 A Batu 2 1/2, Jalan Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/2/9/232329_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.15" OriginalAmount="23.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13682" Longitude="101.71143" StarRating="3" HotelCode="|392577" HotelName="D'majestic Place By Widebed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13A-8 D Majestic, 376 Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/5/7/7/392577_68b528a1048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.28" OriginalAmount="23.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162847" Longitude="101.751058" StarRating="3" HotelCode="98792|83338" HotelName="Flamingo by The Lake" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Tasik Ampang, Jalan Hulu Kelang, 68000 Ampang, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/35/06359b30ff0ea75b7383fc9e7d53850c3ba56a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located in a serene environment, beside a tranquil lake in Ampang. Only minutes a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.36" OriginalAmount="23.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1447677" Longitude="101.7064863" StarRating="3" HotelCode="|59504" HotelName="Kingston Hotel 6 @ Changkat Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Tong Shin Off Jalan Bukit Bintang Kuala Lumpur.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/0/4/59504_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: the Golden Triangle Is situated in Chinatown near the establishment, guests will find Clients can also find the business area, the shopping centres and leisure areas. ROOM: Each room has a bathroom, a mini-bar, a kettle, a coffee maker and a direct line telephone. You are offered superior family rooms. RESTAURANT: Regarding gastronomy, the establishment offersCorona Cafe the restaurant, with Occidental and local cuisine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.47" OriginalAmount="23.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.118202" Longitude="101.649082" StarRating="3" HotelCode="|440867" HotelName="Urban Living Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ilmu, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 59100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/6/7/440867_5bd34ba1711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.63" OriginalAmount="23.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13518" Longitude="101.69124" StarRating="2" HotelCode="|398968" HotelName="Sun Inns  Sentral Brickfields" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 28, Jalan Tun Sambanthan 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/9/6/8/398968_535185e0923.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.66" OriginalAmount="23.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167252" Longitude="101.700385" StarRating="2" HotelCode="187981|2265965" HotelName="Adamson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>79 Lorong Haji Hussein 2, Off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/81/9f8190c28685dfaae357d2b3a28243a0dff6a641.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14769602" Longitude="101.69780013" StarRating="3" HotelCode="960867|151539" HotelName="Arenaa Mountbatten by NIDA Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Tun Perak, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|182592-25367809/869278011589878765/1769" HotelName="ONE-STOP RESIDENCE HOTEL &amp;amp; OFFICE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4830000/4822300/4822239/bdab1b15_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|251539-25473092/869278011589878765/2441" HotelName="KEPONG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/51000000/50730000/50723400/50723398/7db6fb89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1620851464505" Longitude="101.69759071095" StarRating="4" HotelCode="322904|wp_hotel" HotelName="WP Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No. 362 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/65/7a6515475092eb4ff78e27d154dcff9706cd8959.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16749719" Longitude="101.70051703" StarRating="3" HotelCode="945549|adamson_park_hotel" HotelName="Adamson Park Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>40 Lorong Haji Hussein 2, Off Jalan Raja Muda Abdul Aziz, Chow Kit, Kuala Lumpur 50300</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/5d/955debd239cd100b19e1c5f4bc83859c2c5c1660.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.09" OriginalAmount="24.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0689" Longitude="101.65533" StarRating="3" HotelCode="|235899" HotelName="Summit Signature Oug Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 60, Jalan Puchong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/9/9/235899_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.13" OriginalAmount="24.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148247" Longitude="101.696646" StarRating="4" HotelCode="|211076" HotelName="Cosmo Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Leboh Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/6/211076_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.21" OriginalAmount="24.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1426296769414" Longitude="101.70811644907" StarRating="3" HotelCode="936580|983545" HotelName="Metro Hotel Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Meeting Room,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No. 208 Jalan Pudu – Imbi, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/61/f761fa3987e7d984bc19efaf0bc3039e2e45fa9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located at the heart of the city, this charming property is within walking distance to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.25" OriginalAmount="24.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12869633" Longitude="101.71416083" StarRating="3" HotelCode="834499|2294335" HotelName="Days Hotel &amp; Suites by Wyndham Fraser Business Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Metro Pudu 2, Kompleks Metro Pudu, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/8d/bd8d0c2941696d3c50c114f732b1b3f40b236300.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.46" OriginalAmount="24.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162184" Longitude="101.737076" StarRating="4" HotelCode="|466901" HotelName="Neu Suites Residence By Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nipah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/9/0/1/466901_3fe4c9f1823.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.47" OriginalAmount="24.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1389" Longitude="101.69718" StarRating="3" HotelCode="|53959" HotelName="Howard Johnson By Wyndham Kuala Lumpur 118" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.8 Jalan Kampung Attap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/5/9/53959_7e4cc2b0802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.73" OriginalAmount="24.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.129118" Longitude="101.714001" StarRating="3" HotelCode="|396509" HotelName="Days Hotel and Suites Fraser Business Park KL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kompleks Metro Pudu 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/0/9/396509_e05ee270920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1547098078358" Longitude="101.70732429848" StarRating="2" HotelCode="690217|236627" HotelName="The Bed KLCC" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/34/d13450ce83bfe0bbd381e2e4e554d622f015e063.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|231657-25440564/869278011589878765/1821" HotelName="O'BOUTIQUE SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12240000/12240000/12239986/0bc5e482_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1455871-32432732/869278011589878765/1885" HotelName="CENTRAL CITY HOTEL AT CHINATOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111840000/111836500/111836500/6d050e4f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448647882493" Longitude="101.70851270644" StarRating="2" HotelCode="225284|bintang_garden_hotel" HotelName="Bintang Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 &amp; 24 Jalan Bukit Bintang, 55100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/e8/51e81427d5cda571122defde8a2c4b6b5f6e088b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160286" Longitude="101.696823" StarRating="3" HotelCode="163464|tune_hotel__downtown_kl" HotelName="Tune Hotel - Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>316 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/2e/822e3ece106575999db803729ef440322b7f20a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 5 minutes’ walk to Medan Tuanku monorail station for direct access to Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14805515" Longitude="101.69644302" StarRating="3" HotelCode="523482|cosmo_hotel_4" HotelName="Hotel Cosmo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Leboh Ampang, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/af/3bafac7a7a57d71b23f2988ba2cd6b24335fd9dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.06873314" Longitude="101.65537381" StarRating="3" HotelCode="553727|summit_signature_hotel_oug_kuala_lumpur" HotelName="Summit Signature Hotel OUG Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>60 Jalan Puchong, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/02/8b02c7ae358dfa022f73817f68c9a1fae4ed25f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.05" OriginalAmount="25.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14823" Longitude="101.70824" StarRating="3" HotelCode="|392181" HotelName="Twenty 8b" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28, Jalan Berangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/1/8/1/392181_e8c2e1c1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.06" OriginalAmount="25.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.2033" Longitude="101.73638" StarRating="3" HotelCode="|232342" HotelName="Smile Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 36, Jalan Metrowangsa Sek 2, Wangsa Maju</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/4/2/232342_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.14" OriginalAmount="25.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1435067" Longitude="101.6984364" StarRating="3" HotelCode="|35411" HotelName="Swiss Inn Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62, JALAN SULTAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/1/1/35411_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has has 110 rooms a reception, a safety deposit box service, a restaurant, a bar and a cafÃ©. The establishment offers guests WiFi, air-conditioning and a car park. SITUATION: It is in a central area, Chinatown is situated in Petaling Street and Jalan Sultan It is situated between close to the establishment, clients can find the railway station, the bus station, in the surrounding area, clients have tourist areas, monuments and cultural areas. it is situated 30 minutes away from Sunway Lagoon the theme park. ROOM: The rooms have an individual air-conditioning system, a bathroom, a television and films. It also offers deluxe rooms with mini-bar, They have an electronic key, a direct line telephone, a kettle and a coffee maker. OBSERVATIONS: It is situated near a car park, (for a fee). PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers with local dishes, international cuisine and Chinese food.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.15" OriginalAmount="25.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16374" Longitude="101.70548" StarRating="3" HotelCode="|188491" HotelName="Bagasta Boutique Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, Jalan Raja Alang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/9/1/188491_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.15" OriginalAmount="25.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.210659" Longitude="101.651848" StarRating="3" HotelCode="|397082" HotelName="77 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Rimbunan Raya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/0/8/2/397082_8c804a01412.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.18" OriginalAmount="25.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.197661" Longitude="101.6074931" StarRating="3" HotelCode="|391757" HotelName="ibis Styles Kuala Lumpur Sri Damansara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 5 Jalan Cempaka SD 12/5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/5/7/391757_2e5e1561118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.19" OriginalAmount="25.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14583" Longitude="101.70142" StarRating="3" HotelCode="|188713" HotelName="Transit Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/3/188713_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.36" OriginalAmount="25.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12771" Longitude="101.73638" StarRating="1" HotelCode="|188745" HotelName="M Design At Shamelin Perkasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 and 93, Jalan 1/91</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/4/5/188745_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.58" OriginalAmount="25.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1408416621604" Longitude="101.70954080503" StarRating="2" HotelCode="320332|2044825" HotelName="Ceria Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>270 Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/5d/4b5d1fc607bb170f6369a02661cfba6877d9d981.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.64" OriginalAmount="25.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1270631950141" Longitude="101.73514808836" StarRating="2" HotelCode="346105|3120225" HotelName="M design Hotel @ Shamelin Perkasa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>91 &amp; 93 Jalan 1/91, Taman Shamelin Perkasa, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/10/0410833105e75c93645abd317dde4364a32c81d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.66" OriginalAmount="25.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1284067" Longitude="101.7137833" StarRating="3" HotelCode="|89475" HotelName="Ibis Styles Kuala Lumpur Fraser Business Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kompleks Metro Pudu (Metro Mall) 1 Jalan Metro Pudu 2 Fraser Business Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/5/89475_1_6308.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Kuala Lumpur it is in is situated in the city centre, Close to public transport services, the metro station and the bus station. Around the establishment, clients can find a golf course. HOTEL: The hotel was built in 2012, has 500 rooms, 304 single rooms, 196 double rooms and 2 rooms adapted for people with reduced mobility.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.77" OriginalAmount="25.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14617121" Longitude="101.70855188" StarRating="3" HotelCode="397435|2537255" HotelName="Melange Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Jalan Rembia, off Tengkat Tong Shin, Bukit Bintang, 50200 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/16/e016e6cb9f72ad00a435e1f59d780aa373d72cba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Kuala Lumpur. Its setting is especially ideal f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|211088-32731196/869278011589878765/2013" HotelName="PENINSULA RESIDENCE ALL SUITE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92210000/92201300/92201247/660db462_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143767" Longitude="101.698854" StarRating="3" HotelCode="187980|the_5_elements_hotel" HotelName="5 Elements" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot 243 Jalan Sultan, Chinatown, Kuala Lumpur 50000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/db/5edbe09f4247bdb4061de2682e915d8c89dbe381.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20347395" Longitude="101.73631529" StarRating="2" HotelCode="422677|smile_wangsa_maju" HotelName="Smile Hotel Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Laundry,LCD/Projector,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>36 Jalan Metrowangsa, Seksyen 2 Wangsa Maju, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/e8/f8e8b9755655475d3c1d9540c08b79fe38ce7a93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Smile Hotel Wangsa Maju is a popular choice amongst travelers in Kuala Lumpur, whether exploring or ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451666239488" Longitude="101.69778854848" StarRating="2" HotelCode="337816|dragon_inn_premium_hotel_kuala_lumpur" HotelName="Dragon Inn Premium Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14 Jalan Petaling, Off Jalan Tun Tan Cheng Lock, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/be/13be4b0439199c4b8aeb1a96abdd13cb4435fbed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.199682621486" Longitude="101.71793717302" StarRating="2" HotelCode="343555|hotel_manis" HotelName="Mixx Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Jalan 2/23A, Taman Danau Kota, Off Jalan Genting Klang, Setapak, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/88/9388a2c8613bb0ec1aab2a75048c38a08e98b537.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Manis is perfectly located for both business and leisure guests in Kuala Lumpur. Offering a va...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14774727" Longitude="101.71126049" StarRating="2" HotelCode="343716|33_star_hotel" HotelName="33 Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>56/58 Jalan Sultan Ismail, Off Jalan Bukit Bintang, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/77/ef77338582105853ca9ad7ef3f2a7df5b8894f32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0600032" Longitude="101.71159117" StarRating="0" HotelCode="677544|hotel_trillium" HotelName="Hotel Trillium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>63-2 Jalan Tasik Utama 4, Medan Niaga Tasik Damai, Sungai Besi, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/da/09dadc2ebfc56c99655aa278be8ca47747478d3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Hotel Trillium offers comfort and convenience whether you're on business or holiday in Ku...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21059128" Longitude="101.65177354" StarRating="0" HotelCode="685407|77_boutique_hotel_2" HotelName="77 Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Rimbunan Raya</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/e8/a1e8aaac363b49b234101b95480c5e101def5165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.83" OriginalAmount="26.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1455" Longitude="101.70955" StarRating="2" HotelCode="|234499" HotelName="Cardogan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64, Jalan Bukit Bintang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/4/9/9/234499_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.46" OriginalAmount="26.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1978579125109" Longitude="101.60612494828" StarRating="3" HotelCode="504455|3128535" HotelName="Hotel S Damansara" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Cempaka SD 12/5, Bandar Sri Damansara PJU 9, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/a8/02a82dd0a03d2bb6a8167d4114a1481e5a14af44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.51" OriginalAmount="26.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08433" Longitude="101.68978" StarRating="0" HotelCode="|188741" HotelName="Love Inn Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>J-05, Jalan 1/127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/4/1/188741_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.76" OriginalAmount="26.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16472" Longitude="101.69631" StarRating="3" HotelCode="|394205" HotelName="Koptown Edc  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Laut</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/0/5/394205_78af7220444.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13461489" Longitude="101.62980983" StarRating="3" HotelCode="585575|225891" HotelName="Manhattan Business Hotel  TTDI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot A-12-G Jalan Damansara, Block A, Glomac Damansara 699, 60000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/28/5d28eb5a07f5d773047c907ad0b5864087cd55bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.134332" Longitude="101.717871" StarRating="3" HotelCode="188019|wenworth_hotel_" HotelName="Hotel WW Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yew, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/1f/b91ff83f4bf060485e2d79943d69f719dc5cadf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Kuala Lumpur. The property consists of 106 rooms. Those who di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1445601491847" Longitude="101.69788599014" StarRating="3" HotelCode="18110|swiss_inn_kuala_lumpur" HotelName="Swiss-Inn Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/2f/102f95b5751e6d2c80ffbc33e9484da922fac88c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a central location, this hotel is able to present its guests with the sights and splendour ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14812386" Longitude="101.70834126" StarRating="3" HotelCode="585545|hotel_twenty_8b" HotelName="Hotel Twenty 8B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Jalan Berangan, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/72/4772097b5b75bfbe7bafd6893a390e4f68716ec5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14552252" Longitude="101.70951866" StarRating="2" HotelCode="486406|cardogan_" HotelName="Cardogan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>64 Jalan Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/dd/18dd4879c107d058d829eee609566ee90cc5b551.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.96" OriginalAmount="27.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162785" Longitude="101.695266" StarRating="3" HotelCode="|189080" HotelName="Club Dolphin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 3, Jalan Tiong Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/8/0/189080_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.06" OriginalAmount="27.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13437" Longitude="101.62973" StarRating="3" HotelCode="|239242" HotelName="Manhattan Business Ttdi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot A-12-G, Block A, Glomac Damansara No.699, Jalan Damansara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/2/4/2/239242_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.19" OriginalAmount="27.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154874" Longitude="101.696592" StarRating="3" HotelCode="|397456" HotelName="M Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/5/6/397456_510c24d0421.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.24" OriginalAmount="27.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1483516854979" Longitude="101.70307158069" StarRating="4" HotelCode="376152|2536435" HotelName="Suasana Suites Bukit Ceylon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Persiaran Raja Chulan, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/98/cc98b40c99accba647eb2c17253ef98020052099.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.26" OriginalAmount="27.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08433058" Longitude="101.68988794" StarRating="2" HotelCode="304004|1204368" HotelName="Love Inn Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>J-05 Pusat Perdagangan Kuchai, Jalan 1/127, Off Jalan Kuchai Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/4a/624a93609d759358d3e8cf44057bc28b9cfabf29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel has the perfect ambience for guests who appreciate a st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.40" OriginalAmount="27.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08077" Longitude="101.73285" StarRating="0" HotelCode="|196091" HotelName="1  Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Menara Gading 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/9/1/196091_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.44" OriginalAmount="27.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158558" Longitude="101.704187" StarRating="4" HotelCode="|532962" HotelName="Quzoma Suites KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/9/6/2/532962_286a9021124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.60" OriginalAmount="27.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20307" Longitude="101.736" StarRating="0" HotelCode="|441025" HotelName="Hotel Seeds @ Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43A, Jalan Metro Wangsa, Section 2, Wangsa Maju, 53300 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/2/5/441025_1d028d70817.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.61" OriginalAmount="27.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1474999" Longitude="101.7113104" StarRating="2" HotelCode="932698|1567348" HotelName="Hotel Ambassador Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/46/154607ec22be3424366a12768f7c99ac2735cbb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.73" OriginalAmount="27.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13073098" Longitude="101.68521389" StarRating="3" HotelCode="362563|2536065" HotelName="Easy Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Jalan Tun Sambanthan (Jalan Brickfields), NU Sentral Mall, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/88/ed88baaf75917c31bb1b51b25c505bd9d73e3365.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|529247-25684987/869278011589878765/1394" HotelName="EURO LIFE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19470000/19461000/19460960/017f6e2d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|650368-25828572/869278011589878765/1607" HotelName="HOTEL SUNJOY9 @ MID VALLEY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35800000/35796000/35795948/c567b5d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|531731-25689670/869278011589878765/2061" HotelName="SUN INNS SENTRAL BRICKFIELDS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15220000/15211800/15211728/88119dd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1646226094063" Longitude="101.69631563558" StarRating="3" HotelCode="153273|edc_hotel_kuala_lumpur" HotelName="EDC Hotel  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/25/c825959b8cac50c9270178fe693a7c607c161230.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Jalan Raja Laut, the centre of Kuala Lumpur's fast growing business and c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.085042847578" Longitude="101.692759992" StarRating="2" HotelCode="339375|hotel_min_cott" HotelName="Hotel Min Cott" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>43 Jalan Kuchai Maju 13, B-G-1 Kuchai Exchange, Jalan 2/116b, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/13/b313b56e63a06f0abab6c233bb62ac6d6b70139f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13326325" Longitude="101.68898983" StarRating="2" HotelCode="965966|zen_rooms_my_hotel_sentral" HotelName="My Hotel @ Sentral by Zen Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/30/fd305bca3f4cd17e704fe0fc6c8476ba00b24309.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.86" OriginalAmount="28.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.140201" Longitude="101.713679" StarRating="3" HotelCode="|215783" HotelName="Zen Premium Hulo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 JALAN CHANGKAT THAMBI DOLLAH BUKIT BINTANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/8/3/215783_0cbe5031124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.92" OriginalAmount="28.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13073" Longitude="101.68532" StarRating="3" HotelCode="|196116" HotelName="Easy Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 110 Jln Tun Sambanthan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/1/1/6/196116_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.26" OriginalAmount="28.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.94487531" Longitude="101.72239023" StarRating="0" HotelCode="979745|4729735" HotelName="Enclave Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Jalan Diplomatik, Putrajaya, 62050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c1/dfc15b5029a24215525e77d43e7b01d50ad23a7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.49" OriginalAmount="28.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143909" Longitude="101.695568" StarRating="3" HotelCode="915312|1475698" HotelName="Travelodge City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/fe/85feb11ec3d91d05243571da5432b20bad6747c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.59" OriginalAmount="28.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.163987" Longitude="101.692607" StarRating="3" HotelCode="221722|936765" HotelName="Upper View Regalia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Anjung Putra, Off Jalan Sultan Ismail, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/62/a3620d79f671824af071c99315332dbbf724649f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.59" OriginalAmount="28.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19797" Longitude="101.60656" StarRating="3" HotelCode="|233133" HotelName="S. Damansara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Jalan Cempaka SD 12/5 Bandar Sri Damansara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/1/3/3/233133_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.78" OriginalAmount="28.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="967509|2660545" HotelName="M Palace Hotel KL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|57007-25230784/869278011589878765/1403" HotelName="REGALPARK HOTEL KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2860000/2856700/2856665/d14a4ac3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.109774" Longitude="101.678388" StarRating="3" HotelCode="296383|v_hotel_kuala_lumpur" HotelName="V Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Tasik Selantan 8, Bandar Tasik Selatan, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/9f/129fb52313647a71cc11a74be63f31d7394c4115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0808854898702" Longitude="101.73296750751" StarRating="2" HotelCode="343571|1_hotel_taman_connaught" HotelName="1 Hotel Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Menara Gading 1, Taman Connaught, Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/dc/71dc6a101b7f0085c3a9a34613a2306ddc583625.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1389115" Longitude="101.70964604" StarRating="3" HotelCode="754133|eco_hotel_at_bukit_bintang" HotelName="ECO Hotel @ Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>179 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/25/382596f05b3ec9ed610793b56212b1df6ea3a96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.08" OriginalAmount="29.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14475368" Longitude="101.71387284" StarRating="3" HotelCode="584691|2203355" HotelName="InnB Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>102-106 Jalan Imbi, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/0a/190acce37f6a99d434cd2b5ac8dbe497743862f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.09" OriginalAmount="29.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20423" Longitude="101.66836" StarRating="3" HotelCode="|188508" HotelName="Crystal Crown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.3, Jalan Jambu Mawar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/0/8/188508_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.13" OriginalAmount="29.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14583" Longitude="101.70983" StarRating="2" HotelCode="|460298" HotelName="Tai Ichi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 &amp; 80, Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/2/9/8/460298_f044f581920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.41" OriginalAmount="29.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13954859" Longitude="101.7134553" StarRating="3" HotelCode="421908|1893105" HotelName="City Comfort Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Designated Smoking Area,Housekeeping,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>22 Lorong Thambi 2, Off Jalan Changkat Thambi Dollah, Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c4/3dc45203ac0c2b03c39a49f8a5f363fbd0e8004b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;"City Comfort Hotel Bukit Bintang offers accommodation in Kuala Lumpur. The property has a 24-hour f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.48" OriginalAmount="29.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1471114101793" Longitude="101.71008436501" StarRating="3" HotelCode="343585|1217818" HotelName="Izumi Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>85 Jalan Berangan, Off Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a3/44a3a6661dfcb518178f670750d96747699ce730.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.55" OriginalAmount="29.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.093586" Longitude="101.666595" StarRating="4" HotelCode="|456299" HotelName="Cubic Botanical Suites Homebrickz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 2/112c</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/2/9/9/456299_c754bdf1759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.88" OriginalAmount="29.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14634862" Longitude="101.7099244" StarRating="1" HotelCode="353693|2280475" HotelName="Hotel Imperial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76-80 Changkat Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/34/7734f4122f0de6dbd6232a87b5f467198c09348b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an exciting setting in Kuala Lumpur, lying amidst the city's main shopping, dining...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17597708" Longitude="101.68432286" StarRating="2" HotelCode="435980|236301" HotelName="Midtown Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>D23A Jalan Kasipillay, Putra Majestik, Off Jalan Ipoh, 51200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/c5/5fc5e25d860172650aa1481b0c3a1dd4eb7cf0dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|210129-25414716/869278011589878765/974" HotelName="BELTIF" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7950000/7943800/7943744/70966b1f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|258720-25480920/869278011589878765/1677" HotelName="D'GARDEN HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6670000/6661500/6661488/1b31cfba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1669311512364" Longitude="101.69551017254" StarRating="3" HotelCode="13035|grand_central" HotelName="Sani Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/zz/cead561eda5bd7506b2535bfa54bea8b698b771a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located near Putra World Trade Centre, banks, a shopping mall, street mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1662051952184" Longitude="101.70074338635" StarRating="2" HotelCode="337604|city_park_hotel_kuala_lumpur" HotelName="City Park Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46 Lorong Haji Hussein Satu, Off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/62/5a627a0f5dbb9b7be0f7c27647719e4ab8c43cb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14575674" Longitude="101.70984978" StarRating="2" HotelCode="357057|tai_ichi" HotelName="Tai Ichi Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>78 &amp; 80 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/0b/0f0b9da8fd4647770d2d185af7c2bc9895d0f840.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.24" OriginalAmount="30.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1634118" Longitude="101.6925057" StarRating="4" HotelCode="|128139" HotelName="Regalia Upper View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2 Jalan Anjung Putra,Off Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/3/9/128139_9ac65ca1446.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers rooms with a kitchen, a seating area, dinner service, a squash court, WiFi, a swimming pool, a playground and a library. SITUATION: This hotel is in Kuala Lumpur is situated in the city centre, close to Putra World Trade Centre, Sunway Putra Shopping Shopping Centre and Putra Komuter and PWTC Sultan Ismail LRT.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.26" OriginalAmount="30.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16681" Longitude="101.69569" StarRating="3" HotelCode="|391718" HotelName="Lazdana  Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.61, Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/1/8/391718_a0316141028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.32" OriginalAmount="30.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.113974" Longitude="101.665544" StarRating="3" HotelCode="|397290" HotelName="Komune Living" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.20, Jalan Kerinchi Kiri 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/9/0/397290_e9360b21029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.44" OriginalAmount="30.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20407" Longitude="101.668279" StarRating="3" HotelCode="187987|2253765" HotelName="Crystal Crown Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.3 Jalan Jambu Mawar, Off Jalan Kepong, 52000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/8b/808bd65883d7597575dfbe6ca723ca1f9fe205f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.57" OriginalAmount="30.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.171592" Longitude="101.712627" StarRating="4" HotelCode="|390725" HotelName="Expressionz Professional Suites by MyKey Global" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 1/65a off Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/5/390725_62985a90926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.57" OriginalAmount="30.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13964" Longitude="101.71351" StarRating="3" HotelCode="|231952" HotelName="City Comfort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 22, Lorong Thambi 2 Off Jalan Changkat, Thambi Dollah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/9/5/2/231952_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.65" OriginalAmount="30.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14764" Longitude="101.70893" StarRating="4" HotelCode="|390710" HotelName="Mov  Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Jalan Berangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/1/0/390710_4cae4951000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|267690-25491821/869278011589878765/1416" HotelName="PACIFIC EXPRESS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8320000/8315600/8315546/50920808_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|258723-25480926/869278011589878765/2269" HotelName="METRO BUKIT BINTANG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6910000/6907300/6907251/a8609d77_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14764417" Longitude="101.70890386" StarRating="4" HotelCode="638678|mov_hotel_kuala_lumpur" HotelName="MOV Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Jalan Berangan, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/71/f571e85295e8c891f67c634230d6f2b41a6863dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.33" OriginalAmount="31.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11514974" Longitude="101.6684613" StarRating="3" HotelCode="746352|4703425" HotelName="Nexus Regency Suites &amp; Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Housekeeping,Internet,Kitchen,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tower D Jalan Pantai Baru, Bangsar Trade Center, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/91/649159153d665440377866f077687f72bf6a5c8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, Nexus Regency Suites &amp; Hotel Bangsar offers accommodations away from the hu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.43" OriginalAmount="31.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.082248" Longitude="101.583487" StarRating="4" HotelCode="904617|227616" HotelName="Empire Hotel Subang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan SS16/1, 47500 Subang Jaya, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/15/8c15257c368b1b0ea13b6dfceb9138c9dd1d69e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is majestically located in the business district of Subang Jaya. Breathtaking shopping spe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.48" OriginalAmount="31.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17134" Longitude="101.71246" StarRating="4" HotelCode="|390468" HotelName="Expressionz Professional Suites by KL Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Razak, No. 30, Jalan 1/65A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/6/8/390468_acc67080904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.50" OriginalAmount="31.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14835" Longitude="101.70454" StarRating="4" HotelCode="|390722" HotelName="Indie Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.9, Jalan Ceylon, Bukit Ceylon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/2/390722_29eefe00929.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.66" OriginalAmount="31.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15914" Longitude="101.70388" StarRating="3" HotelCode="|235388" HotelName="Summer Suites Bernice" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Off Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/3/8/8/235388_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.85" OriginalAmount="31.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.207713" Longitude="101.658081" StarRating="3" HotelCode="|396689" HotelName="Suwara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 19, Jalan 4/32, Batu 6 off Jalan Kepong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/6/8/9/396689_7839f220800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13680453" Longitude="101.7114696" StarRating="3" HotelCode="961345|271607" HotelName="Kl Short Stay @ D'majestic Place at D'Majestic Place by Swiss Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>376 Jalan Pudu, D' Majestic, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/67/c567138ca0133be8570c90bbb2debce69773fc34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1570701098504" Longitude="101.75250646357" StarRating="3" HotelCode="316771|de_palma_hotel_ampang" HotelName="De Palma Ampang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Selaman 1/2, Palm Square, Ampang Point, 68000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/90/ca906fbb8aeef81d8b622e5d282f81f98aed723c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16490646" Longitude="101.69835076" StarRating="4" HotelCode="768432|hilton_garden_inn_kuala_lumpur_jalan_tuanku_abdul_rahman_south" HotelName="Hilton Garden Inn Kuala Lumpur Jalan Tuanku Abdul Rahman South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>452 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/08/7608d35fe7d007befdc994385cb0fc11b010e789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="881484|expressionz_suites_by_ihost_global" HotelName="Expressionz Professional Suites by Ben" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/65A Off Jalan Tun Razak</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/f3/49f3b25ac7ee4bfe016da980925e5a4554558970.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.02" OriginalAmount="32.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.92349" Longitude="101.651053" StarRating="3" HotelCode="|203499" HotelName="FOX Lite DPulze Cyberjaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLOCK D,CYBERJAYA CBD,PERSIARAN MULTIMEDIA,CYBER12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/9/203499_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.38" OriginalAmount="32.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16662" Longitude="101.6963" StarRating="3" HotelCode="|189065" HotelName="Sani Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63M Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/6/5/189065_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.59" OriginalAmount="32.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.22693" Longitude="101.67137" StarRating="4" HotelCode="|231349" HotelName="Kip Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 77 Jalan Seri Utara 1 Sri Utara Off Jalan Ipoh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/3/4/9/231349_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.59" OriginalAmount="32.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15947" Longitude="101.71483" StarRating="3" HotelCode="|188727" HotelName="De King Boutique Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160, Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/2/7/188727_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.60" OriginalAmount="32.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14032" Longitude="101.71095" StarRating="3" HotelCode="|235765" HotelName="Taragon Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah Taragon Puteri Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/6/5/235765_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.72" OriginalAmount="32.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.115" Longitude="101.66875" StarRating="0" HotelCode="|224353" HotelName="Imperial Regency Suites and Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tower D Bangsar Trade Center Jalan Pantai Baru</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/3/5/3/224353_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147" Longitude="101.717138" StarRating="3" HotelCode="|397698" HotelName="J-hotel By Dorsett" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 7 Jalan Jati</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/9/8/397698_f6c47120818.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14672667" Longitude="101.71108812" StarRating="2" HotelCode="549032|158400" HotelName="Travelogue KL Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>118B Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/da/19daae07c8ed5aa0d10be6186ecb6208102cafcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|528179-25684525/869278011589878765/1220" HotelName="99 KEPONG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18350000/18340600/18340559/c4108ab1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1082960-26339175/869278011589878765/1679" HotelName="HOTEL MIDTOWN VILLA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19630000/19629100/19629083/8e8dc937_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.122148" Longitude="101.719596" StarRating="4" HotelCode="260771|vivatel" HotelName="Vivatel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Jalan Loke Yew, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/62/bd62cd616224d6595c6b445212da88321cc989db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1633634139966" Longitude="101.6955538094" StarRating="3" HotelCode="115914|citrus_hotel" HotelName="Q Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Jalan Tiong Nam, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/81/25819eb7f28281756d6d8f7d5c02c223d5e41c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located off Jalan Raja Laut, one of the artery city roads with easy access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1469865687799" Longitude="101.70815885067" StarRating="3" HotelCode="15705|radius_international_hotel_kuala_lumpur" HotelName="Hotel Soleil Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51-A Changkat Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/37/e837a4106ca4af1dcde194481b2f4ab7c298c556.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is in the ideal location with the hip Bintang Walk within walking distance. The conv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.2268885083481" Longitude="101.67122781714" StarRating="3" HotelCode="378785|kip_hotel" HotelName="KIP Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Jalan Seri Utara 1, Sri Utara Off Jalan Ipoh, 68100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/17/b817a313dd1d073cd58217b1a56692860f0605f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15840667" Longitude="101.70487433" StarRating="4" HotelCode="862432|apartamenty_summer_suites_klcc" HotelName="Summer Suites KLCC Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Mercu Summer Suites, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/9b/c29b1cb7a775a671f542e3069caf285d0e9d8328.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.28" OriginalAmount="33.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17143" Longitude="101.71227" StarRating="3" HotelCode="|394090" HotelName="Expressionz Klcc By Wodages" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 30 Jalan 1/65A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/0/9/0/394090_f2521361006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.79" OriginalAmount="33.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159671109773" Longitude="101.71464337361" StarRating="3" HotelCode="318859|1068458" HotelName="Le Apple Boutique Hotel KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>160 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/25/fd25422d9bde9c940486088d2bcd281f3d4d24e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuala Lumpur. For guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.86" OriginalAmount="33.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1399887563656" Longitude="101.71012182538" StarRating="4" HotelCode="171255|458525" HotelName="Furama Bukit Bintang" 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,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/ac/d8aceb61d88c0fa1c046c7374dc90d2b54c2f7ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally located in Kuala Lumpur's vibrant Golden Triangle, adjacent to Bukit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17150392" Longitude="101.71252702" StarRating="3" HotelCode="756573|335620" HotelName="Expressionz Professional Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Business Centre,Conference Hall,Designated Smoking Area,Dining,Internet,Kids Play Area,Meeting Room,Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2/65A Off Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/80/4a80642d6135cd43de7d89ee08079612cce29d4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Aparthotel is in Kuala Lumpur. The aparthotel comprises a total of 300 snug accommodatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|609166-27456466/869278011589878765/110" HotelName="DAYS AND SUITES FRASER BUSINESS PARK KL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29330000/29327100/29327046/0ef30f0b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|251484-25473046/869278011589878765/999" HotelName="CERIA BOUTIQUE BUKIT BINTANG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6660000/6656700/6656654/11ff9030_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1440778-28766445/869278011589878765/1712" HotelName="CUBIC BOTANICAL SUITES BY HOMEBRICKZ" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101220000/101219000/101218984/701377ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352581-27590268/869278011589878765/2589" HotelName="KOMUNE LIVING AND WELLNESS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/88000000/87560000/87557900/87557816/a874f5c3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146801" Longitude="101.712606" StarRating="2" HotelCode="345043|gold_tree_hotel" HotelName="Gold3 Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,LCD/Projector,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Lot B5, 179 Jalan Bukit Bintang, Fahrenheit 88, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/33/0c337b36f591246340f6e07de59de7f6b00c6ae4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Gold Tree Hotel, you'll be centrally located in Kua...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.36" OriginalAmount="34.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.098743" Longitude="101.646519" StarRating="3" HotelCode="|441047" HotelName="Orange Business Hotel Petaling Jaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 68, Jalan 52/4, Seksyen 52 46200 Petaling Jaya Selangor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/4/7/441047_76b8b3f1022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.36" OriginalAmount="34.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146906" Longitude="101.71242" StarRating="3" HotelCode="|391416" HotelName="Gold3 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot B5, 1 Floor, KL Plaza Block B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/1/6/391416_5c1d3341020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.43" OriginalAmount="34.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451742894508" Longitude="101.70769927368" StarRating="3" HotelCode="66216|17964" HotelName="Travelodge Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan Alor, Bukit Bintang, Wilayah Persekutuan, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/ab/41ab529b05fe6bf9836b11810eeaa8242271a31b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Jalan Alor, which is within Kuala Lumpur's Golden Triangle. It offers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.63" OriginalAmount="34.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08967" Longitude="101.68829" StarRating="3" HotelCode="|397314" HotelName="Lolex" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Jalan Kuchai Maju 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/1/4/397314_45bf2a31301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.83" OriginalAmount="34.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485" Longitude="101.70785" StarRating="0" HotelCode="|404218" HotelName="One Bukit Ceylon Ramada KLCC - CoLiving" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>One Bukit Ceylon, No 1, Lorong Ceylon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/2/1/8/404218_9e6db540738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|443804-25616885/869278011589878765/901" HotelName="COSMO" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16590000/16580800/16580764/6259bea3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|531887-25689736/869278011589878765/2008" HotelName="TUNE PWTC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15990000/15985000/15984960/w6838h4666x161y0-1011183d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="51.3444" Longitude="12.3761" StarRating="3" HotelCode="0|471725-25640642/869278011589878765/2283" HotelName="IBIS STYLES KUALA LUMPUR SRI DAMANSARA HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>TROENDLINRING 2, LEIPZIG, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16090000/16086300/16086249/20acaabb_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   InterCityHotel Leipzig is in the heart of Leipzig, walking distance from Museum of Fine Arts and Naschmarkt.  This 4-star hotel is within close proximity of Barfussgasse and Leipzig's Old Town Hall.    Rooms   Make yourself at home in one of the 166 air-conditioned rooms featuring minibars and flat-screen televisions. Private bathrooms have makeup/shaving mirrors and hair dryers. Conveniences include laptop-compatible safes and desks, and you can also request rollaway/extra beds.    Rec, Spa, Premium Amenities   Make use of convenient amenities, which include wireless Internet access (surcharge) and tour/ticket assistance.    Dining   Enjoy a satisfying meal at a restaurant serving guests of InterCityHotel Leipzig. At the end of the day, relax with your favorite drink at a bar/lounge.    Business, Other Amenities   Featured amenities include a business center and air conditioning in public areas. Planning an event in Leipzig? This hotel features 2270 square feet (211 square meters) of event facilities.    Room Info:    Know Before You Go       Connecting/adjoining rooms may be available, subject to availability. Guests can request connecting/adjoining rooms by contacting the property directly, using the contact information on the booking confirmation.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Breakfast fee: EUR 15 per person (approximately)  Pet fee: EUR 15 per pet, per night   Rollaway bed fee: EUR 30 per night      The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Check-in time starts at 2 PM  Check-out time is noon  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1426201280436" Longitude="101.71116701607" StarRating="3" HotelCode="321190|times_private_serviced_suites_2" HotelName="Berjaya Times Square Apartment Complex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/22/62/226270647170a841193e95d2a3a4118fb67c409a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15454177" Longitude="101.70705135" StarRating="3" HotelCode="885361|vortex_klcc_apartments" HotelName="Vortex KLCC Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, Vortex Suites &amp; Residences, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/a4/26a46760143d7fd55ed017cef22c51fee70d5e57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17145056" Longitude="101.71239824" StarRating="0" HotelCode="881505|expressionz_professional_suites_by_plush" HotelName="Expressionz Professional Suites by Plush" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Jalan 1/65A</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/94/d894954cabb9a4bdbf80cbef8a7401fa011443f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1417522202795" Longitude="101.7047608919" StarRating="3" HotelCode="970932|casa_residency_service_apartment" HotelName="Casa Residency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Golloway, Bukit Bintang, 50150 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/6d/0c6d1dfae200c757a94ef90a9631f9a14d16ca59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.16" OriginalAmount="35.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1597429" Longitude="101.7264386" StarRating="3" HotelCode="|34155" HotelName="Holiday Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225, JALAN AMPANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/1/5/5/34155_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts 134 rooms, 20 floors, one or two bedroom apartments and studio suites. It has air-conditioning, a lobby with a reception, a safety deposit box service and conference facilities. SITUATION: Kuala Lumpur It is in close to the establishment, clients can find Petronas the towers the city centre, 5 minutes away from the establishment you have Ampang Park LRT the metro station of Jalan Ampang It is in it is situated near the business area surrounded by shopping centres, restaurants, leisure areas, offices and embassies. 45 minutes away from the establishment, guests will find Kuala Lumpur Airport 30 minutes away from the establishment you have the central station. ROOM: The fully-equipped rooms, have a dining room, a direct line telephone and a satellite television. They have a kitchen with a microwave, kitchen utensils, kitchenware, an ironing set, a bathroom with a shower and a bath. Clients are offered suites with internet, They also have an individual air-conditioning system. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have breakfast, lunch and dinner service, local dishes and Occidental dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.19" OriginalAmount="35.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.990222" Longitude="101.790424" StarRating="4" HotelCode="188002|2262295" HotelName="Oriental Crystal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 13 Jalan S10/3, Section 10, Off Jalan Bukit, 43000 Kajang, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/fb/2ffb59fe2c2b65b6a56dbb072279254b1d6c7664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.29" OriginalAmount="35.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1470472" Longitude="101.7081597" StarRating="3" HotelCode="|51693" HotelName="Starus Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51,A Changkat Bukit Bitang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/6/9/3/51693_1_8398.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 431 rooms, superior rooms, deluxe rooms, Premier rooms and suites. This air-conditioned hotel has conference facilities, dining facilities, a car park, a hairdresser's, a laundry service and room service. SITUATION: It is in an excellent location, Bintang Walk in the surrounding area, clients have it is well-connected by public transport services, is 3 kilometres away from tourist points of interest, Clients can also find Petronas the towers Suria KLCC and Chinatown the square and the market. It is 45 minutes away fromKuala Lumpur Airport. ROOM: The rooms a bathroom, a direct line telephone, a television, a coffee maker, a kettle, an iron, a safe and an air-conditioning system. FACILITIES: The establishment has a swimming pool and a terrace. MEALS: Regarding the food and beverage offering, the establishment offersKopitiam the cafÃ© local dishes and international dishes. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.31" OriginalAmount="35.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161323" Longitude="101.7289437" StarRating="4" HotelCode="|211075" HotelName="Oakwood and Residence Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/5/211075_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.34" OriginalAmount="35.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1427" Longitude="101.70942" StarRating="3" HotelCode="|238346" HotelName="Sky Apartment At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/3/4/6/238346_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.48" OriginalAmount="35.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14729" Longitude="101.71014" StarRating="3" HotelCode="|188716" HotelName="Izumi Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85, Jalan Berangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/6/188716_1_1118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.67" OriginalAmount="35.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1285177850771" Longitude="101.72958433628" StarRating="3" HotelCode="161558|76694" HotelName="Hotel Maluri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Permaisuri, Taman Maluri, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/69/b6695e82d5773acba79a3b5ff16925270be707c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located within the vicinity of city centre in Kuala Lumpur for business o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.73" OriginalAmount="35.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1497664995173" Longitude="101.7051333189" StarRating="3" HotelCode="185518|796785" HotelName="The Maple Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Changkat Raja Chulan, Menara Maplelee, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/e3/8be34e7ced7b07ca772e17bd0b65945de92b8de3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to KL Tower at the heart of Kuala Lumpur's financial and business district...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.75" OriginalAmount="35.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1714" Longitude="101.712502" StarRating="4" HotelCode="|390730" HotelName="Expressionz Professional Suites By Mad Kl Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 1/65a, Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/3/0/390730_b60dc610950.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.85" OriginalAmount="35.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16422627" Longitude="101.65197813" StarRating="4" HotelCode="548945|2537165" HotelName="The Signature Hotel and Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Sri Hartamas 22, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/af/62afe2b7d6256bc7f8294c79aa302e2765f8ec32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.88" OriginalAmount="35.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.124103" Longitude="101.710264" StarRating="4" HotelCode="|537922" HotelName="Trion Kuala Lumpur by Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/2/2/537922_0066f250944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.01" OriginalAmount="35.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.140452" Longitude="101.710394" StarRating="3" HotelCode="|391772" HotelName="Peaceful Service Suites at Taragon Puteri Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah, Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/7/2/391772_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.07" OriginalAmount="35.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0305822734845" Longitude="101.71674185648" StarRating="4" HotelCode="64174|18914" HotelName="Philea Mines Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dulang, Mines Resort City, 43300 Seri Kumbangan, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/e2/c0e2cd55c5a38d30420b7a4ffa556a6dbcf92a63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is strategically situated, just around a 20-minute drive from the city of Kuala Lumpur. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|192990-25388630/869278011589878765/1301" HotelName="GEO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5150000/5141300/5141276/95decd35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1083338-26339845/869278011589878765/1823" HotelName="DMAJESTIC PLACE BY WIDEBED" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22520000/22517300/22517256/77852746_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.286324" Longitude="-72.407223" StarRating="2" HotelCode="0|530126-25689020/869278011589878765/2260" HotelName="METRO KL SENTRAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1430 BOSTON POST RD/I-95, OLD SAYBROOK, 06475, CT, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7500000/7495600/7495588/fb47ff10_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Hotel. Total rooms and suites: 50. Floors: 3. Property description- *Conviently located off I-95&lt;br /&gt;*Beaches just 1 mile away&lt;br /&gt;*Complimentary Beach Passes Available&lt;br /&gt;*Mohegun Sun Casino, 25 miles&lt;br /&gt;*Foxwoods Casino, 40 miles &lt;br /&gt;*Clinton Crossing Premium Outlets and Tanger Outlets, 3 miles&lt;br /&gt;*Located only 2 hours from New York City and Boston&lt;br /&gt;*Free Wireless High Speed Internet Access&lt;br /&gt;*Complimentary Daybreak Breakfast&lt;br /&gt;*All rooms Include Refrigerators, Coffee Maker, Iron and Board, and Hairdryers&lt;br /&gt;*Microwaves available on request&lt;br /&gt;*Pet Friendly (contact hotel for pet policies)Property was built in 1987. Property was renovated in 2000. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|590243-25738324/869278011589878765/2334" HotelName="MERCURE SELANGOR SELAYANG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19410000/19403300/19403244/5a3db688_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1465116598419" Longitude="101.70792951431" StarRating="2" HotelCode="153354|rae" HotelName="Hotel RAE Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42, 44 &amp; 46 Tengkat Tong Shin, Off Jalan Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/fd/90fd31a1d5e80fd5d662385ae7b6f0347a160064.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08962091" Longitude="101.68823137" StarRating="3" HotelCode="735332|lolex_hotel" HotelName="Lolex Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Jalan Kuchai Maju 10, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/54/a95471e94e90dc7f9f38e868d79d757c758b6b32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.46" OriginalAmount="36.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.129271" Longitude="101.710984" StarRating="3" HotelCode="|397391" HotelName="H Boutique  Xplorer Loke Yew" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110-114, Jalan Loke Yew</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/9/1/397391_eddbb401113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.57" OriginalAmount="36.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154727" Longitude="101.707367" StarRating="0" HotelCode="|404167" HotelName="Yemala Suites @ Vortex Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/6/7/404167_c299d620626.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.85" OriginalAmount="36.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143067" Longitude="101.710761" StarRating="0" HotelCode="|403543" HotelName="Garden Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Times Square East No. 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/5/4/3/403543_0f80d681055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.91" OriginalAmount="36.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.141772" Longitude="101.698078" StarRating="2" HotelCode="|469580" HotelName="Yu Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>126 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/5/8/0/469580_4498c6b1200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.93" OriginalAmount="36.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1456658" Longitude="101.7098395" StarRating="3" HotelCode="932697|2253585" HotelName="Sungei Wang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74-76 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/9a/1c9adc5f53fe6db288b4eb821cbed35d11e2b47e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.02" OriginalAmount="36.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1720941" Longitude="101.6920261" StarRating="3" HotelCode="|89492" HotelName="Grand Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN TUN ISMAIL, KUALA LUMPUR, 50400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/9/2/89492_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.10" OriginalAmount="36.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15333316" Longitude="101.70520366" StarRating="4" HotelCode="429439|1871158" HotelName="Oasia Suites Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong P Ramlee, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/45/7a45587b45e92b021d6861284d4b6ac6fb986940.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring free WiFi and an outdoor pool, Oasia Suites Kuala Lumpur by Far East Hospitality offers ac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|650362-25828562/869278011589878765/1443" HotelName="NEXUS REGENCY SUITES &amp;amp; HOTEL PETALING JAYA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23340000/23334800/23334721/31667756_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1083179-26339561/869278011589878765/2074" HotelName="THE BED KLCC HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19380000/19373800/19373781/4863226f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427516-27592901/869278011589878765/2657" HotelName="M CITY AMPANG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92350000/92344300/92344273/9c11684e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1427518-27593581/869278011589878765/2662" HotelName="MCITY INFINITY POOL KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93170000/93164200/93164156/1cf6082a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1617993895634" Longitude="101.69657438993" StarRating="3" HotelCode="12992|hotel_grand_continental_kuala_lumpur" HotelName="Grand Continental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Belia, Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/03/9103df15e5ee1cd5720e512c842cb5baf0fb0f5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Malaysian capital - the beautiful, so-called Garden City of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="3" HotelCode="13045|grand_pacific_hotel_kuala_lumpur" HotelName="Grand Pacific Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Ismail, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/7e/847e049c8b9fb133d8492c2acf8b3e0451a35d9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is strategically placed close to the internationally renowned Putra World Trade ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1644030813766" Longitude="101.69847291898" StarRating="3" HotelCode="401333|hilton_garden_inn_kuala_lumpur_jalan_tuanku_abdul_rahman" HotelName="Hilton Garden Inn Kuala Lumpur Jalan Tuanku Abdul Rahman North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>449 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/e7/d3e7c8c4ccca9e3388069ce784d773eb7d7640b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located on the fringes of the golden triangle of Kuala Lumpur's city cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.21" OriginalAmount="37.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148255" Longitude="101.704848" StarRating="3" HotelCode="|441007" HotelName="Ceylonz Lifestyle Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ceylon, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 50200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/0/7/441007_9312d681707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.52" OriginalAmount="37.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146452" Longitude="101.705624" StarRating="3" HotelCode="|441006" HotelName="Ceylonz Starlight Suites Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Persiaran Raja Chulan, Kuala Lumpur, Federal Territory of Kuala Lumpur, 50200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/0/6/441006_8f35e6e0723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.78" OriginalAmount="37.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160942" Longitude="101.700907" StarRating="4" HotelCode="|538750" HotelName="The Colony and Luxe, KLCC by Canopy Lives, Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Jalan Dewan Sultan Sulaiman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/7/5/0/538750_290618f2113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.82" OriginalAmount="37.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08450871" Longitude="101.67110212" StarRating="3" HotelCode="436034|2537955" HotelName="Hotel Six Seasons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>4 Lorong 1/137C, Batu 5, Jalan Klang Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/31/b73137857ea1d39b50b1cc5fa46dbb5dc930cc5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The wide range of services and facilities makes the hotel the ideal starting point for business and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|545618-25700075/869278011589878765/1436" HotelName="NEXUS REGENCY BANGSAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23340000/23334600/23334585/085936fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|592841-25742062/869278011589878765/1560" HotelName="EXPRESSIONZ PROFESSIONAL SUITES BY WODAGES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28950000/28949500/28949489/c8fe5a08_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="44.49478" Longitude="34.16476" StarRating="3" HotelCode="0|373106-25559368/869278011589878765/2183" HotelName="KIP" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3A, MORSKAYA STREET, YALTA, UA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12670000/12662300/12662298/117abd03_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Villa Elena Hotel &amp;amp; Residences is located near the beach in Yalta's Yalta neighborhood and close to Alexander Nevsky Cathedral, Yalta Cable Car, and Yalta Lighthouse. Nearby points of interest also include Livadia Beach and Livadia Palace.    Hotel Features.   Recreational amenities include an outdoor pool, a spa tub, a sauna, and a fitness facility. Spa amenities include spa services and beauty services. This 5-star property offers a meeting/conference room, a technology helpdesk, and audiovisual equipment. Complimentary wireless Internet access is available in public areas and the hotel has an Internet point. This Yalta property has 10 square meters of event space consisting of a conference center, banquet facilities, a ballroom, and exhibit space. A swim-up bar is open for drinks. Room service is available 24 hours a day. For a surcharge, shuttle services include a roundtrip airport shuttle (available on request), a beach shuttle, a theme park shuttle, and a cruise ship terminal shuttle. Business services, wedding services, concierge services, and tour/ticket assistance are available. Additional property amenities include a terrace, barbecue grills, and multilingual staff. The property has designated areas for smoking.    Guestrooms.     48 air-conditioned guestrooms at Villa Elena Hotel &amp;amp; Residences feature minibars and coffee/tea makers. Balconies or patios offer city, mountain, or pool views. Beds come with premium bedding. These individually furnished and decorated rooms include separate living rooms. Kitchenettes include stovetops, separate dining areas, and cookware/dishes/utensils. Bathrooms feature shower/tub combinations with rainfall showerheads. They also offer makeup/shaving mirrors, bathrobes, and slippers. Wireless Internet access is complimentary. In addition to complimentary newspapers and safes, guestrooms offer cordless phones. Plasma televisions have DVD players. Also included are complimentary bottled water and windows that open. Guests may request in-room massages, irons/ironing boards, and hypo-allergenic bedding. A nightly turndown service is offered and housekeeping is available daily.     Room Info:       Notifications and Fees:      This property offers transfers from the cruise terminal, airport, and train station (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation.    Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation.   A resort fee is included in the total price displayed.    There are no room charges for children 6 years old and younger who occupy the same room as their parents or guardians, using existing bedding.   All guests staying in hotel guestrooms must be registered with the hotel.    Connecting/adjoining rooms may be available, subject to availability. Guests can request connecting/adjoining rooms by contacting the property directly, using the contact information on the booking confirmation.           The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Airport shuttle fee: UAH 1200 per vehicle (one way)  Rollaway bed fee: UAH 550 per night     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at 2 PM  Check-out time is noon  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1608674012798" Longitude="101.72898888588" StarRating="4" HotelCode="69801|oakwood_hotel_and_residence_kuala_lumpur" HotelName="Oakwood Hotel &amp; Residence Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/aa/b5aaac0adc96fdf0bf28d52075e97606e2e4c50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located along the famous “Embassy Row” in Jalan Ampang, the complex is merely a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.29" OriginalAmount="38.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14135" Longitude="101.71031" StarRating="3" HotelCode="|188527" HotelName="Empire Suites @ Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>07-04, 7th Floor, Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/2/7/188527_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.37" OriginalAmount="38.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16419" Longitude="101.65201" StarRating="4" HotelCode="|189100" HotelName="The Signature and Serviced Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3, Jalan Sri Hartamas 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/0/0/189100_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.41" OriginalAmount="38.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.093458" Longitude="101.738274" StarRating="3" HotelCode="|440860" HotelName="Minsu Ekocheras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cheras, Ekocheras No. 693, Batu 5, Kuala Lumpur, 56000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/6/0/440860_580387f1708.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.52" OriginalAmount="38.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159055" Longitude="101.746534" StarRating="3" HotelCode="|396554" HotelName="St Nomad M City Ampang, Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 326, Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/5/4/396554_08f40de1044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.54" OriginalAmount="38.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143791" Longitude="101.705311" StarRating="3" HotelCode="|396580" HotelName="Swiss Garden Residence By Urban Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 2A, Jalan Galloway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/8/0/396580_12c83e21054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.55" OriginalAmount="38.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11030208" Longitude="101.66552069" StarRating="4" HotelCode="450246|1908505" HotelName="V E Hotel and Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kerinchi, Bangsar South City, 59200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/86/6686e26f44a6e34a787325ab6e4e90c0f2e3ae01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.56" OriginalAmount="38.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16211" Longitude="101.70647" StarRating="0" HotelCode="|593812" HotelName="Legasi Kampung Baru Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Muda Musa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/3/8/1/2/593812_c48a8c62124.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.70" OriginalAmount="38.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1454517" Longitude="101.7071347" StarRating="4" HotelCode="|89476" HotelName="Anggun Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 7&amp;9 JALAN TENGKAT TONG SHIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/6/89476_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.70" OriginalAmount="38.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14524" Longitude="101.70932" StarRating="2" HotelCode="|189090" HotelName="Sungei Wang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74-76, Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/9/0/189090_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.77" OriginalAmount="38.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16287066" Longitude="101.65596969" StarRating="4" HotelCode="758827|2289885" HotelName="Dorsett Hartamas" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Internet,Laundry,Meeting Room,Parking">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Sri Hartamas 1, D-G-08, Plaza Damas 3, Taman Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/2f/992fbb4cc1904545a6f704cb3ec769c2a8ffb74b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Explore the vibrancy of the neighbourhood. Indulge in the warm signature hospitality that's uniquely...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.80" OriginalAmount="38.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1449163457924" Longitude="101.71005785465" StarRating="3" HotelCode="166840|17724" HotelName="Capitol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bulan, Off Jalan Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/64/cb6465e8a8bf539a937984ff3c9f205a8dbb13f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Bukit Bintang, the commercial and entertainment centre of Kual...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.97" OriginalAmount="38.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.110286" Longitude="101.664188" StarRating="4" HotelCode="|390451" HotelName="V E  and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bangsar South No. 8 Jalan Kerinchi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/5/1/390451_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14834822" Longitude="101.70286732" StarRating="3" HotelCode="602085|391597" HotelName="AirPorter Bukit Bintang Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Suasana Bukit Ceylon 2, Persiaran Raja Chulan, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/6b/216b453929da232b3a6148f15906e0bb28ca3383.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|528764-25684787/869278011589878765/886" HotelName="CITY CENTRAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19440000/19430600/19430592/5059fcdd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|593104-25742354/869278011589878765/1965" HotelName="TIMES PRIVATE SERVICED SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9470000/9469100/9469062/cc9b319c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145469" Longitude="101.70715" StarRating="4" HotelCode="161038|anggun_boutique_hotel" HotelName="Anggun Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 &amp; 9, Tengkat Tong Shin, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/d6/e1d6fd19b7b3d6fd0a5560694061af613594ee36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is neatly tucked into the street known as Tengkat Tong Shin in Bukit Bintang. An oasis of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142857" Longitude="101.702429" StarRating="3" HotelCode="188001|olympic_sports_hotel_kuala_lum" HotelName="Olympic Sports" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Jebat, 50150 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/79/c77991242c46f2db9b8de8423288f82ec3e4fa53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.25" OriginalAmount="39.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08465" Longitude="101.67107" StarRating="0" HotelCode="|232459" HotelName="Six Seasons" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 4, Lorong 1/137C, Batu 5, Jalan Klang Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/4/5/9/232459_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.30" OriginalAmount="39.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1321438977015" Longitude="101.68806842265" StarRating="2" HotelCode="452039|1892625" HotelName="NU Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Jalan Thambypillai, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/fb/0dfb2ee0199979d5ca9bdccabe8031d78c529956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.68" OriginalAmount="39.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16907" Longitude="101.65296" StarRating="3" HotelCode="|392475" HotelName="The Signature Service Suite Mont Kiara By Klhomesweet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kiara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/4/7/5/392475_4322a3b1011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.77" OriginalAmount="39.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.136757" Longitude="101.711722" StarRating="0" HotelCode="|441021" HotelName="D'majestic Premier Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>376, Jalan Pudu, Kuala Lumpur, 55100, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/2/1/441021_9da91ab1717.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.16" OriginalAmount="39.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12818" Longitude="101.6805" StarRating="0" HotelCode="|239607" HotelName="Kl Bangsar Sentral (est)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44, Jalan Ang Seng, Brickfields,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/0/7/239607_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.18" OriginalAmount="39.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16305" Longitude="101.65588" StarRating="4" HotelCode="|390714" HotelName="Dorsett Hartamas Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>D-G-08 Plaza Damas, No. 63 Jalan Sri Hartamas 1, Taman Sri Hartamas ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/1/4/390714_886cb0e0948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|528908-25684843/869278011589878765/1033" HotelName="COZY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19480000/19476200/19476172/e93f2166_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|650373-25828580/869278011589878765/2265" HotelName="MOMO'S KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39820000/39810700/39810602/f2f26293_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|886952-26112441/869278011589878765/2359" HotelName="ST NOMAD M CITY AMPANG KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23480000/23477000/23476909/1a6a979d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.40" OriginalAmount="40.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15903" Longitude="101.71422" StarRating="4" HotelCode="|597177" HotelName="Santa Grand Signature Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 36 Menara Santa Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/1/7/7/597177_2392b0b2239.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.69" OriginalAmount="40.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.140364" Longitude="101.710273" StarRating="3" HotelCode="|392818" HotelName="Royal Apartments At Taragon Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Level 11-7 Taragon Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/8/1/8/392818_b5910aa1005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.73" OriginalAmount="40.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14008768" Longitude="101.71205404" StarRating="4" HotelCode="460907|1974275" HotelName="Mercure Kuala Lumpur Shaw Parade" 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>Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/74/4d74e22faccfd6e372f25a27393329436383a961.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.89" OriginalAmount="40.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16297235" Longitude="101.71443635" StarRating="4" HotelCode="726151|2271935" HotelName="ibis Kuala Lumpur City Centre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Dining,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Yap Kwan Seng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/7a/ca7a46c392cdc42b3001c28d5e1a2969592d2827.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located right in the heart of Kuala Lumpur, ibis Kuala Lumpur City Centre is only a 5-...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.96" OriginalAmount="40.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1447" Longitude="101.7042" StarRating="0" HotelCode="|440960" HotelName="The Robertson Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Idaman Robertson, No 2, Jalan Robertson, Bukit Bintang, 50150 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/6/0/440960_8853e6d1656.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.00" OriginalAmount="40.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146452" Longitude="101.705624" StarRating="3" HotelCode="|441005" HotelName="Ceylonz Suites by MyKey Global" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Persiaran Raja Chulan, Kuala Lumpur, Federal Territory of Kuala Lumpur, 50200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/0/5/441005_a7e50690731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1404591-32738894/869278011589878765/2582" HotelName="METROSTAR HOTEL KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90040000/90037000/90036956/ecf1d3cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.122443" Longitude="101.682317" StarRating="3" HotelCode="267076|my_hotel__mid_valley" HotelName="Ray Parc Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 2/87G, Off Jalan Syed Putra, Taman Seputeh, 58000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/d3/2ad3a4525acc5cb02a8e49ff5092da6a093d2c35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14252045" Longitude="101.71017685" StarRating="0" HotelCode="965197|cool_service_suites_at_times_square" HotelName="Cool Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Bukit bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/86/ad86216ebfc87c39fe2ec1bc33217b8722ac558d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.74" OriginalAmount="41.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159673" Longitude="101.699249" StarRating="4" HotelCode="|468607" HotelName="Quill Residences Kuala Lumpur, Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1018 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/6/0/7/468607_b46006b1808.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.83" OriginalAmount="41.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145241" Longitude="101.712498" StarRating="4" HotelCode="76105|18124" HotelName="Royal Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Walter Grenier, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/89/0b89efcc57e765be56f40a7e0d7142801411c7b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the Golden Triangle in Kuala Lumpur: a haven for shopping, gou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.83" OriginalAmount="41.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144324" Longitude="101.706152" StarRating="3" HotelCode="187993|896735" HotelName="Sky Express Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu, Kuala Lumpur 55100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/308681/308681a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.95" OriginalAmount="41.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14927" Longitude="101.70034" StarRating="3" HotelCode="|470493" HotelName="lyf Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan Raja Chulan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/4/9/3/470493_97e62871947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.24" OriginalAmount="41.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14462012" Longitude="101.70424861" StarRating="3" HotelCode="746362|3114775" HotelName="The Robertson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Robertson, 50150 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/97/2d975aea74784cd80e328937fce33ce0b1a42ea7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1083330-26339831/869278011589878765/1609" HotelName="H BOUTIQUE HOTEL XPLORER LOKE YEW" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36250000/36247600/36247571/a034ea0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155006536917" Longitude="101.70820551147" StarRating="3" HotelCode="224800|placin_at_crown_regency_kl" HotelName="Crown Regency Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan P. Ramlee, Kuala Lumpur 50250</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/13/ec136153d24936fa7cd55f2bd771d2ccd5389a82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="3" HotelCode="845076|rainbow_suites_at_times_square" HotelName="Rainbow Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/05/bd0562350b57e59e35ed27274d58963d64440595.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.30" OriginalAmount="42.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14257" Longitude="101.70991" StarRating="3" HotelCode="|396561" HotelName="Queens Service Suite At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East Tower, Lot 07-29, 7th Floor, Berjaya Time Square. No 1, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/6/1/396561_0bb4fe51047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.47" OriginalAmount="42.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.132234" Longitude="101.688" StarRating="2" HotelCode="|398053" HotelName="Nu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 37 Jalan Thambypillai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/0/5/3/398053_bee933e1342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.80" OriginalAmount="42.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09325" Longitude="101.73898" StarRating="3" HotelCode="|440837" HotelName="EkoCheras Luxury Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 693, Batu, 5, Jalan Cheras, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 56000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/3/7/440837_489ba7a1752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.04" OriginalAmount="42.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1436897" Longitude="101.7057154" StarRating="3" HotelCode="|386183" HotelName="Swiss Garden Residences Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2 Jalan Galloway, Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/1/8/3/386183_1_2333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1427510-27600627/869278011589878765/2116" HotelName="FAMILY APARTMENT AT TIMES SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103600000/103593400/103593346/cedede61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451725" Longitude="101.70675533" StarRating="3" HotelCode="321252|12fly_hotel" HotelName="12FLY Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16-1 Jalan Tong Shin, Bukit Bintang 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b8/abb8b4b4b841789842074afcb2f96d9c55ee7d21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14283898" Longitude="101.71024511" StarRating="3" HotelCode="845554|the_apartments_times_square" HotelName="The Apartments at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Designated Smoking Area,Elevator,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/12/931294a2fd6d6ffae1b4e4c2e5d4afe83a3c0e97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Kuala Lumpur, The Apartments @ Times Square puts everything the city has ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14287294" Longitude="101.71039482" StarRating="3" HotelCode="845142|best_service_suites_at_times_square_2" HotelName="Best Service Suites at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c4/8fc4376bde2620fb7e7a351502f72a92ad578a3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.47" OriginalAmount="43.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14265" Longitude="101.71" StarRating="3" HotelCode="|397207" HotelName="Falcon Apartment At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1,Jalan Imbi.Bukit bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/0/7/397207_cdd5acc1001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.50" OriginalAmount="43.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588025621868" Longitude="101.69414162636" StarRating="4" HotelCode="16299|18014" HotelName="Summit Hotel KL City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/df/13dfdb3704459848e2deea8612476237e0f99ac8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located in the heart of business and shopping districts of Kuala Lumpur. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.57" OriginalAmount="43.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14925101" Longitude="101.70635053" StarRating="4" HotelCode="435709|1987955" HotelName="Verdant Hill Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Changkat Raja Chulan, Bukit Ceylon, 50200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/ac/48ace28c1cc59245da3a526ffc95a493a6394694.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.02" OriginalAmount="43.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16313" Longitude="101.71493" StarRating="4" HotelCode="|386532" HotelName="Ibis Kuala Lumpur City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/5/3/2/386532_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.04" OriginalAmount="43.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1619509" Longitude="101.6961092" StarRating="3" HotelCode="|33945" HotelName="Grand Continental Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BELIA/JALAN RAJA LAUT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/4/5/33945_1_3738.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 27 floors and 309 rooms. This air-conditioned hotel has a restaurant, a cafÃ©, a hall with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers guests a conference room, room service, a laundry service and a car park. SITUATION: It is situated in the surrounding area of banks, the government building and business areas. Clients can also find shopping centres, and metro stations. 45 minutes away from the establishment you have Kuala Lumpur Airport. ROOM: The rooms have a bathroom with a hairdryer, a shower, a direct line telephone, a television and a mini-bar. They also have a coffee maker, a kettle, individual air-conditioning, a safe and a terrace. FACILITIES: Clients can find a gym and a swimming pool with a children's area. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.10" OriginalAmount="43.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144795" Longitude="101.704349" StarRating="3" HotelCode="|397753" HotelName="The Robertson by Homes Asian" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Robertson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/7/5/3/397753_539ecfc1015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|886979-26112475/869278011589878765/1242" HotelName="CEYLONZ SEASONAL SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/57000000/56930000/56929500/56929418/cc680854_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427529-27589540/869278011589878765/2080" HotelName="SCARLETZ SUITES KLCC BY MYKEY GLOBAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83100000/83098000/83097967/1fe457a0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|530216-25689062/869278011589878765/2619" HotelName="MOV" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22800000/22795100/22795067/d5547bd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441439813105" Longitude="101.70519397127" StarRating="4" HotelCode="410665|swissgarden_residences_kuala_lumpur" HotelName="Swiss-Garden Residences Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2A Jalan Galloway, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/74/4b7494b81fce8f13459d54938dadfee633983113.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur, about 9 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.61" OriginalAmount="44.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15838" Longitude="101.70467" StarRating="3" HotelCode="|236291" HotelName="Mercu Summer Suite Klcc At Penguin Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MERCU SUMMER SUITE, 8, JALAN CENDANA OFF</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/2/9/1/236291_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.75" OriginalAmount="44.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14257" Longitude="101.70991" StarRating="0" HotelCode="|405214" HotelName="Grand Service Apartment At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Jalan Imbi, Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/1/4/405214_ec9a3411036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.85" OriginalAmount="44.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14286" Longitude="101.71015" StarRating="0" HotelCode="|239735" HotelName="Real Point Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square E Twr, Suite A 20-1 1 Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/3/5/239735_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.90" OriginalAmount="44.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1643131" Longitude="101.69226674" StarRating="3" HotelCode="845839|2253615" HotelName="Best KL City View @ Regalia Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Anjung Putra, Off Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/a8/f3a8f9ebead557dfd0285d824a3707e53b3a3b2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.02" OriginalAmount="44.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158473" Longitude="101.703835" StarRating="4" HotelCode="|546688" HotelName="The Platinum Suites KLCC by Veedu Hauz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/6/8/8/546688_c73af7b1047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.26" OriginalAmount="44.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13684" Longitude="101.70084" StarRating="0" HotelCode="|589204" HotelName="Crystal Suite at Opus Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Jalan Talalla opus resedench 2-21-03</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/2/0/4/589204_a411cd02008.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.26" OriginalAmount="44.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158542" Longitude="101.703882" StarRating="3" HotelCode="|545785" HotelName="Amazing Pool By Platinum Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Face Suites, Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/7/8/5/545785_58b0e8a1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.32" OriginalAmount="44.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12845" Longitude="101.68068" StarRating="3" HotelCode="|396789" HotelName="KL Sentral Bangsar Suites (EST) by Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44A Jalan Ang Seng, Bricksfields, Kuala Lumpur, 50470</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/7/8/9/396789_768636a1034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.39" OriginalAmount="45.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0854409" Longitude="101.5227072" StarRating="2" HotelCode="|398368" HotelName="Super Oyo 530 Dd" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL TENGKU AMPUAN ZABEDAH E 9 E SEKSYEN 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/6/8/398368_d8c4df50732.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.51" OriginalAmount="45.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142361" Longitude="101.709716" StarRating="3" HotelCode="|396785" HotelName="Residency Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/7/8/5/396785_44d6f2f1252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.70" OriginalAmount="45.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.149268" Longitude="101.706417" StarRating="4" HotelCode="|211073" HotelName="Verdant Hill Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.6 Changkat Raja Chulan,Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/3/211073_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.91" OriginalAmount="45.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16426" Longitude="101.69212" StarRating="3" HotelCode="|234672" HotelName="Best Kl City View At Regalia Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B-12-06, Regalia Residence 2 Off Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/7/2/234672_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.91" OriginalAmount="45.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162235" Longitude="101.713274" StarRating="4" HotelCode="|441364" HotelName="Ceylonz Suite by Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Persiaran Raja Chulan, Bukit Bintang, 50200 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/3/6/4/441364_c3572e81343.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.30" OriginalAmount="45.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15074416" Longitude="101.70852132" StarRating="3" HotelCode="442581|1867328" HotelName="Holiday Inn Express Kuala Lumpur City Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>84 Jalan Raja Chulan, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/59961/c5c37754-075b-4306-a4ce-0140a3790c29.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162948" Longitude="101.657201" StarRating="4" HotelCode="186265|64174" HotelName="Damas Suites &amp; Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Damas Club, Plaza Damas 3, 63 Jalan Sri Hartamas 1, Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/98/4b98cd8bd9d6f45f712e0b2c44842b89650deb0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled beautifully in the heart of Sri Hartamas, offering a chic and trendy environmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|414554-25592686/869278011589878765/963" HotelName="OASIA SUITES KUALA LUMPUR BY FAR EAST HOSPITALITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13270000/13266200/13266168/4c9cc765_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1318216-26629184/869278011589878765/1479" HotelName="ARTE MONT KIARA MANAGED BY AIRHOST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72060000/72051500/72051447/e21e1cba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145594" Longitude="101.709609" StarRating="2" HotelCode="187985|bintang_warisan_hotel" HotelName="Bintang Warisan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/63/b3637fe95631529605c81eb186376540356b0c25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14276365" Longitude="101.71013699" StarRating="3" HotelCode="965861|grand_service_suite_at_times_square_kuala_lumpur" HotelName="Grand Service Suite at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/15/ed15bf80dc678df3a584f0e860e1e1810ff55fc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.67" OriginalAmount="46.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144435" Longitude="101.704162" StarRating="3" HotelCode="|397333" HotelName="Robertson Residences At Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Robertson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/3/3/397333_f788a691043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.74" OriginalAmount="46.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142878" Longitude="101.702421" StarRating="0" HotelCode="|404487" HotelName="Olympic Malaysia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Jebat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/8/7/404487_4c69fd40828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.13" OriginalAmount="46.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.163102" Longitude="101.713984" StarRating="3" HotelCode="|554892" HotelName="Royce Residence By Dormeo Destinations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/9/2/554892_4e7ae251546.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.21" OriginalAmount="46.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160508" Longitude="101.735335" StarRating="0" HotelCode="|404222" HotelName="Five Senses Suite At M Suite Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>283, Jalan Ampang, Desa Pahlawan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/2/2/2/404222_d6ecc4f1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.27" OriginalAmount="46.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167357" Longitude="101.695661" StarRating="4" HotelCode="|471541" HotelName="Chambers Residence By Five Senses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ipoh Kecil, Chow Kit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/4/1/471541_1ddb7381209.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.29" OriginalAmount="46.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14232" Longitude="101.7101" StarRating="3" HotelCode="|394281" HotelName="Eastern Suites At Times Square Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/8/1/394281_3e865e31022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.40" OriginalAmount="46.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.150733" Longitude="101.708627" StarRating="3" HotelCode="|204004" HotelName="Holiday Inn Express Kuala Lumpur City Centre, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Jalan Raja Chulan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/0/0/4/204004_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.44" OriginalAmount="47.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145123" Longitude="101.696298" StarRating="3" HotelCode="|32971" HotelName="Ancasa Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN TUN TAN CHENG LOCK, PO BOX 12700</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/7/1/32971_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, is perfect for business and holiday stays, has air-conditioning and has 200 rooms a reception, a safety deposit box service, a lift and a restaurant. The establishment also offers room service, a laundry service and a car park. SITUATION: The hotel is in the historic centre, nearby, you will find the business area, in the surrounding area, clients have the railway station, the bus station, is 10 minutes away from a market, Chinatown it is situated 2 minutes away from 30 minutes away from the establishment guests have the mosque. ROOM: Customers can find large and inviting rooms with adjustable air-conditioning system, a safe, internet, a direct line telephone, a satellite TV and films. They also have a mini-bar, a coffee maker, a kettle and a hairdryer (available on request). FACILITIES: The establishment boasts a spa, treatments and aromatherapy treatments. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment also offers a bar. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.54" OriginalAmount="47.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158544" Longitude="101.703885" StarRating="3" HotelCode="|440830" HotelName="KL Platinum Suites by SNC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, Platinum Suites, Kuala Lumpur, KL, 50250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/3/0/440830_45a9faf0909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.78" OriginalAmount="47.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1452912894585" Longitude="101.69924587011" StarRating="3" HotelCode="58323|17854" HotelName="Ancasa Hotel &amp; Spa Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Tan Cheng Lock, 50500 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/2c/dd2c81d71368e0e6752966961ae2c4f4ac38d0c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the historical part of the city, close to Kuala Lumpur's business ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.85" OriginalAmount="47.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142161" Longitude="101.71064" StarRating="0" HotelCode="|404219" HotelName="Kl Times Square Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/2/1/9/404219_d62836f1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.19" OriginalAmount="47.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15443" Longitude="101.70706" StarRating="0" HotelCode="|247393" HotelName="Vortex Klcc By Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/3/9/3/247393_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.36" OriginalAmount="47.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154727" Longitude="101.707367" StarRating="3" HotelCode="|404116" HotelName="Luxe Suites At Vortex Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/1/6/404116_146aae90232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12941126" Longitude="101.75455514" StarRating="3" HotelCode="511750|sojourn_guest_house" HotelName="Sojourn Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 &amp; 3 Jalan Pandan Indah 4/2, Pandan Indah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/52/56528c72eb71c6fd1e1bbd6dc4b2364efa258d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Sojourn Guest House offers comfort and convenience whether you're on business or holiday ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15581659" Longitude="101.70822992" StarRating="3" HotelCode="792050|parkview_service_apartment_klcc" HotelName="Park View Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Changkat Perak, Off Lorong Perak, City Centre, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/07/6107865db26821913fe7cb352abb6060b890fdc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12750822" Longitude="101.68031148" StarRating="3" HotelCode="876441|kl_sentral_bangsar_suites_est" HotelName="The Establishment by Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/49/b049bd2e11b11df93af9e4faaaf2cf13ce502bda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.46" OriginalAmount="48.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448865" Longitude="101.7096545" StarRating="3" HotelCode="|32618" HotelName="Capitol Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BULAN, OFF JALAN BUKIT BINTANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/6/1/8/32618_1_9771.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1957, has air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a cafÃ© and a restaurant. The establishment also offers room service, a laundry service and a car park. SITUATION: It is inBukit Bintang the heart of is situated in Kuala Lumpur the leisure and shopping area of near the establishment, you will find Sungei Wang Plaza and BB Plaza the shopping centres Clients can also find Bintang Walk the shopping centres. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, a satellite television with films, a mini-bar, a coffee maker, a teapot and an ironing set. They also have a safe, an electronic key, an alarm clock and an individual air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.62" OriginalAmount="48.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14297" Longitude="101.71041" StarRating="0" HotelCode="|238352" HotelName="Kl Service Suite At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East tower, Suite 22-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/3/5/2/238352_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.92" OriginalAmount="48.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1715846647316" Longitude="101.69602879166" StarRating="4" HotelCode="37486|88317" HotelName="Vistana Kuala Lumpur Titiwangsa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Lumut, Off Jalan Ipoh, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/89/6b89601adb86ac0589e69e37eab6563fac9be949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located within Kuala Lumpur's main business hub, this city hotel is within short walki...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.04" OriginalAmount="48.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.128108" Longitude="101.680411" StarRating="0" HotelCode="|440933" HotelName="The Establishment Est Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 44A, Jalan Ang Seng, Brickfields, Kuala Lumpur, Wilayah Persekutuan, 50470</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/3/3/440933_903bd1d1124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.44" OriginalAmount="48.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1581867" Longitude="101.7185102" StarRating="0" HotelCode="|89498" HotelName="Perdana Kuala Lumpur City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10, JALAN BINJAI, 50450 KUALA LUMPUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/9/8/89498_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1324043-26636001/869278011589878765/1152" HotelName="ALIA PREMIER KLCC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76110000/76104000/76103924/a45ac10a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1082950-26339157/869278011589878765/1689" HotelName="ESTABLISHEMENT BY SLEEPY BEAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/51000000/50910000/50908000/50907954/3f38f803_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14252396" Longitude="101.71052277" StarRating="3" HotelCode="845365|best_service_suites_at_times_square" HotelName="Times Service Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Designated Smoking Area,Elevator,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c2/0ac299baab29418d652ad8b214751c3dee9796dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;We are service suite within Times Square super mall the monorail station is right in front of the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.49" OriginalAmount="49.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0849316687158" Longitude="101.6736549139" StarRating="3" HotelCode="67211|17994" HotelName="The Pearl Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Batu 5, Jalan Klang Lama, 58000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bb/b3bbaa31e6e32d00cb1badcd4fcb6ec2fd7c1dcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Pearl Point Shopping Mall, Jusco J-1 Supermarket, Parkson Grand ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.55" OriginalAmount="49.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.130363" Longitude="101.723306" StarRating="4" HotelCode="|534379" HotelName="UNA Sunway Velocity by Unimax" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Peel Cheras, Maluri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/7/9/534379_23d142c1419.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.72" OriginalAmount="49.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159567" Longitude="101.696724" StarRating="4" HotelCode="285007|1059418" HotelName="Premiera Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Jalan Tuanku Abdul Rahman, Menara Mara, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/71/a5719fbf6156a95c47db657a39684df7ea452ead.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.03" OriginalAmount="49.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.166312" Longitude="101.692747" StarRating="5" HotelCode="|165410" HotelName="Sunway Putra , Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9th Floor, Sunway Putra Palace, 100 Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/4/1/0/165410_4a5dcf91326.jpg</HotelPictures>
        <HotelDescription>HOTEL: The SUNWAY PUTRA is rated four stars, it was opened in 1994, has a cafÃ©, a swimming pool and a gym. SITUATION: This establishment is in the centre of Kuala Lumpur. It is located near National Mosque, ROOM: The establishment has 620 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.11" OriginalAmount="49.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147327" Longitude="101.712635" StarRating="4" HotelCode="173333|215876" HotelName="Fahrenheit Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Jalan Bukit Bintang, 5th Floor Fahrenheit 88, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cd/b9cd73a5ef28a957f56812941c80847996076cfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a strategic location in the heart of the city. It is situated steps away from the r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.14" OriginalAmount="49.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142696" Longitude="101.709432" StarRating="4" HotelCode="|393668" HotelName="KL Service Apartment at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square East Tower, Suite A-40-09, No.1, Jalan Imbi, Kuala Lumpur, 55100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/6/6/8/393668_ba2db360926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.15" OriginalAmount="49.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08505" Longitude="101.673175" StarRating="3" HotelCode="|34844" HotelName="The Pearl Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BATU 5, JALAN KLANG LAMA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/4/4/34844_1_4307.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 563 air-conditioning rooms, a hall with a reception, a safety deposit box service, a lift, a restaurant and conference facilities. The establishment offers room service and a laundry service. SITUATION: It is nearPearl Point the shopping centre Clients can also find a supermarket, Parkson Grand Plaza OUG the shopping centre tourist points of interest, the central station, the sports centre, the convention centre, Citrus Park the theme park Sunway Lagoon the water park. it is well-connected with the motorway. ROOM: The rooms have a bathroom, a television, individual air-conditioning, a hairdryer and a direct line telephone. They also have data connection, an answering machine, a coffee maker, a kettle, a radio, films, a safety deposit box and a mini-bar. FACILITIES: The establishment boasts a spa and a covered swimming pool. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant with typical cuisine, Occidental dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.22" OriginalAmount="49.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.171641" Longitude="101.712433" StarRating="0" HotelCode="|404133" HotelName="Expressionz Suites by iHost Global" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 30, Jalan 1/65A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/3/3/404133_9505dd80337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.32" OriginalAmount="49.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1497129363747" Longitude="101.71713352203" StarRating="5" HotelCode="104009|98228" HotelName="Royale Chulan Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Conlay, City Centre, 50450 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/8e/ab8e9cd3063dbbe8a91df0e0c6cbe674df08f991.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;For a city hotel, location is everything and this one is central to most inner city attractions, ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14647" Longitude="101.71568" StarRating="3" HotelCode="|240567" HotelName="Tribeca Hotel and Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 215 Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/5/6/7/240567_64246781620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.5725695" Longitude="10.4569083" StarRating="4" HotelCode="0|352607-25542778/869278011589878765/1830" HotelName="THE SIGNATURE SERVICED SUITES &amp;amp; STUDIOS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>LANGENSCHWAND 35A, JUNGHOLZ, AT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9770000/9760900/9760831/14450617_b.jpg</HotelPictures>
        <HotelDescription>Property Desc: Location. Bed &amp;amp; Breakfast Jungholz is located in Jungholz. Property Features. Recreational amenities include a sauna. Wireless Internet access (surcharge) is available in public areas. A bar/lounge is open for drinks. The bed &amp;amp; breakfast serves a complimentary breakfast. The property offers a roundtrip airport shuttle (surcharge). Guest parking is complimentary. Additional property amenities include a library, an arcade/game room, and ski storage. This is a smoke-free property. Guestrooms. 17 guestrooms at Bed &amp;amp; Breakfast Jungholz feature windows that open and makeup/shaving mirrors. All accommodations have balconies. Bathrooms feature showers and hair dryers. Televisions have cable channels and video-game consoles. Rooms also include clock radios. Guests may request extra towels/bedding. Guestrooms are all non-smoking. Room Info: Notifications and Fees: Unless otherwise indicated, the charges below are not included in the overall room price. If not included in the overall room price, they will be charged by the property at check-in or check-out. Charges can vary, for example, based on length of stay or the room you book. This property told us they will charge you for the following: A tax is imposed by the city: EUR 1.70 per person, per night We have included all charges provided to us by the property. However, charges can vary, for example, based on length of stay or the room you book. Additional fees and deposits may be charged by the property at time of service, check-in, or check-out. Hotel Policy: You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property. Checkin Instructions: Extra-person charges may apply and vary depending on hotel policy. Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges. Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed. Property Information: Pets allowed Check-in time starts at 3:30 PM Check-out time is 11 AM &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.64" OriginalAmount="50.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156959" Longitude="101.7220675" StarRating="5" HotelCode="|69984" HotelName="Micasa All Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>368-B, Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/8/4/69984_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.00" OriginalAmount="50.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162823" Longitude="101.656117" StarRating="3" HotelCode="|397404" HotelName="Dorsett Residences Sri Hartamas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Sri Hartamas 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/0/4/397404_0bad80b1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.34" OriginalAmount="50.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158128" Longitude="101.719147" StarRating="4" HotelCode="67500|227496" HotelName="PNB Perdana Hotel &amp; Suites On The Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Binjai, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/0e/0e445a4a6ec5c7e5/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of the city's business, residential and entertainment dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.40" OriginalAmount="50.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.157095" Longitude="101.721924" StarRating="4" HotelCode="63916|64584" HotelName="MiCasa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>368-B Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/52/1052de1ea0a87d2519a4fa767690cea00467b04e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a prestigious location within the embassy and business district, a stone's throw aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.334981" Longitude="-76.735017" StarRating="3" HotelCode="0|545432-25699999/869278011589878765/1517" HotelName="GRAND SERVICE APT AT TIMES SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>7500 ALLENTOWN BLVD, HARRISBURG, 17112, PA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23950000/23945000/23944988/66f6bf04_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|529697-25685159/869278011589878765/2196" HotelName="INNB PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18560000/18558100/18558082/0d83ca21_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11794" Longitude="101.678646" StarRating="3" HotelCode="63774|the_boulevard_st_giles_premier_hotel" HotelName="Cititel Mid Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mid Valley City, Lingkaran Syed Putra, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/10/a810106e5b23be6aa610b7311656a19784660f89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of Klang Valley, between Kuala Lumpur and Petaling Jaya, this hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14275" Longitude="101.7102" StarRating="4" HotelCode="982962|kl_service_apartment_at_time_square" HotelName="KL Service Apartment at Time Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, East Tower, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f6/4ef6ee490d96f1ecdf1c1e589d779ec6db74e83e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.54" OriginalAmount="51.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159238" Longitude="101.705194" StarRating="5" HotelCode="311548|1060148" HotelName="Fraser Residence Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Cendana, Off Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/bc/57bcf2d8836545caf2690a61e8a929ac41549db9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.57" OriginalAmount="51.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1631334" Longitude="101.656961" StarRating="4" HotelCode="|128137" HotelName="Damas Suites and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 63 Jalan Sri Hartamas 1,Taman Sri Hartamas.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/3/7/128137_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.59" OriginalAmount="51.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.943152" Longitude="101.69978" StarRating="5" HotelCode="|34960" HotelName="Pulse Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TAMAN PUTRA PERDANA, PRESINT 1, 62000 PUTRAJAYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/6/0/34960_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern style, boutique hotel, is perfect for business and holiday stays, was opened in 2003, has air-conditioning and 118 rooms. Guests can also find a lobby with a reception, a safety deposit box service, a lift, a bar, a restaurant, conference rooms, WiFi, a laundry service, room service and a car park. SITUATION: It is in an excellent location, 30 minutes away, you can find Kuala Lumpur the city of it is 35 minutes away from Petronas the towers Clients can also find, 40 minutes away from the establishment you have a public transport stop 25 minutes away fromKuala Lumpur Airport. ROOM: The spacious rooms, have a terrace, internet, a direct line telephone with an answering machine and individual air-conditioning. They also have satellite or cable TV, a coffee maker, a kettle, a mini-bar, a safe and a bathroom. FACILITIES: Outdoors, guests have access to a swimming pool, Guests are offered a massage service, a sauna and facial treatments. The establishment has a gym and a spa. close to the establishment, you can find a golf course, motorboat rides. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoyPalm Hill CafÃ© the cafÃ© with traditional and international dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.97" OriginalAmount="51.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147109" Longitude="101.708249" StarRating="0" HotelCode="|470684" HotelName="Stay With Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51-A, Changkat Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/8/4/470684_eac136b1202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.18" OriginalAmount="51.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158161" Longitude="101.703754" StarRating="5" HotelCode="650811|1896485" HotelName="The Face Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/38/9938d1f8da4d0e8717429fae9a4a1b29cecdda3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.61" OriginalAmount="52.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.141469" Longitude="101.70464" StarRating="3" HotelCode="|397687" HotelName="Bbhomes At Casa Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Jalan Galloway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/8/7/397687_4235a2d1058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.99" OriginalAmount="52.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14291" Longitude="101.710121" StarRating="4" HotelCode="|390453" HotelName="Kl Bintang Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square East, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/5/3/390453_c7cc6e80915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.30" OriginalAmount="52.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1661172" Longitude="101.6985038" StarRating="3" HotelCode="|59502" HotelName="Q Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Jalan Tiong Nam, Off Jalan Raja Laut,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/0/2/59502_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Citrus is rated four stars and it is situated in Kuala Lumpur city centre. This establishment was built in 2004, has a swimming pool, a cafÃ© and business facilities. It has 171 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.40" OriginalAmount="52.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1227757431824" Longitude="101.72956531775" StarRating="3" HotelCode="321036|935135" HotelName="Seri Cempaka Service Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Pudu Ulu, Tower 2, Menara PGRM, Cheras, 56100 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/6c/2a6cc7bad64a55e7c1f91d6a06c1c8f14d842003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Cheras.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133802" Longitude="101.663363" StarRating="4" HotelCode="186940|63864" HotelName="The Nomad Residences Bangsar" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Ara, Bangsar, 59100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/d9/35d9d98af08d3475e95a8674b349323a4c9e7070.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the city centre, this apartment hotel is close to Bangsar Village, the Malaysian Houses ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12644-25201053/869278011589878765/820" HotelName="ANCASA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/930000/920500/920411/2e319ded_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1427508-27593580/869278011589878765/1760" HotelName="EXPRESSIONZ KLCC BY MANA-MANA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93170000/93163600/93163567/c4946d02_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1441527-32739697/869278011589878765/2670" HotelName="MERCURE KUALA LUMPUR TRION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100410000/100404900/100404824/e5fd7a59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485488944671" Longitude="101.70763750543" StarRating="4" HotelCode="319465|invito_hotel_suites" HotelName="Ramada Suites by Wyndham Kuala Lumpur City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong Ceylon, Bukit Ceylon, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/e3/12e31db78b05fb8c4d4b092f30da221d4514231b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.64" OriginalAmount="53.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.766671" Longitude="101.6933692" StarRating="3" HotelCode="|59557" HotelName="ibis Styles Sepang KLIA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN KLIA 1/60 SEPANG, SELANGOR SEPANG, SELANGOR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/5/7/59557_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, has 338 rooms and suites. It has a lobby with a reception, a restaurant, conference rooms, room service, a laundry service and a car park. SITUATION: It is located close toKuala Lumpur Airport 8 minutes away, you can find the Formula 1 the Circuit It is situated 28 minutes away fromKuala Lumpur the city centre of Petaling Street 45 minutes away from the establishment you have Clients can also find Petronas the towers. ROOM: The establishment has superior rooms, deluxe rooms, executive rooms, executive suites and family suites. They have an individual air-conditioning system, a satellite TV, a coffee maker, a kettle, a bathroom and a direct line telephone. They also have a mini-bar, a safe, a hairdryer and water (free of charge). FACILITIES: You can find a swimming pool, tennis courts, a gym, a sports bar, a bistro restaurant, billiards, darts and games. MEALS: Regarding the food and beverage offering, the establishment offersMelting Pot CafÃ© the restaurant. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.91" OriginalAmount="53.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.28283" Longitude="101.54263" StarRating="0" HotelCode="|605337" HotelName="Gaia Residence, Gamuda Gardens Rawang by Sleepy Bear" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gaia Residences, 48050 Rawang, Selangor.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/3/3/7/605337_57328b02311.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.98" OriginalAmount="53.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161987" Longitude="101.71282" StarRating="4" HotelCode="|535750" HotelName="Scarletz Suites by Five senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/7/5/0/535750_f730fe62059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1442255289131" Longitude="101.70822226257" StarRating="4" HotelCode="47330|5142" HotelName="Royale Chulan Bukit Bintang" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17-21 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/c3/c3f81450a626102f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a perfect location, directly in the heart of the Golden Triangle in Kuala Lumpur. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.353678" Longitude="-122.874701" StarRating="2" HotelCode="0|282461-25501469/869278011589878765/1550" HotelName="GOLD TREE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2400 BIDDLE ROAD,MEDFORD,UNITED STATES,97504</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8700000/8690600/8690540/242dbb48_b.jpg</HotelPictures>
        <HotelDescription>With accommodations that are both comfortable and affordable the Motel 6 Medford North is a good choice for business or pleasure on a budgetClassic accommodations Close proximity to many local attractions This is a hotel for the budget minded traveller The hotel is ideally located in Medford and features an Outdoor swimming pool, Self Laundry and Wi-Fi internet access.   Hotel Email Address: groupsales@motels6.com&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14258268" Longitude="101.71014078" StarRating="3" HotelCode="844935|kl_bintang_suites_at_times_square" HotelName="KL Bintang Private Unite at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/ec/98ecfdeb29ab8b37393745a8c84289b8d2bc71d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.85" OriginalAmount="54.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15941" Longitude="101.70544" StarRating="5" HotelCode="|188572" HotelName="Sfera Residence Kuala Lumpur City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Cendana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/7/2/188572_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.89" OriginalAmount="54.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.065689" Longitude="101.484958" StarRating="3" HotelCode="|203246" HotelName="Best Western I-city Shah Alam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A-GF-01 NO 6 PERSIARAN MULTIMEDIA, SHAH ALAM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/2/4/6/203246_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.93" OriginalAmount="54.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14435" Longitude="101.705746" StarRating="4" HotelCode="|390723" HotelName="Platinum Suites At Swiss Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117, Jalan Pudu, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/3/390723_3b90fb10947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.94" OriginalAmount="54.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1470559" Longitude="101.7121477" StarRating="4" HotelCode="|43945" HotelName="Ansa Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 Jalan Bukit Bintang, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/4/5/43945_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 239 contemporary style rooms. SITUATION: This hotel is opposite the Golden Triangle of Art is situated in the business area and the leisure area. Near the establishment, guests will find Lot 10 Shopping Centre. Clients can also find Starhill Gallery and Bintang Walk Shopping Centre and The Pavilion. It is situated 10 minutes away from Chinatown 20 minutes away from the establishment clients have the Craft Cultural Complex (also known as Kompleks Budaya Kraf) clients can also find the national gallery. ROOM: The comfortable, smart rooms have a bathroom with a bath or shower, a hairdryer, a direct line telephone, a mini-bar, a coffee maker, a kettle, individual air-conditioning, a safe and internet. FACILITIES: The establishment boasts a spa fully-equipped, a massage service and spa treatments. PAYMENT METHODS: Customers can pay using AmEx, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have L'Opera Restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.32" OriginalAmount="54.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15954" Longitude="101.71816" StarRating="0" HotelCode="|402444" HotelName="Binjai 8 Klcc By Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Suite 1808, level 18, Binjai 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/4/4/4/402444_4e48df21250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.40" OriginalAmount="54.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158649" Longitude="101.703803" StarRating="5" HotelCode="|203490" HotelName="The Face Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020, Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/0/203490_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15903995" Longitude="101.71761911" StarRating="3" HotelCode="601168|335366" HotelName="Binjai 8 Premium Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Lorong Binjai, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/76/ec7638c438a8a9c9f8b351c60230224505967925.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|426758-25602031/869278011589878765/1487" HotelName="OAKWOOD HOTEL AND RESIDENCE KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16210000/16204900/16204882/8491e62b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1383115-27715704/869278011589878765/1890" HotelName="PARK INN BY RADISSON PUTRAJAYA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/51000000/50570000/50563500/50563447/c292827f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.74" OriginalAmount="55.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.128209" Longitude="101.723968" StarRating="0" HotelCode="|396526" HotelName="Sunway Velocity Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV, Sunway Velocity, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/2/6/396526_c3a0f831055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.95" OriginalAmount="55.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143937" Longitude="101.705378" StarRating="3" HotelCode="|404687" HotelName="Swiss Garden Residence Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A Jalan Galloway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/6/8/7/404687_041b86d1304.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.01" OriginalAmount="55.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.128344" Longitude="101.723192" StarRating="3" HotelCode="|392602" HotelName="Velocity Kl Suites By Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV1, Sunway Velocity</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/6/0/2/392602_78650e51004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.53" OriginalAmount="55.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586793680254" Longitude="101.70832514763" StarRating="5" HotelCode="400918|17824" HotelName="Hotel Maya Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/48/ee489d1fd523711a6de8da7141b3d13438e3e46f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the hub of the business and commercial districts adjacent to Kuala Lumpur's famous Petron...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.74" OriginalAmount="56.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1444188" Longitude="101.705461" StarRating="4" HotelCode="|51694" HotelName="Swiss-garden Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/6/9/4/51694_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is modern. SITUATION: The establishment is in the heart of Kuala Lumpur. Close to the establishment, guests can find the shopping area and the business area. can also find Chinatown ROOM: Guests are offered 310 rooms with TV, a direct line telephone, an air-conditioning system, internet and a bathroom. FACILITIES: have access to a restaurant, a bar, banquet halls, fitness facilities and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.74" OriginalAmount="56.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158843" Longitude="101.704086" StarRating="0" HotelCode="|402570" HotelName="Yemala Suites At Platinum Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/5/7/0/402570_c5d4ce10605.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.83" OriginalAmount="56.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162235" Longitude="101.713274" StarRating="0" HotelCode="|467381" HotelName="Mana-mana Suites At Scarletz Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/3/8/1/467381_60d69ab1740.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.87" OriginalAmount="56.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588448" Longitude="101.7077128" StarRating="5" HotelCode="|59523" HotelName="Maya Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138, Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/2/3/59523_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 207 large rooms, The establishment boasts air-conditioning, a hall with a reception, a safety deposit box service, a lift, a restaurant and room service. SITUATION: This hotel is in the business and commercial area, next to the establishment, clients can find Petronas the tower it is 15 minutes away from the market, Clients can also find. ROOM: The are spacious and modern rooms, Guests are offered 107 suites with a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar and a mini-fridge. They also have a coffee maker, a kettle, an individual air-conditioning system and a safety deposit box. FACILITIES: Guests are offered a massage service, a spa, a heated hydromassage swimming pool and showers. Customers can also find a swimming pool and a gym. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants and a bar. PAYMENT METHODS: With regards gastronomy American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.92" OriginalAmount="56.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143258" Longitude="101.709992" StarRating="4" HotelCode="|55372" HotelName="Melia Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 JALAN IMBI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/7/2/55372_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 302 rooms, 92 standard rooms, 109 deluxe rooms, 47 Premier suites, 49 Melia Deluxe rooms, 4 junior suites and 1 executive suites. It has air-conditioning, a cafÃ©, a restaurant, a hairdresser's, conference rooms, room service and a car park. SITUATION: This hotel is in Kuala Lumpur the city centre of in front of the establishment, guests have Times Square the shopping centre in the surrounding area, clients can find business areas, shopping centres and leisure areas. ROOM: The rooms a bathroom, a direct line telephone, a mini-bar, an ironing set, individual air-conditioning and a safe. FACILITIES: The establishment boasts a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offersEl Patio the cafÃ© local and international dishes. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.95" OriginalAmount="56.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441578" Longitude="101.7083195" StarRating="4" HotelCode="|32851" HotelName="Royal Signature" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-21, Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/5/1/32851_1_3045.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 418 rooms, a lobby, a reception, a safety deposit box service, a currency exchange service and lifts. Guests can find a cafÃ© and conference rooms. The establishment offers guests room service, a laundry service and a car park. SITUATION: It is in Kuala Lumpur city centre. It is in the Golden Triangle, near the establishment, you will find the business area and Bukit Bintang Plaza Shopping Centre. Clients can also find Lot 10. ROOM: The Oriental-style rooms have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar, a coffee maker, a kettle, a safety deposit box and an individual air-conditioning system. FACILITIES: Outdoors, clients can enjoy a swimming pool, deck chairs and a terrace. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and cash. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet restaurant and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.47" OriginalAmount="56.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146706" Longitude="101.713845" StarRating="3" HotelCode="|448186" HotelName="Sleeping Lion Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln Gading, Bukit Bintang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/8/6/448186_7acebaa0910.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.49" OriginalAmount="56.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.174748" Longitude="101.657508" StarRating="4" HotelCode="188018|1182578" HotelName="Wedgewood Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Duta Kiara, La Grande Kiara, Bukit Kiara, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/5f/5f5f1194230970d11aca4968cad6968626446da5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1626804926592" Longitude="101.72037363052" StarRating="4" HotelCode="187199|myhabitat_residences_by_fairlane_hospitality" HotelName="MyHabitat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Aman, 54000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/d9/09/d909fd016f4f7eba7071a0424d4d01cc9c5fda12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a mere stone's throw from Kuala Lumpur city centre, with the Petronas Twin Towers and S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1535143078967" Longitude="101.71005154026" StarRating="3" HotelCode="377544|betty_roux_at_soho_suites_klcc" HotelName="Soho Suites @ KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Perak, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/20/e8204298c1100a18e3de47c47435a90795969ed2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12794597" Longitude="101.7237287" StarRating="3" HotelCode="572696|sunway_velocity_hotel_kuala_lumpur" HotelName="Sunway Velocity Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV, Sunway Velocity, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/73/a9733557e48e6426655273bbbe199044e69acca9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14436119" Longitude="101.70616098" StarRating="3" HotelCode="733821|metropol_hotel_10" HotelName="Metropol Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu, Bukit Bintang, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/1d/841dea6e4bbbece9aa6ba73779d68c53880e072f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15873431" Longitude="101.70491014" StarRating="0" HotelCode="970716|mercu_summer_suites_klcc_by_feel_homes" HotelName="Mercu Summer Suites by Feel Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Off Jalan Sultan Ismail, Kampung Baru, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/6e/506e65f94bcb4fc38cff911b93805905e287a0dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.79" OriginalAmount="57.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158914" Longitude="101.703781" StarRating="3" HotelCode="|397612" HotelName="One Bukit Ceylon Ramada Klcc - Ecosuites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>One Bukit Ceylon, No 1, Lorong Ceylon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/1/2/397612_4c0b4971352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.91" OriginalAmount="57.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155618" Longitude="101.705984" StarRating="4" HotelCode="|33498" HotelName="Concorde Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, JALAN SULTAN ISMAIL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/4/9/8/33498_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 338 rooms, They have air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service and lifts. Guests can find a restaurant, a nightclub, conference rooms, a car park and room service. SITUATION: the Golden Triangle It is in nearby, you will find the business area, is located near the shopping areas, places of interest ,Putra World Trade Center 10 minutes away from the establishment clients have Malaysia Tourism center near the establishment, guests will find Clients can also find Suria KLCC the shopping centre Petronas the towers the convention centre and Kuala Lumpur the Tower of it is 75 kilometres away from the international airport. ROOM: Guests are offered interconnecting rooms, standard rooms, superior rooms, superior executive rooms and non-smoking rooms. The rooms a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: Guests are offered live music, a TV room, a swimming pool, a sauna and a gym. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoyCrossroads the bar Melting Pot CafÃ© the cafÃ© with breakfast service and lunch and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.22" OriginalAmount="57.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15533" Longitude="101.705862" StarRating="4" HotelCode="66146|89136" HotelName="Concorde Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/03/b9030ba8ab961748e392a98f7db24aac18274ccb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Golden Triangle of Kuala Lumpur, the capital of Malaysia. The city's bus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.27" OriginalAmount="57.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1443607547293" Longitude="101.70548483349" StarRating="4" HotelCode="424158|1870678" HotelName="Swiss-Garden Hotel Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>117 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/2c/112c340c3e903e29a24086073d648136234c00bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of Kuala Lumpur, between bustling Bukit Bintang and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.47" OriginalAmount="57.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142208" Longitude="101.710542" StarRating="5" HotelCode="|59492" HotelName="Berjaya Times Square , Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/9/2/59492_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Berjaya Times Square is rated five stars and it is in Kuala Lumpur city centre. This establishment was built in 2004 and has a safety deposit box service. ROOM: Guests are offered 610 rooms with a hairdryer, an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.61" OriginalAmount="57.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15911" Longitude="101.71783" StarRating="3" HotelCode="|391771" HotelName="Binjai 8 Premium Soho KLCC - Artez Maison" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2, Lorong Binjai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/7/1/391771_adc7fbe1041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.70" OriginalAmount="57.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1191831" Longitude="101.677416" StarRating="4" HotelCode="|33237" HotelName="The Boulevard - A St Giles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MID VALLEY CITY, LINGKARAN SYED PUTRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/3/7/33237_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a lobby, with a reception, lifts, air-conditioning, a safety deposit box service and a currency exchange service. Guests can find dining facilities, a bar, room service and a laundry service. SITUATION: Mid Valley City It is in in front of the establishment, you can find the train, is 5 kilometres away from the central train station, is in the city centre, Kuala Lumpur and Petaling Jaya It is between it is well-connected with business zones, the commercial area, the government building, tourist points of interest and shopping areas. Clients can also find leisure areas. ROOM: The establishment has 390 smart, comfortable rooms, have a bathroom, a direct line telephone, a satellite television, a mini-bar, individual air-conditioning, a coffee maker, a kettle and a safe. FACILITIES: The establishment has a swimming pool. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant with traditional and Occidental dishes with terrace, The establishment also offers room service and a lounge bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14428" Longitude="101.7056" StarRating="4" HotelCode="567642|3488" HotelName="Swiss-Garden Hotel &amp; Residences Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,ATM/Cash Machine,Babysitting,Bar,Concierge,Conference Hall,Currency Exchange,Elevator,Internet,Kitchen,Laundry,Massage Centre,Meeting Room,Parking,Porter,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Swimming Pool,Telephone Service,Travel Desk,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>117 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/7b/8a7b5ccb34578f95a2e6ffdc765ef117e4d2053e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Swiss-Garden Hotel &amp; Residences Kuala Lumpur is strategically located in the heart of Kuala Lumpur b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1427532-27601275/869278011589878765/2429" HotelName="THE SCARLETZ KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104340000/104332100/104332077/7dbf82b3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1673451845483" Longitude="101.69211265278" StarRating="4" HotelCode="45314|seri_pacific_hotel_kuala_lumpur" HotelName="Seri Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/df/f5df2d6c9dfb6c0a9bab126876cc8e7349dc84ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur next door to the Putra World Trade Centre, Malaysia's premier ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11923" Longitude="101.67751" StarRating="4" HotelCode="58799|the_boulevard_a_st_giles_hotel_kuala_lumpur" HotelName="The Boulevard - A St Giles Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mid Valley City, Lingkaran Syed Putra, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/97/37972116903109ff7219b9924c92b13da162c7fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically set within Mid Valley City, the city hotel, with the commuter train running right by i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.10" OriginalAmount="58.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14630187" Longitude="101.71565628" StarRating="3" HotelCode="630828|2283985" HotelName="Tribeca Serviced Suites Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>215 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/0a/2f0a592106be39ed637a8c87f85f3a2ea378beb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.61" OriginalAmount="58.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158527" Longitude="101.703844" StarRating="5" HotelCode="|448765" HotelName="THE FACE Style" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/7/6/5/448765_ec164a21220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|414485-25592652/869278011589878765/370" HotelName="VERDANT HILL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13480000/13478300/13478286/cad2684d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|886970-26112463/869278011589878765/1278" HotelName="YEMALA SUITES AT VORTEX KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48700000/48699000/48698938/59620c1f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16752397" Longitude="101.65250709" StarRating="3" HotelCode="637672|hyatt_house_kuala_lumpur_mont_kiara" HotelName="Hyatt House Kuala Lumpur, Mont Kiara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Printer,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>G-2 Arcoris, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/41/e1419d36fb88a45d89407477017ed43b87362ef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Sepang. Hyatt House Kuala Lumpur Mont Kiara offers wired and wire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.80" OriginalAmount="59.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1423104835894" Longitude="101.71017587185" StarRating="4" HotelCode="61883|17704" HotelName="Berjaya Times Square Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/5b/ff5b640d330fdb04fe6bf7145013e0148b559deb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is sitting on the top of the world with a spectacular view of the city skyline, posi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.84" OriginalAmount="59.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161394" Longitude="101.712171" StarRating="4" HotelCode="|393664" HotelName="Star Suites Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Star Residences No.1 Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/6/6/4/393664_8aa2d8f0938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.90" OriginalAmount="59.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154437" Longitude="101.707004" StarRating="3" HotelCode="|404982" HotelName="Luxury Apartment Near Klcc and City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/9/8/2/404982_e7d9dc81031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.19" OriginalAmount="59.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148974" Longitude="101.708808" StarRating="4" HotelCode="165494|845455" HotelName="PARKROYAL Serviced Suites Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Jalan Nagasari, Off Jalan Raja Chulan, Kuala Lumpur 50200</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/ae/47ae89e357820f557db9db0607a6689cee72d32c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is located in the heart of the city centre, adjacent to the famous Jalan Alor and Bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.22" OriginalAmount="59.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145516" Longitude="101.703484" StarRating="4" HotelCode="|390421" HotelName="Citizenm Kuala Lumpur Bukit Bintang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/2/1/390421_529447b0918.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.34" OriginalAmount="59.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142562" Longitude="101.709623" StarRating="3" HotelCode="|397674" HotelName="1 Ivy Suite At Berjaya Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 1 Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/7/4/397674_3caec0d1052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.73" OriginalAmount="59.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158665" Longitude="101.697022" StarRating="0" HotelCode="|404118" HotelName="Anggun Residences Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 8, Jalan Medan Tuanku Utama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/1/8/404118_c8e84ea1000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427505-27590364/869278011589878765/1513" HotelName="BINJAI 8 KLCC PREMIUM SOHO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/88000000/87800000/87797400/87797349/bf2b5047_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="4" HotelCode="600061|luxury_apartment_near_klcc_city_centre" HotelName="Vortex Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Nightclub,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/49/5b49d7daffd0a9aa697145c1979287573cef8456.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.99" OriginalAmount="60.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160442" Longitude="101.723903" StarRating="3" HotelCode="|59537" HotelName="Sucasa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 JALAN AMPANG, 50450 KUALA LUMPUR, MALAYSIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/3/7/59537_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips a launderette (for a fee) and a tumble dryer. SITUATION: It is inJalan Ampang the Street of it is close to the business area, Clients can also find Suria KLCC the district of Petronas the towers shopping centres, restaurants and leisure areas. ROOM: Clients are offered one-bedroom apartments, a bathroom, a living room-bedroom, a kitchen, an oven and a microwave. They also have a toaster, a kettle, an air-conditioning system, a fan and a television. RESTAURANT: Regarding gastronomy, the establishment offersPormtip the set-menu and Ã  la carte restaurant local dishes and Occidental food.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.15" OriginalAmount="60.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.151116" Longitude="101.71238" StarRating="4" HotelCode="59743|53764" HotelName="Novotel Kuala Lumpur City Centre" 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,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kia Peng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/34/cc34d0fb0700120ead9326cf3446f337d8d1b981.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the popular Bukit Bintang shopping district and only 500 metres from Petronas Twin Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.50" OriginalAmount="60.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147232" Longitude="101.7154099" StarRating="4" HotelCode="|53964" HotelName="Dorsett Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172, Jalan Imbi, Shopping District.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/6/4/53964_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned renovated hotel in 2005 and has 320 rooms, It also has a safety deposit box service. SITUATION: It is in an excellent location. ROOM: The comfortable rooms, fully-equipped and a bathroom with a hairdryer, They have a satellite television, internet, a mini-bar, a coffee maker, a kettle and a safe. FACILITIES: Guests are offered leisure activities, a sauna, a steam bath, a jacuzzi, a massage service, facial treatments, the option of a manicure and a pedicure area. Customers can also find a gym fully-equipped. MEALS: Regarding the food and beverage offering, the establishment offersCheckers the restaurant Italian dishes. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1434888804587" Longitude="101.70969843864" StarRating="4" HotelCode="24464|melia_kuala_lumpur" HotelName="Meliá Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/8b/1b8badc4e316b6996f8c76bd61abfd84e72ce791.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Kuala Lumpur, opposite the Times Square Shopping Centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14395594" Longitude="101.69860727" StarRating="3" HotelCode="585571|tian_jing_hotel" HotelName="Tian Jing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>66-68 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/77/2877099f8c5fbbaca64087dd69d0822ba1436112.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.16" OriginalAmount="61.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12777" Longitude="101.68" StarRating="3" HotelCode="|397345" HotelName="The Establishment At Bangsar Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/4/5/397345_fbe7f921047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.82" OriginalAmount="61.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160017" Longitude="101.723042" StarRating="4" HotelCode="169739|795735" HotelName="Somerset Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Jalan Ampang, 50450 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b8/acb8a49764efd2060011532c1d7ee32d7a91554f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish apartment hotel is situated on the prestigious Embassy Row. Surrounded by embassies, bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|112048-25284246/869278011589878765/1636" HotelName="CRYSTAL CROWN HARBOUR VIEW" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46390000/46383700/46383665/932c8432_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1328643633965" Longitude="101.68604279266" StarRating="4" HotelCode="221497|aloft_kuala_lumpur_sentral" HotelName="Aloft Kuala Lumpur Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 5 Jalan Stesen Sentral, Kuala Lumpur 50470</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/bb/52bbc0c437435b398dff56e3ee73871ae6a1df16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09461836" Longitude="101.67491616" StarRating="3" HotelCode="519731|s_suites_" HotelName="S-Suites@The Scott Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Beauty Salon,Coffee Shop,Currency Exchange,Elevator,Garden,Internet,Kitchen,Laundry,LCD/Projector,Massage Centre,Meeting Room,Nightclub,Parking,Restaurant,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Block B, Komplex Rimbun Scott Garden, 289 Jalan Kelang Lama, 58100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/2e/dd/2eddb61629aa4e36d55c2fd433170e9b1104b883.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Loft Suite @ Scott Garden is conveniently located in the popular Mid Valley / Bangsar area. Both...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="3" HotelCode="959209|tawassil_suites_swiss_garden" HotelName="Tawassil Suites @ Swiss Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A Jalan Galloway, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/a9/f6a9435f2fa6de6b61d06279eec5618db98ebd75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.44" OriginalAmount="62.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09455" Longitude="101.67522" StarRating="3" HotelCode="|234678" HotelName="S-suites At Scott Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block B, Kompleks Rimbun Scott Garden 289, Jalan Kelang Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/7/8/234678_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242725-26598437/869278011589878765/1441" HotelName="ARTE MONT KIARA BY PSM LUXURY SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/63000000/63000000/62998900/62998811/01ad866d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.11" OriginalAmount="63.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.94913" Longitude="101.7565123" StarRating="3" HotelCode="|398274" HotelName="Hotel Tenera Bandar Baru Bangi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kemajuan Bandar Baru Bangi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/2/7/4/398274_b07c50e0400.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.57" OriginalAmount="63.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15448" Longitude="101.70722" StarRating="4" HotelCode="|236076" HotelName="The Penthouse KLCC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vortex KLCC, No. 12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/0/7/6/236076_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1442130-28844396/869278011589878765/971" HotelName="VORTEX PREMIUM SUITES KLCC BY SCHIEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105760000/105751300/105751214/bca0369a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|182662-25367877/869278011589878765/1664" HotelName="NOMAD RESIDENCES BANGSAR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3490000/3486000/3485903/379a3551_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.585800000000000" Longitude="7.743000000000000" StarRating="4" HotelCode="0|35190-25218180/869278011589878765/2637" HotelName="MICASA ALL SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Quai Kleber, Strasbourg, 67000, France</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1380000/1372100/1372051/2d7ca419_b.jpg</HotelPictures>
        <HotelDescription>This 4 star hotel is located in the city centre of Strasbourg and was established in 1978. It is close to the Cathedrale and the nearest station is Strasbourg. The Hotel has a restaurant, a bar, a conference room, a coffee shop and a fitness centre/gym. All 98 rooms are equipped with minibar, hairdryer, safe, ironing set and air conditioning. category: First style: Modern year Built: 1978 restaurant Count: 1&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586684845497" Longitude="101.71836873373" StarRating="4" HotelCode="552719|element_kuala_lumpur_by_westin" HotelName="Element Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Binjai, Ilham Tower, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/94/2d9429f84daa710b3df404469a6958aa1be813cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14275" Longitude="101.7102" StarRating="3" HotelCode="946763|imbi_private_unite_at_times_square" HotelName="Imbi Private Unite at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, East Wing, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/c7/9bc7815c1af2e7f82b0f8159f03c6faefa716b55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1472345752473" Longitude="101.71135659755" StarRating="4" HotelCode="932699|wolo_bukit_bintang" HotelName="Wolo Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Bukit Bintang and Jalan Sultan Ismail, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/62/386230428ae1e6cf2e0963304341123b2851cddc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.07" OriginalAmount="64.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15837" Longitude="101.7041" StarRating="0" HotelCode="|440994" HotelName="Platinum Service Suites KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020, Jalan Sultan Ismail, THE FACE SUITES, Platinum, 50250 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/9/4/440994_7a66e380650.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160628" Longitude="101.723649" StarRating="2" HotelCode="|471400" HotelName="Pavilion Embassy Suites Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/4/0/0/471400_f01b1231224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.166368" Longitude="101.692784" StarRating="4" HotelCode="187979|sunway_putra_hotel" HotelName="Sunway Putra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9th Floor Sunway Putra Place, 100 Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/37/7037706a5d3a98699ac50e910e1bb02522351c3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city's major commercial district, directly above The Mall ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.00" OriginalAmount="65.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16357" Longitude="101.7028" StarRating="4" HotelCode="|390729" HotelName="TAMU Hotel and Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Raja Abdullah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/9/390729_a27f2b50930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3956-25188693/869278011589878765/1656" HotelName="ROYAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527700/527671/3deae2ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1082834-26338961/869278011589878765/1706" HotelName="DORSETT RESIDENCES BY BEYOURHOST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/51000000/50970000/50963200/50963193/d51c5d60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15850816" Longitude="101.7050426" StarRating="4" HotelCode="861916|188_private_suites" HotelName="188 Private Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Mercu Summer Suites, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/f1/1df1c01e6b7abf2ee0b860815a49c0666970b68c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.10" OriginalAmount="66.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15833597" Longitude="101.7048818" StarRating="3" HotelCode="601914|3115835" HotelName="188 Serviced Suites &amp; Shortstay Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Cendana, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/fe/acfeeb2c945cb8edc2ed9be88690417a2659c989.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.28" OriginalAmount="66.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158518" Longitude="101.703972" StarRating="4" HotelCode="|393665" HotelName="Platinum Service Suites Kuala Lumpur KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THE FACE SUITES, PLATINUM,1020</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/6/6/5/393665_9a332d20954.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.97" OriginalAmount="66.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155686" Longitude="101.705019" StarRating="3" HotelCode="|392047" HotelName="The Platinum Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/0/4/7/392047_c7ea7f01007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16354283" Longitude="101.70286233" StarRating="4" HotelCode="735131|tamu_hotel_suite_kuala_lumpur" HotelName="Tamu Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Raja Abdullah, Kampong Bharu, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/07/37/0737e772eb7b740a07d4f31cf4c6926f20b324ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437658-27930818/869278011589878765/2544" HotelName="STAR SKY PARK KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111940000/111938700/111938626/058259b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441959179413" Longitude="101.70892059803" StarRating="4" HotelCode="29427|federal_hotel_kuala_lumpur" HotelName="The Federal Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Jalan Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/63/a563eddce72edd9864f037ffb038f7239a020156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel was built for the Independence celebrations of Malaysia and is a symbol of moder...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.30" OriginalAmount="68.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.141133" Longitude="101.697463" StarRating="4" HotelCode="|390479" HotelName="Four Points By Sheraton Kuala Lumpur, Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 2 JALAN BALAI POLIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/7/9/390479_2b1d28a0915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.31" OriginalAmount="68.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.137369" Longitude="101.700358" StarRating="4" HotelCode="|552712" HotelName="Opus Residences Merdeka Tower KL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Jalan Talalla</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/7/1/2/552712_1de4a4d1153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.37" OriginalAmount="68.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14427" Longitude="101.70412" StarRating="3" HotelCode="|396897" HotelName="The Robertson by Matahari Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Robertson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/8/9/7/396897_a78e5cf1023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.69" OriginalAmount="68.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11383" Longitude="101.66306" StarRating="3" HotelCode="|394105" HotelName="University Kl Gateway Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kerinchi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/1/0/5/394105_f95e5921013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.95" OriginalAmount="68.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1503396249702" Longitude="101.71445131302" StarRating="5" HotelCode="29053|18004" HotelName="Pullman Kuala Lumpur City Center Hotel &amp; Residences" 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,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.4 Jalan Conlay,, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/49/384909a576b2262f6d5cbf0ef16e2c4f67286df8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Whether for business or pleasure, the hotel is conveniently located near the Central Business Distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.22" OriginalAmount="69.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158549" Longitude="101.70441" StarRating="0" HotelCode="|547446" HotelName="Flixses Suites At Platinum Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/7/4/4/6/547446_ab753612323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.36" OriginalAmount="69.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.094631" Longitude="101.5776118" StarRating="5" HotelCode="|59518" HotelName="Hilton Shah Alam Glenmarie  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, JALAN USAHAWAN U1/8, SEKSYEN U1,SHAH ALAM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/1/8/59518_22.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.65" OriginalAmount="69.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14411" Longitude="101.698628" StarRating="3" HotelCode="|392757" HotelName="Tian Jing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 66 &amp; 68, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/7/5/7/392757_a8f2ec41052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.69" OriginalAmount="69.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1542944" Longitude="101.708889" StarRating="4" HotelCode="|80054" HotelName="Cormar Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 163 No. 10 Jalan Perak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/0/5/4/80054_722d4db1410.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.97" OriginalAmount="69.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572582630296" Longitude="101.70039753869" StarRating="4" HotelCode="511012|1998725" HotelName="Hotel Stripes Kuala Lumpur, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Kamunting, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/5e/e85ec3818b98528c1196e1787d14207940b23a58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427521-27590148/869278011589878765/1940" HotelName="OPUS RESIDENCES KUALA LUMPUR BY LUNA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/87000000/86140000/86131500/86131430/8b20f3f9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.14" OriginalAmount="70.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15942" Longitude="101.7184" StarRating="4" HotelCode="|221530" HotelName="Element Kuala Lumpur by Westin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ilham Tower, 8 Jalan Binjai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/5/3/0/221530_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.26" OriginalAmount="70.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.171658" Longitude="101.69596" StarRating="4" HotelCode="|66140" HotelName="Ac  By Marriott Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 JALAN LUMUT, OFF JALAN IPOH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/1/4/0/66140_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban establishment, with air-conditioning, has 364 rooms, a lobby, a reception, conference facilities and a lounge bar. SITUATION: This urban hotel is in Kuala Lumpur the business district Putra World Trade Centre a few minutes walk away from the establishment, clients can find it is located in front of the railway station, Malacca it is 90 minutes away from. ROOM: The rooms have comfortable facilities, an air-conditioning system, a bathroom with a bath, a shower, a direct line telephone, a large workspace, a safety deposit box, a mini-bar, a coffee maker, a kettle, a hairdryer and satellite and cable TV. MEALS: Regarding the food and beverage offering, the establishment offersLa Vistana Coffee House the restaurant The establishment offers breakfast and dinner service, The establishment also offers buffet and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by credit cards, American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.31" OriginalAmount="70.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1444853" Longitude="101.7087982" StarRating="4" HotelCode="|32735" HotelName="Federal Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 JALAN BUKIT BINTANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/3/5/32735_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 1957, has a lobby, a reception, a safety deposit box service, a lift and a currency exchange service. The establishment has a cafÃ©, a hairdresser's and conference rooms. The establishment also offers a laundry service and room service. SITUATION: It is inBukit Bintang the heart of the leisure area and the commercial area. ROOM: The rooms have an individual air-conditioning system, a satellite television, a direct line telephone, a mini-bar, a coffee maker and a teapot. They also have a safe (available for a fee), an alarm clock, an electronic key and an iron. FACILITIES: Outdoors, clients have access to a swimming pool. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OTHERS: Guests can book bed and breakfast, Regarding the food and beverage offering, you can enjoy Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.81" OriginalAmount="70.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572515" Longitude="101.7003999" StarRating="5" HotelCode="|211078" HotelName="Stripes Kuala Lumpur, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25, Jalan Kamunting</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/8/211078_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="28.65306" Longitude="77.19488" StarRating="4" HotelCode="0|414818-25592806/869278011589878765/1811" HotelName="SWISS GARDEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>C-8, MALVIYA NAGAR, NEW DELHI, IN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/519400/519398/1c8d9741_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Hotel Swagath is located in New Delhi's Karol Bagh neighborhood, close to Karol Bagh Shopping Market, Birla Mandir Temple, and Connaught Place. Nearby points of interest also include Jantar Mantar and Jama Masjid.    Hotel Features.   Dining options at Hotel Swagath include a restaurant and a coffee shop/café. A bar/lounge is open for drinks. Room service is available 24 hours a day. The hotel serves a complimentary breakfast. Wireless Internet access (surcharge) is available in public areas. This New Delhi property has event space consisting of banquet facilities and conference/meeting rooms.  Guest parking is complimentary. Additional property amenities include tour/ticket assistance, laundry facilities, and dry cleaning/laundry services.    Guestrooms.     Air-conditioned guestrooms at Hotel Swagath feature minibars. Guestrooms offer direct-dial phones. Cable television is provided. Housekeeping is available daily.     Room Info:  Name: Executive room Description:    Two Beds   The television offers cable channels. A minibar is supplied. The room has an ensuite bathroom. Conveniences include air conditioning, daily housekeeping, and a direct-dial phone.     Name: Executive single room Description:    Two Beds   The television offers cable channels. A minibar is supplied. The room has an ensuite bathroom. Conveniences include air conditioning, daily housekeeping, and a direct-dial phone.     Name: Suite Room Description:    One Double Bed   The television offers cable channels. A minibar is supplied. The room has an ensuite bathroom. Conveniences include air conditioning, daily housekeeping, and a direct-dial phone.       Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-out time is Noon  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1083096-26339417/869278011589878765/2081" HotelName="THE ROBERTSONS BY URBAN SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35600000/35596600/35596508/55c861aa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1357007237753" Longitude="101.68651878834" StarRating="5" HotelCode="60398|le_meridien_kuala_lumpur_2" HotelName="Le Méridien Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Stesen Sentral, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e5/30e542d1f93448aea220e4f8213372288329afd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Kuala Lumpur Sentral area, a major transport interchange adjacent to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1474645386334" Longitude="101.715950651" StarRating="4" HotelCode="666724|dorsett_residences_bukit_bintang" HotelName="Dorsett Residences @ Dorsett Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/5e/e85ec3818b98528c1196e1787d14207940b23a58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.73" OriginalAmount="71.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160138" Longitude="101.696664" StarRating="0" HotelCode="|397293" HotelName="The Chow Kit - an Ormond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1012 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/9/3/397293_ef0e1fe1059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.01" OriginalAmount="71.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147331" Longitude="101.713025" StarRating="1" HotelCode="|440849" HotelName="Fahrenheit88 By Sarah's Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fahrenheit88 179, Bukit Bintang Street, Bukit Bintang H166 , Fahrenheit88, Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/4/9/440849_4fac1841759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="74.16" OriginalAmount="72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1083104-26339431/869278011589878765/2035" HotelName="THE HOLLWOOD SUITES AT PLATINUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36300000/36294900/36294897/f1a20f4b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.21" OriginalAmount="72.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158381" Longitude="101.704354" StarRating="0" HotelCode="|548193" HotelName="Platinum 2 by DM Suites KLCC , Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/8/1/9/3/548193_8e4456f2358.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.14" OriginalAmount="72.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.130916" Longitude="101.685168" StarRating="4" HotelCode="304001|1004675" HotelName="Ascott Sentral Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 211 Jalan Tun Sambanthan, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/34/6d34a27119c9949c743c461de53b921e06c0e7b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="75.19" OriginalAmount="73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1329718-26638597/869278011589878765/2392" HotelName="SUMMER SUITES KLCC BY LUNA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/78000000/77970000/77961100/77961029/4bf45cd4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1630944" Longitude="101.71869452" StarRating="4" HotelCode="619282|ariva_trillion_residences" HotelName="Ariva Trillion Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="residence" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>338 Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/dc/5edc25da14889e1c81bae4d11209ea6b23fead7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.25" OriginalAmount="73.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1025415" Longitude="101.6411917" StarRating="5" HotelCode="|34036" HotelName="Hilton Petaling Jaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO.2, JALAN BARAT, 46200 PETALING JAYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/3/6/34036_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 4 restaurants, executive floors, a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. The establishment boasts a cafÃ©, a hairdresser's, conference rooms, a laundry service, room service and a car park. SITUATION: The hotel Petaling Jaya it is in Kuala Lumpur 15 minutes away from the establishment you have 45 minutes away from the establishment, clients can find Kuala Lumpur Airport. ROOM: The establishment has 553 rooms, They have double-glazed windows, an air-conditioning system, a bathroom with a shower, a satellite television, a radio, a safety deposit box, a coffee maker, a kettle, a mini-bar, a direct line telephone and internet. FACILITIES: The establishment has a swimming pool, deck chairs and a spa. MEALS: Regarding the food and beverage offering, the establishment offersPaya Serai the restaurant a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.30" OriginalAmount="73.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14257" Longitude="101.70991" StarRating="0" HotelCode="|405000" HotelName="Luxy Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East Tower Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/0/0/0/405000_5e7834e0702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.77" OriginalAmount="73.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15829" Longitude="101.70489" StarRating="0" HotelCode="|238929" HotelName="188 Suites By Namastay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 10 Jalan Cendana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/9/2/9/238929_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1142821-26436301/869278011589878765/1673" HotelName="GLORIOUS SERVICE SUITE AT TIMES SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39660000/39651800/39651771/da25f334_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427530-27596288/869278011589878765/2530" HotelName="SIDEMEN SUITES AT PLATINUM KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/99000000/98520000/98513400/98513384/709c9655_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.53" OriginalAmount="74.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16298" Longitude="101.71859" StarRating="0" HotelCode="|240427" HotelName="Trillion Suites By Slg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>338, Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/4/2/7/240427_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.92" OriginalAmount="74.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1612781" Longitude="101.720525" StarRating="5" HotelCode="|73086" HotelName="Doubletree By Hilton Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>348 Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/8/6/73086_1_6998.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has a babysitting service, (for a fee), multilingual staff, event rooms, wedding facilities and a business centre with features that offer you the maximum level of comfort. SITUATION: This establishment, is close to the shopping area. FACILITIES: The establishment has a fitness centre well-equipped, a swimming pool and a spa. OTHERS: The establishment offers a restaurant, a bar and a lounge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153435568221" Longitude="101.71146869659" StarRating="4" HotelCode="258358|59228" HotelName="Impiana KLCC" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan Pinang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/3c/c83cd8b5c9450b22d8ddafab13bb3b2edc8bf697.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the middle of the liveliest business and shopping district in the city, adj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.50" OriginalAmount="75.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15326" Longitude="101.70804" StarRating="5" HotelCode="|589985" HotelName="Hyatt Centric City Centre Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/9/8/5/589985_891a7511057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.04" OriginalAmount="75.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1617752864287" Longitude="101.71985059977" StarRating="4" HotelCode="162223|136864" HotelName="DoubleTree By Hilton Hotel Kualar Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>348 Jalan Tun Razak, The Intermark, Centrally located along Jalan Ampang at the Jalan Tun Razak crossing, 50400 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/80/738093c50dff482eee721e8c8dee2274a7cc0e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the corner where Jalan Tun Razak meets Jalan Ampang, near the landmark Petr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.69" OriginalAmount="76.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.127731652024" Longitude="101.68014360594" StarRating="5" HotelCode="601864|2234975" HotelName="Alila Bangsar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/37/2a374e95d81bb68ddf50f93fe693d991a061369d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a cash machine, a library an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.70" OriginalAmount="76.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167075" Longitude="101.701796" StarRating="3" HotelCode="|391409" HotelName="Kuala Lumpur International" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Hj Hussein 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/0/9/391409_59cdc001017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15068" Longitude="101.710366" StarRating="5" HotelCode="211921|eo_residences" HotelName="E&amp;O Residences Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tengah, Off Jalan Sultan Ismail, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/cf/e8cf0971cfe1998d4c4d5d05b2e627743fa8e5fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14735536" Longitude="101.71585534" StarRating="3" HotelCode="936890|de_space_bukit_bintang_residence" HotelName="De Space @ Bukit Bintang Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi, Dorsett Residence, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/fc/b6fcd9ae44ccefe9d94cc717159cdeca8347d85b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.62" OriginalAmount="77.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12763" Longitude="101.6798" StarRating="5" HotelCode="|393947" HotelName="Alila Bangsar, Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/9/4/7/393947_ab87e171251.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.81" OriginalAmount="77.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13115" Longitude="101.643947" StarRating="5" HotelCode="|447656" HotelName="M Resort and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1, Jalan KGPA, Bukit Kiara 60000 Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/6/5/6/447656_2abc0fa1434.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.34" OriginalAmount="78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158151" Longitude="101.703723" StarRating="3" HotelCode="650857|236564" HotelName="Face Platinum Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/73/a673d687aeee74ea23b3ddea8d3683ba1579d217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="80.34" OriginalAmount="78" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|104935-25281389/869278011589878765/836" HotelName="ANSA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2541000/2540993/a26f04f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="80.34" OriginalAmount="78" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427511-27602828/869278011589878765/1767" HotelName="HOME STYLE AT THE FACE PLATINUM SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107370000/107364300/107364260/721fcd31_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.126379" Longitude="101.644705" StarRating="4" HotelCode="78849|eastin_hotel" HotelName="Eastin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan 16/11, Pusat Dagang Seksyen 16, 46350 Petaling Jaya, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/1b/b91b4b4874a586ca015f685471f9d92d2cf24636.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international business class hotel is located close to commercial districts and entertainment o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16699103" Longitude="101.70170241" StarRating="3" HotelCode="321115|kuala_lumpur_international_hotel" HotelName="Kuala Lumpur International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Haji Hussein, off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/75/1a7511908d3e1059727bfbffbcd72ebaaff84518.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.119375" Longitude="101.676208" StarRating="5" HotelCode="311165|the_gardens_hotel_residences_st_giles_grand_hotel" HotelName="The Gardens Hotel &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran Syed Putra, Mid Valley City, Kuala Lumpur 59200, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/ce/18ce34f8cd366641f568a457b9894861ec772aad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is strategically located between Kuala Lumpur and Petaling Jaya in the precinct of T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.39" OriginalAmount="78.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146121" Longitude="101.713117" StarRating="0" HotelCode="|537813" HotelName="Axon Residence Bukit Bintang by Luna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Walter Granier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/8/1/3/537813_bf0dd8c0939.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352573-26645208/869278011589878765/1350" HotelName="AMARI KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78570000/78566100/78566041/cb857601_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427524-27591367/869278011589878765/1962" HotelName="PLATINUM 2 KLCC BY DM KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90220000/90218100/90218057/46c0a515_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.40" OriginalAmount="79.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.176028" Longitude="101.665448" StarRating="0" HotelCode="|440938" HotelName="Arte By Thomas Chan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66th Floor, Tower 2, Arte Mont Kiara Jalan Sultan Haji Ahmad Shah, Kuala Lumpur 50480 Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/3/8/440938_aab8d2f1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3957-25189888/869278011589878765/1083" HotelName="FEDERAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527700/527673/c02a3612_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.30" OriginalAmount="80.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1503447" Longitude="101.7142444" StarRating="5" HotelCode="|34937" HotelName="Pullman Kuala Lumpur City Centre  and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN CONLAY 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/3/7/34937_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 448 rooms, The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a restaurant, conference facilities, room service, a laundry service and a car park. SITUATION: This hotel is near the business district, is situated close to the embassies, close to the establishment, clients can find Petronas the towers it is close to Suria KLCC the shopping centre near the establishment, you will find Bukit Bintang the commercial area of 45 minutes away from the establishment clients have Kuala Lumpur Airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a fridge, a coffee maker, a kettle, an iron, a central air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a swimming pool, a gym and a pool bar. MEALS: Regarding the food and beverage offering, the establishment offersLa Eccucino Brasserie the restaurant. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="83.43" OriginalAmount="81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3971-25192009/869278011589878765/1451" HotelName="MAYA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/430000/426200/426172/6fa96777_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.97" OriginalAmount="81.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1264365" Longitude="101.644671" StarRating="4" HotelCode="|89490" HotelName="Petaling Jaya Marriott  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 JALAN 16/11 PUSAT DANGANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/9/0/89490_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.54" OriginalAmount="82.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1477650200825" Longitude="101.70408885954" StarRating="5" HotelCode="284649|1011785" HotelName="Lanson Place Bukit Ceylon Serviced Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Ceylon, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e7/eae7f3e2969841aeb5a6c61d12ca8abae8e98695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.135227" Longitude="101.685899" StarRating="5" HotelCode="33364|27966" HotelName="Hilton Kuala Lumpur" 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,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Stesen Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/53/04/53045ba33fa139d9d02cd5dc8f0395522c801627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Malaysia's capital city and within walking distance of the Petr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3964-25189890/869278011589878765/1614" HotelName="MELIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21200/21112/d1c17b45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-4.35665" Longitude="55.82608" StarRating="3" HotelCode="0|1165133-26472919/869278011589878765/1975" HotelName="TIMES SQUARE SERVICE SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>ANSE REUNION OPP. ROMAN CATHOLIC CH, LA DIGUE ISLAND 0000, SEYCHELLES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23040000/23038700/23038675/6f6accb7_b.jpg</HotelPictures>
        <HotelDescription>location: Le Relax Beach House is only 1 km from the La Digue Inter-Island Ferry.  Anse Source d?Agent Beach and Anse Sévère Beach are located 2 km from the guest house. rooms: Deluxe Rooms are beautifully decorated,  and an integrated restaurant at ground level is supplied with a seafront view for guests to relax and enjoy a cocktail overlooking Praslin Island. restaurant: Breakfast,  Lunch and Dinner avaialble at this property. exterior: Traditional lobby: Very Small - Less than 1 group general: Le Relax Beach House is a luxurious Seychelles lodging conveniently located along the coast of Anse Reunion on La Digue Island.. pleasenote: Honeymooners benefit is valid all year round with 03 night?s minimum stay.  Honeymooners are entitled for special candle light dinner by the pool if booked on half board, garden flowers, fruit platter, wine and a surprise gift. The offer is applicable for clients married up to 06 months prior to arrival. Wedding date to be advised at the time of booking and original wedding certificate must be presented compulsorily upon check in at the hotel. Wedding Anniversaries / Birthday Celebrants and Repeated Guests (Valid all year round with 03 night?s minimum stay) Guests celebrating their wedding anniversaries or birthdays and repeated guests will receive as well special candle light dinner by the pool if booked on half board, garden flowers, fruit platter, wine and a surprise gift.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1478810767141" Longitude="101.71451390652" StarRating="5" HotelCode="32975|the_westin_kuala_lumpur" HotelName="The Westin Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/6e/596eb9e8bd8e7f69e6ff8c2eb15321f5cb369dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Jalan Bukit Bintang, an area known as the Golden Mile, situated in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.30" OriginalAmount="84.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.151401" Longitude="101.719804" StarRating="4" HotelCode="|537657" HotelName="Eaton Residences KLCC by Luna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Jalan Kia Peng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/6/5/7/537657_673ec570911.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.05227886" Longitude="101.67926936" StarRating="3" HotelCode="852220|mokka_hotel" HotelName="Mokka Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C-2-1 To C-2-5 Jalan Jalil Perkasa 1, The Link 2, Bukit Jalil, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/dc/5bdcf4bc99ec49a2321422522729bf5fc2c66868.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|56129-25232884/869278011589878765/588" HotelName="PULLMAN KUALA LUMPUR CITY CENTRE &amp;amp; RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/899900/899847/d597ff25_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|153787-25326694/869278011589878765/787" HotelName="PARKROYAL SERVICED SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3910000/3900400/3900350/17c0b8e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1083363-26339883/869278011589878765/1670" HotelName="FAHRENHEIT88 BY SARAHS LODGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44260000/44254000/44253968/9a1b43c3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.52" OriginalAmount="87.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148135" Longitude="101.710315" StarRating="4" HotelCode="|203494" HotelName="The Kuala Lumpur Journal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 30, Jalan Beremi,Off Jalan Sultan Ismail,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/4/203494_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="90.64" OriginalAmount="88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|519962-25677550/869278011589878765/642" HotelName="VELOCITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19490000/19488500/19488464/af804aaf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.56" OriginalAmount="88.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1392667291294" Longitude="101.69222695278" StarRating="5" HotelCode="209208|918275" HotelName="The Majestic Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Sultan Hishamuddin, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/07/760795ad4508901044660cf251dc098c91af37e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Kuala Lumpur. Its setting is especially ideal for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="91.67" OriginalAmount="89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1440608-32608848/869278011589878765/2513" HotelName="KINGSTON HOTEL 1 - BUKIT BINTANG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121090000/121088100/121088008/25e59e5c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.47" OriginalAmount="89.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.119596" Longitude="101.676069" StarRating="4" HotelCode="|42903" HotelName="St Giles Mid Valley Kuala Lumpur  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Boulevard, 59, Lingkaran Syed Putra, Mid Valley City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/0/3/42903_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 448 rooms and 179 apartments. It has a lobby, a reception, a lift, conference rooms, WiFi and a restaurant. Guests can find room service, a laundry service and a car park. SITUATION: Kuala Lumpur and Petaling Jaya It is located between It is 10 minutes away from the city centre, Clients can also find, the Royal Palace and the National Museum. the KL Bird Park 15 minutes away from the establishment guests have 25 minutes away from the establishment, guests will find KLCC the shopping centre it is well-connected by train. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone and satellite or cable TV. They have a mini-bar, a coffee maker, a kettle, a safety deposit box and individual air-conditioning. FACILITIES: The establishment has a swimming pool and a gym. OTHERS: Regarding the food and beverage provision, the establishment offersSpread the restaurant breakfast, lunch and dinner service. Accepted American Express, Visa, Diners Club and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352582-26645222/869278011589878765/2622" HotelName="M RESORT AND HOTEL KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78700000/78692500/78692472/e94c1226_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1443306736773" Longitude="101.71227170005" StarRating="5" HotelCode="32974|parkroyal_kuala_lumpur_2" HotelName="PARKROYAL Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7c/ff/7cffd012c71cbcd5a4f1d54032c3946dada181ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of the Golden Triangle, Kuala Lumpur's main commercial and retail district, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.10" OriginalAmount="90.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17523" Longitude="101.66888" StarRating="4" HotelCode="|404138" HotelName="AMI Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>G-09 Arte Mont Kiara, Jalan Sultan Haji Ahmad Shah,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/3/8/404138_23e6f681023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.12" OriginalAmount="90.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1479430722699" Longitude="101.71215209276" StarRating="5" HotelCode="18437|18034" HotelName="Grand Millennium Kuala Lumpur" 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,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/27/a627d7a73ab3761323ab4b3f13fbf60e8c877b5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is strategically located in the heart of downtown Kuala Lumpur's commercial dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1538640717512" Longitude="101.71499848366" StarRating="4" HotelCode="65770|traders_hotel_kuala_lumpur_2" HotelName="Traders Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre, 50088 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/66/0266b3782bddd9d0737df763162d25a19a7bb59f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the nerve centre of Kuala Lumpur's premium conference, office, shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.24" OriginalAmount="92.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14692787" Longitude="101.66132725" StarRating="5" HotelCode="571693|2170975" HotelName="Sofitel Kuala Lumpur Damansara" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Damanlela, Bukit Damansara, 50490 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/10/e6108de648ed9d9919d18a019c60efb121f56879.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="96.82" OriginalAmount="94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|28878-25212819/869278011589878765/352" HotelName="BERJAYA TIMES SQUARE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1060000/1050500/1050442/f39eac84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.18" OriginalAmount="94.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.052135" Longitude="101.678933" StarRating="2" HotelCode="|547009" HotelName="OYO 89576 Mokka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C-2-1, The Link 2, Jalan Jalil Perkasa 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/7/0/0/9/547009_a8864042348.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.27" OriginalAmount="94.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167608" Longitude="101.693208" StarRating="5" HotelCode="|59495" HotelName="Seri Pacific  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/9/5/59495_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This deluxe hotel, with air-conditioning and has 554 rooms a safety deposit box service, a lift, a currency exchange service, a cafÃ©, a bar, a nightclub, a restaurant and a conference room. The establishment offers WiFi, a TV room, a buffet breakfast, room service, a laundry service and a car park. SITUATION: Kuala Lumpur It is in. ROOM: Guests are offered large, disabled access rooms, The rooms a bathroom with a hairdryer, a direct line telephone with an answering machine, a satellite or cable television, internet and a mini-bar. They have a coffee maker, a kettle, an ironing set, a king size or double bed, a safe and an individual air-conditioning system. FACILITIES: The establishment boasts a swimming pool with deck chairs, a playground, a gym and a jacuzzi. Guests are offered tennis courts and squash courts. MEALS: Regarding the food and beverage offering, the establishment offersZende the buffet restaurant with international cuisine and Asian specialties.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="97.85" OriginalAmount="95" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242762-26598471/869278011589878765/2370" HotelName="SKY SUITES AT KLCC KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/63000000/62960000/62958600/62958561/d6ab98c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|211728-25416070/869278011589878765/655" HotelName="WEDGEWOOD RESIDENCES BY SWISS-BELHOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6050000/6040700/6040675/b83a7564_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|56137-21309922/869278011589878765/65" HotelName="TRADERS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1470000/1468700/1468622/20f77a80_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|193158-25388652/869278011589878765/1319" HotelName="PRESCOTT INN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1200000/1195200/1195158/166c66cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1548308821927" Longitude="101.71082496643" StarRating="5" HotelCode="68113|ascott_kuala_lumpur" HotelName="Ascott Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Pinang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/ca/eacadbf99d37a38175bcb990caf9e9385524ada9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is ideally located in the central business district, adjacent to the famous Petronas ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.04" OriginalAmount="100.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14731" Longitude="101.713" StarRating="3" HotelCode="|396544" HotelName="Pavilion Fahrenheit 88 - Aj Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KL Plaza Suites, 179, Bukit Bintang Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/4/4/396544_0417f121040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1448396-32608849/869278011589878765/1777" HotelName="EATON RESIDENCE KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89800000/89795500/89795455/86705280_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1383429-27596248/869278011589878765/2135" HotelName="CROWNE PLAZA KUALA LUMPUR CITY CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/99000000/98480000/98472800/98472708/712e2f1f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.97" OriginalAmount="102.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158668" Longitude="101.703931" StarRating="0" HotelCode="|534152" HotelName="Happy Suite at Platinum KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/5/2/534152_144dc071152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.98" OriginalAmount="102.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.108924" Longitude="101.730173" StarRating="3" HotelCode="|553069" HotelName="Arte Cheras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/0/6/9/553069_d2cf7b71210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1541238519305" Longitude="101.70633226633" StarRating="5" HotelCode="17460|shangrila_hotel__kuala_lumpur" HotelName="Shangri-La" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Sultan Ismail, Kuala Lumpur 50250</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/6e/026e7e934a633206690867d633b2b1bfec75d225.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Kuala Lumpur is Malaysia's principal international arrival gateway and a central hub for bus, train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1329713-26638591/869278011589878765/1460" HotelName="ASCOTT STAR KLCC KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74600000/74595100/74595055/d74a9027_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.38" OriginalAmount="106.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15459" Longitude="101.70724" StarRating="4" HotelCode="|405274" HotelName="Saba Suites at Vortex KLCC Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53A-5, Vortex KLCC, 12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/7/4/405274_c39293d1159.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="110.21" OriginalAmount="107" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|123383-25292551/869278011589878765/755" HotelName="ROYALE CHULAN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3010000/3005200/3005109/9db0d0a7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.89" OriginalAmount="107.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153256" Longitude="101.705343" StarRating="0" HotelCode="|466460" HotelName="Indigo Kuala Lumpur On The Park, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 5 JALAN PUNCAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/4/6/0/466460_1257fdd1822.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.82" OriginalAmount="108.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1539372" Longitude="101.7061935" StarRating="5" HotelCode="|55373" HotelName="Shangri-la Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/7/3/55373_1_4577.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has tropical gardens, has luxurios rooms, 701 standard rooms and suites. SITUATION: This hotel is on Jalan Sultan Ismail (Sultan Ismail Road) 5 minutes away from the establishment, you can find the cultural area. can also find the business area and the leisure area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3973-25192010/869278011589878765/982" HotelName="GRAND MILLENNIUM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/524600/524557/9578ed73_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588721936627" Longitude="101.70001029968" StarRating="5" HotelCode="17638|16871" HotelName="Sheraton Imperial Kuala Lumpur Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/01/9901d7e43422c32f9882bea6f6743f09a027fc74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the golden triangle. Within a short distance of the hotel guests will d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.42" OriginalAmount="110.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142515" Longitude="101.710059" StarRating="3" HotelCode="|537577" HotelName="tourism Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jln Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/5/7/7/537577_3b946810927.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3976-22402218/869278011589878765/88" HotelName="SHANGRI LA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20700/20634/4a3f7452_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|104934-25281387/869278011589878765/763" HotelName="THE GARDENS - A ST GILES SIGNATURE HOTEL &amp;amp; RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26970000/26968100/26968078/e36f42f0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1156794-26458434/869278011589878765/1865" HotelName="PAVILION FAHRENHEIT 88 AJ HOME" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25030000/25025000/25024905/1f1908fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.91" OriginalAmount="112.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153996" Longitude="101.7147915" StarRating="5" HotelCode="|35580" HotelName="Traders Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/8/0/35580_1_2842.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2006, is contemporary style, ideal for holidays and business stays, has a lobby, a reception, a currency exchange service, a lift, a bar, a safety deposit box service and a restaurant. The establishment offers conference rooms, an oudooor car park, room service and a laundry service. SITUATION: This hotel is in Kuala Lumpur city centre where you can find shops, business companies and a public transport stop. Nearby, you will find the Petronas Towers. It is situated 25 minutes away from Petaling Street ROOM: Each room has a bathroom with a hairdryer, a satellite television, a mini-bar, a coffee maker, a kettle, an ironing set, an air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a spa, treatments and a massage service. can use a gym and a swimming pool with deck chairs. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: have at their disposal a restaurant and a sushi bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.47" OriginalAmount="113.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586654" Longitude="101.7005698" StarRating="5" HotelCode="|69986" HotelName="Sheraton Imperial Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/8/6/69986_1_2352.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, is rated 5 stars and has 385 standard rooms. This establishment has beautiful views, attentive service, a concierge and lifts. The establishment also offers a dry cleaner's, a laundry service, an oudooor car park (for a fee), meeting facilities, event rooms and a business centre with features that offer you the maximum level of comfort. SITUATION: This establishment is in a good area in SITUACIÃ“N:Directamente ubicado en la gran arenosa playa con vistas al ocÃ©ano. FACILITIES: The establishment boasts a fitness centre well-equipped, a swimming pool, a bar and a lounge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.75" OriginalAmount="113.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1595577956389" Longitude="101.71826541424" StarRating="5" HotelCode="68101|17954" HotelName="InterContinental Kuala Lumpur" 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,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/62/e16255b1f612b45c7d2ed81d47dd6d9b92609965.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A 90-minute drive from Kuala Lumpur International Airport, this business hotel is conveniently locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|192968-25392174/869278011589878765/1037" HotelName="E AND O RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5415200/5415195/7ca25ae0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.12" OriginalAmount="114.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156682" Longitude="101.709233" StarRating="3" HotelCode="|441010" HotelName="KL Sky Suites KLCC by SA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Jalan P. Ramlee, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 50250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/1/0/441010_957ffb21709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14830524" Longitude="101.71477583" StarRating="4" HotelCode="744314|pavilion_hotel_kuala_lumpur_managed_by_banyan_tree" HotelName="Pavilion Hotel Kuala Lumpur Managed by Banyan Tree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>170 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/8f/de8f946a550da64bca48986da0a85b0f87ff0e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location
Strategically located in Kuala Lumpur, the capital of Malaysia, Pavilion Hotel Kuala Lumpur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.08" OriginalAmount="115.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1446284" Longitude="101.7125513" StarRating="5" HotelCode="|32521" HotelName="Parkroyal Collection Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN SULTAN ISMAIL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/2/1/32521_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 348 rooms and suites. It has a lobby with a reception, a currency exchange service, a safety deposit box service and a lift. Our guests can find a cafÃ©, conference rooms and meeting rooms. The establishment also offers room service and a laundry service. SITUATION: It is inthe Golden Triangle the heart of it is in the commercial area, the business area, nearby, you will find Sungei Wang the Street of the business area and the railway station. Clients can also find Petronas the towers and the government building. ROOM: Customers can find large, comfortable rooms with a bathroom and a hairdryer. They have views of the city, a direct line telephone, a television, a mini-bar, a kettle and a coffee maker. They also have an ironing set, a double bed, a safe and an individual air-conditioning system. FACILITIES: The establishment boasts a gym, squash courts and a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offers a buffet restaurant and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.30" OriginalAmount="115.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14741" Longitude="101.71583" StarRating="4" HotelCode="|390457" HotelName="Dorsett Residences Bukit Bintang at Dorsett Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/5/7/390457_145ddbf0932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.05" OriginalAmount="116.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14262" Longitude="101.70904" StarRating="3" HotelCode="|188540" HotelName="Excellent Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Imbi, Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/4/0/188540_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242916-26598563/869278011589878765/409" HotelName="WOLO KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39810000/39808400/39808390/1d2e3eee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427502-27596614/869278011589878765/1483" HotelName="ASTRA AT 8 KIA PENG SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99450000/99441000/99440972/w3477h2577x0y7-245df2b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|167022-25341205/869278011589878765/1321" HotelName="FAHREHEIT SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4330000/4322400/4322347/5638d54b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401545-27594850/869278011589878765/2694" HotelName="INDIGO KUALA LUMPUR ON THE PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95730000/95726100/95726084/95eda7e3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.78" OriginalAmount="118.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15791" Longitude="101.704" StarRating="5" HotelCode="|400566" HotelName="DEFACE PLATINUM SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THE PLATINUM SUITES 1020 JALAN SULTAN ISMAIL 50250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/5/6/6/400566_27cd3ec0831.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.11" OriginalAmount="122.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15264" Longitude="101.714398" StarRating="5" HotelCode="|390419" HotelName="The RuMa Hotel and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Kia Peng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/1/9/390419_34438670948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.37" OriginalAmount="122.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485713" Longitude="101.7150308" StarRating="5" HotelCode="|386082" HotelName="Pavilion Kuala Lumpur Managed By Banyan Tree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>170 Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/0/8/2/386082_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15328264" Longitude="101.71025395" StarRating="3" HotelCode="872219|soho_suites_klcc_by_aloha" HotelName="Soho Suites KLCC By Aloha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Jalan Perak, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/7a/e47a513d78d03319782623a9a45a4cde06642851.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.67" OriginalAmount="123.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144659" Longitude="101.71218" StarRating="5" HotelCode="|449146" HotelName="Pan Pacific Serviced Suites Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/1/4/6/449146_50a8ee21252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="937008|dorsett_residences_bukit_bintang_klcc_ecosuites" HotelName="Dorsett Residences Bukit Bintang by EcoSuites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/1b/ab1bc704343f2696e8c9c35e817651b3a6d7e7cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|89527-25255941/869278011589878765/388" HotelName="ASCOTT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1550000/1548300/1548248/17a75971_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14779" Longitude="101.713649" StarRating="5" HotelCode="259012|jw_marriott_hotel_kuala_lumpur" HotelName="JW Marriott" Meals="ROOM ONLY" 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,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>183 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/e2/bde27996db0e4f12a267b6679ab10717bbd14acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the central business district of Kuala Lumpur, this luxury city hotel is in immed...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|28420-25213198/869278011589878765/730" HotelName="PARKROYAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14500/14489/52c2fac8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1571849681218" Longitude="101.70568585396" StarRating="5" HotelCode="16618|renaissance_kuala_lumpur_hotel_3" HotelName="Renaissance Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Sultan Ismail and Jalan Ampang, 50450 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/c1/16c1e98c4706cdb30121896745bad07ae794e6f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel complex is ideal for both business and leisure travellers, as it is located in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.79" OriginalAmount="126.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.151728" Longitude="101.716438" StarRating="0" HotelCode="|441022" HotelName="Wyndham Suites Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Changkat Kia Peng, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 50450</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/2/2/441022_4d87df31201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.02" OriginalAmount="127.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1571952" Longitude="101.7051591" StarRating="5" HotelCode="|35074" HotelName="Renaissance Kuala Lumpur  and Convention Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORNER OF JALAN SULTAN ISMAIL AND JALAN AMPANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/0/7/4/35074_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 921 standard rooms, suites and Royal Suites. The establishment has a convention centre, 15 multifunctional rooms, a ballroom, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers a cafÃ©, a restaurant, internet, a laundry service, room service and a car park. SITUATION: This hotel is in the Golden Triangle is situated in the commercial and business area, the shopping area and the leisure area. 70 minutes away from the establishment, you can find Kuala Lumpur Airport. ROOM: The rooms have a bathroom, a direct line telephone, a television, a coffee maker, a kettle, an ironing set, an air-conditioning system and a safety deposit box. FACILITIES: The establishment has an Olympic swimming pool, a gym and a spa. The establishment also offers aerobics, sports area, a jacuzzi, a sauna and a steam bath. OBSERVATIONS: Ask for the swimming pool timetables. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: In the food and drinks department, the establishment offers set menu or Ã  la carte restaurant and a barbecue.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.60" OriginalAmount="127.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1624" Longitude="101.71391" StarRating="4" HotelCode="|390472" HotelName="The Mews Klcc By Plush" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19, Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/7/2/390472_c03cd890928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1442136-28844444/869278011589878765/2665" HotelName="IMPERIAL LUXURY SUITES KLCC BY MOONWAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112070000/112067300/112067231/0639e530_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.83" OriginalAmount="129.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.157289" Longitude="101.70572" StarRating="4" HotelCode="|469032" HotelName="Four Points By Sheraton Kuala Lumpur, City Centre" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/0/3/2/469032_2a495851822.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.52" OriginalAmount="133.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1543604" Longitude="101.7121676" StarRating="5" HotelCode="|89474" HotelName="Grand Hyatt Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 JALAN PINANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/4/89474_54478380648.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14242436" Longitude="101.71070849" StarRating="0" HotelCode="846450|the_suites_times_square" HotelName="The Suites @ Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/86/ad86216ebfc87c39fe2ec1bc33217b8722ac558d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1447263-30247240/869278011589878765/2558" HotelName="KIMPTON NALURIA KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/117000000/116180000/116179500/116179439/80a0d017_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|650348-25828544/869278011589878765/1011" HotelName="DORSETT RESIDENCES BUKIT BINTANG @DORSETT KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19960000/19955100/19955076/663ae154_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.14" OriginalAmount="138.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16221586" Longitude="101.7142153" StarRating="0" HotelCode="956816|the_mews_klcc_by_plush" HotelName="The Mews Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Yap Kwan Seng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/f9/d7f9882bffa86e4921cf1dae1d0f0caf0c39537f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593081-25742320/869278011589878765/2087" HotelName="SWEET DREAM SUITES AT TIMES SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26840000/26832700/26832618/7bd067eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1527779456778" Longitude="101.70954641139" StarRating="4" HotelCode="48134|hotel_equatorial_kuala_lumpur" HotelName="EQ" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, Equatorial Plaza, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/b8/f7b89e0336484c8206c1624094a3d824c5922c8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city's commercial and entertainment district. It is within ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1468258789151" Longitude="101.71548128128" StarRating="5" HotelCode="16772|the_ritzcarlton_kuala_lumpur_2" HotelName="The Ritz-Carlton Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168, Jalan Imbi, 55100  Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/1c/751cc8e5299986f5d73e0fb70f831ade3238efa7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located near Bintang Walk, Kuala Lumpur's upscale and trendy business and enterta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1150397-26449556/869278011589878765/1787" HotelName="PLATINUM SERVICE SUITE AT THE FACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38540000/38533300/38533250/0374ed73_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572063932252" Longitude="101.71221971512" StarRating="5" HotelCode="14377|mandarin_oriental_2" HotelName="Mandarin Oriental Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre, P. O. Box 10905, 50088 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/07/2a077cd5e9c32d745c71f5a1784b714c9dfcd899.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an enviable location, offering the ideal mix of leisure, commerce and entertainment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.93" OriginalAmount="190.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14613" Longitude="101.714816" StarRating="5" HotelCode="|196828" HotelName="The Ritz-Carlton, Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>168 JALAN IMBI, KUALA LUMPUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/2/8/196828_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.35" OriginalAmount="192.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.150061" Longitude="101.714188" StarRating="5" HotelCode="|386765" HotelName="Banyan Tree Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>02 Jalan Conlay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/7/6/5/386765_1_2268.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1442133-28844436/869278011589878765/1528" HotelName="AYATT BUKIT BINTANG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109800000/109796300/109796254/7a2b9211_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586421898485" Longitude="101.70931640774" StarRating="4" HotelCode="694875|335666" HotelName="W Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f2/25f2b0293b797c2bf254fa40906ec0ed5c68eeef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|35197-27713790/869278011589878765/2203" HotelName="HOTEL ROYAL SIGNATURE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/530000/522400/522350/a7d03f65_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156098" Longitude="101.726164" StarRating="4" HotelCode="175929|62205" HotelName="Villa Samadhi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Madge, Kuala Lumpur 55000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/5a/365a2863faaa681875a16e448fe56d7816fa591e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 10 minutes’ drive from the lively parts of town such as the city centre an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|621111-12687687/869278011589878765/68" HotelName="DORSETT RESIDENCE BUKIT BINTANG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/621111/20231130123542672.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.52" OriginalAmount="197.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13679099" Longitude="101.68905771" StarRating="5" HotelCode="442587|1894855" HotelName="The St. Regis Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Stesen Sentral 2, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/3e/173e95febc1c8fd1e6e6ce4ab1313f174089b24e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="204.97" OriginalAmount="199" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1448397-32608850/869278011589878765/1739" HotelName="EATON RESIDENCE KLCC BY ROYAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111850000/111841300/111841210/c4dbc620_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.17" OriginalAmount="208.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142425" Longitude="101.710444" StarRating="3" HotelCode="|397643" HotelName="Robbinsons At Times Square Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A28-17 ,East Tower ,Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/4/3/397643_307abef1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="223.51" OriginalAmount="217" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3963-25192007/869278011589878765/1249" HotelName="MANDARIN ORIENTAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/200600/200564/032e9b29_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.62" OriginalAmount="224.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.053648" Longitude="101.670859" StarRating="3" HotelCode="|467884" HotelName="Hyatt Place Kuala Lumpur Bukit Jalil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>M-1, PUSAT PERDAGANGAN BANDAR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/8/8/4/467884_eee54231350.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.37" OriginalAmount="260.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1582474717023" Longitude="101.71390148347" StarRating="5" HotelCode="613465|2253445" HotelName="Four Seasons Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Four Seasons Place, 145 Jalan Ampang, 50450 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/b0/65b00763c677645f819028f7f5cfc382475ef5ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.33" OriginalAmount="265.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15856" Longitude="101.71335" StarRating="5" HotelCode="|219170" HotelName="Four Seasons Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/1/7/0/219170_1_393.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="292.52" OriginalAmount="284" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|545192-25699877/869278011589878765/440" HotelName="FOUR SEASONS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21130000/21122700/21122615/58a58604_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.38" OriginalAmount="285.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14133" Longitude="101.70181" StarRating="5" HotelCode="|589984" HotelName="Park Hyatt Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Level 75 Menara Merdeka 118, Presint Merdeka 118</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/9/8/4/589984_01d95de1137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="358.44" OriginalAmount="348" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|182567-32730828/869278011589878765/2642" HotelName="MAPLE SUITE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5060000/5058800/5058781/5eb904d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.85" OriginalAmount="360.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158547" Longitude="101.709461" StarRating="0" HotelCode="|455263" HotelName="Tropicana The Residences KLCC by VP" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/2/6/3/455263_645e8e31332.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="405.82" OriginalAmount="394" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437657-27930817/869278011589878765/2523" HotelName="KLCC BEYOND HOSPITALITY SUITES PLATINUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112330000/112325000/112324919/23b517e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="452.19" OriginalAmount="439.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586" Longitude="101.709316" StarRating="3" HotelCode="|397616" HotelName="The Residences Klcc - Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang Tropicana The Residences, W Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/1/6/397616_28170031032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="669.17" OriginalAmount="649.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14726" Longitude="101.72048" StarRating="0" HotelCode="|590409" HotelName="Agilesuitesklcc by TRX" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block B, Agile bukit Bintang, jalan Delima</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/0/4/0/9/590409_2dd3b2f2013.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.23" OriginalAmount="16.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12941" Longitude="101.73027" StarRating="3" HotelCode="|402363" HotelName="Twin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 &amp; 58 Jalan Jejaka 7 Taman Maluri Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.85" OriginalAmount="28.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1532247" Longitude="101.6967486" StarRating="2" HotelCode="|441263" HotelName="Mpalace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman 50100 Kuala Lumpur Federal Territory of Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.29" OriginalAmount="33.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11533" Longitude="101.668044" StarRating="4" HotelCode="|441337" HotelName="Imperial Regency Suites and Hotel Kuala Lumpur (Nexus Regency Suites and Hotel Kuala Lumpur)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tower D Bangsar Trade Cente, (formerly known as Plaza Pantai), Jalan Pantai Baru, 59200 Kuala Lumpur, Malaysia, 59200 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.48" OriginalAmount="44.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.093907" Longitude="101.73854" StarRating="4" HotelCode="|397704" HotelName="Innside by Melia Kuala Lumpur Cheras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>N-G01, Ekocheras No 693, Batu 5 Jalan Cheras, 56000, Kuala Lumpur, Malaysia,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.71" OriginalAmount="52.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.138786" Longitude="101.664807" StarRating="3" HotelCode="|440884" HotelName="Ken Bangsar By Sleepy Bear" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-2, Ken Bangsar, Jalan Kapas, Bangsar, 59100, Kuala Lumpur, 59100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.00" OriginalAmount="89.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1476869" Longitude="101.715368" StarRating="4" HotelCode="|447643" HotelName="Capri By Fraser Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 160 Jalan Imbi Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.12" OriginalAmount="150.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.152778" Longitude="101.709722" StarRating="4" HotelCode="|441299" HotelName="EQ Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Equatorial Plaza, Jalan Sultan Ismail, 50250 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Fax,Internet,Designated Smoking Area,Spa,Golf,Kitchen,Lounge,Massage Centre,Central Heating,Jacuzzi,Wheelchair Access,Swimming Pool,Garden,Bicycle Rental,24 Hour Front Desk,Elevator,LCD/Projector,Luggage Storage,Vending Machine,24 Hour Security,Airport Transfer (on Demand),Business Centre,Parking,24 Hour Room Service,Meeting Room,24 Hour Power Supply,Housekeeping,Beauty Salon,Coffee Shop,Banquet Hall,Dining,Printer,Wake-up Call Service,Pets allowed,Kids Play Area,ATM/Cash Machine,Babysitting,Concierge,Porter,Smoking Rooms,Travel Desk,Valet Parking,Dry Cleaning</BasicAmenities>
    <HotelRating>3,4,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,BEACH HOTEL,CLUB RESORT,SPA HOTEL,ECO HOTEL,GUESTHOUSE,VILLAGE,HOTEL,GUEST HOUSES,MOTEL,INNS,RESIDENCE,APARTMENT,HOSTELS,APARTHOTEL,RESIDENCES</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
6ae431ec-2b70-43fa-b346-040ed154822a|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="6ae431ec-2b70-43fa-b346-040ed154822a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="62750" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-06T00:00:00" End="2026-06-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="saad.asaishtravels@gmail.com" Password="Revelon123$" RequestedCurrency="GBP" ClientNationality="PK" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6ae431ec-2b70-43fa-b346-040ed154822a|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6ae431ec-2b70-43fa-b346-040ed154822a|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
6ae431ec-2b70-43fa-b346-040ed154822a|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:103d6246-aae6-4324-8049-f381bdd92c06
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6ae431ec-2b70-43fa-b346-040ed154822a|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6ae431ec-2b70-43fa-b346-040ed154822a|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-03T08:12:34.6943251+01:00" Version="0" EchoToken="Search" TransactionIdentifier="6ae431ec-2b70-43fa-b346-040ed154822a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="8.48" OriginalAmount="8.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1420921563536" Longitude="101.69785533251" StarRating="2" HotelCode="404299|2264535" HotelName="Oasis Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125A Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/f6/a2f61567aff24e4f2ce4fc88d4b0b1bfcaf7953d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.27" OriginalAmount="9.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14619422" Longitude="101.70066692" StarRating="0" HotelCode="741440|kl_city_lodge_" HotelName="KL City Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Concierge,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16A Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2b/272b06a5f024ed2e7857d338521cc33256c79d1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chinatown, KL City Lodge promises a relaxing and wond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.05" OriginalAmount="9.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16725" Longitude="101.69807" StarRating="2" HotelCode="|235587" HotelName="O Shalimar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>510-512 Jalan Tuanku Abdul Rahman First Floor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/8/7/235587_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.05" OriginalAmount="9.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.02488" Longitude="101.716036" StarRating="2" HotelCode="|153846" HotelName="Sun Inns D'mind 2 Seri Kembangan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, Jalan Dagang Sb 4/2, Taman Sg Besi Indah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/4/6/153846_est.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has WiFi (free of charge) and a restaurant. SITUATION: This hotel Minas Waterfront Business Park it is situated 1 kilometre away from Mid Valley City it is 15 minutes drive away from Where clients can find dining facilities, shopping areas, leisure areas and the business area. the hotel Putrajaya it is 10 minutes drive away from Sunway Lagoon and las Torres Petronas it is 25 minutes drive away from it is 40 minutes drive away from Kuala Lumpur Airport. ROOM: The rooms have an air-conditioning system, a fan, a flat-screen television, a direct line telephone, a bathroom with a shower, a hairdryer and hot water. On request, the establishment offers an iron and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.09" OriginalAmount="9.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14560472" Longitude="101.70984469" StarRating="3" HotelCode="597155|2381765" HotelName="ABS Bintang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 &amp; 87 Jalan Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/76/ea764a94c47044f01270b967965cc35f4c0ea48c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.14" OriginalAmount="9.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.22443" Longitude="101.67127" StarRating="3" HotelCode="|592161" HotelName="Sun Inns Batu Caves" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Seri Utara 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/2/1/6/1/592161_90e030b2012.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.25" OriginalAmount="9.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.806111" Longitude="101.715471" StarRating="2" HotelCode="|398376" HotelName="Oyo 414 Adiff Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Bunga Raya 2, Bandar Baru Salak Tinggi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/7/6/398376_b68cc710714.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.30" OriginalAmount="10.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20625" Longitude="101.72054" StarRating="0" HotelCode="|235459" HotelName="Fast Setapak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 26, Jalan 8/23E. Taman Danau Kota, Off Jalan Genting Klang, Setapak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/5/9/235459_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.66" OriginalAmount="10.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21326" Longitude="101.71204" StarRating="0" HotelCode="|235702" HotelName="Fast Idaman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 34-3, Jalan Jernai 3, Medan Idaman Business Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/0/2/235702_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.01" OriginalAmount="10.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1769032" Longitude="101.6878119" StarRating="2" HotelCode="|398360" HotelName="OYO 724 Hotel Madras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>343 Jalan Ipoh, 2 1/2 Mile</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/6/0/398360_5c5b6b20712.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.02" OriginalAmount="10.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14488" Longitude="101.6986" StarRating="3" HotelCode="|394201" HotelName="Tang City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95-97 JLN SULTAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/0/1/394201_257bd6f1057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.29" OriginalAmount="10.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15815839" Longitude="101.75039774" StarRating="2" HotelCode="915306|2261455" HotelName="Ampang Point Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 &amp; 19 Level 1,2,3, Jalan Mamanda 5, Ampang Point, KLCC Ampang, Kuala Lumpur, Selangor 68000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a1/1da188bc8bcd469ea75c7d108ef48b2d0e8e1ea1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11.33" OriginalAmount="11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17694321" Longitude="101.68781733" StarRating="2" HotelCode="852206|388006" HotelName="Madras Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>343 km 4, 51100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/d1/f5d167fb6716bdfe42520427d55dc05ebbcc81fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21033683" Longitude="101.74676539" StarRating="2" HotelCode="321138|new_wave_hotel_sdn_bhd_melawati_h2" HotelName="New Wave Hotel Melawati" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>284 Jalan Bandar 11, Taman Melawati, 53100 Kuala lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/08/5b08a244afb4e932298310ae638e6f3c1459d7ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Rawang New Wave Hotel is just 6 km from Ampang Point Shopping Centre. It provides free p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1453871897669" Longitude="101.6966304849" StarRating="2" HotelCode="380852|the_explorers_guesthouse" HotelName="The Explorers Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>128 &amp; 130 Jalan Tun H S Lee, 50000 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ee/f4eee80ffff953482a8b7725e13eeb4c2ec7e883.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.2016792" Longitude="101.67097806" StarRating="2" HotelCode="563759|hotel_de_ideal" HotelName="Hotel De Ideal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>B-G-13 Pusat Komersial, Jalan Kuching Boulevard Business Park, 115 Jalan Kepayang Off Jalan Kuching, 50250 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/0b/e40b122595e4a155352323c903bfbaf229f5df78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1656590319992" Longitude="101.69608458455" StarRating="3" HotelCode="438006|rafee_hotel_kuala_lumpur" HotelName="Hotel Grand Mutiara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/0a/f30a989a65fbb3bf60e4aef7cb0f9a51453d221c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16330971" Longitude="101.69882557" StarRating="2" HotelCode="553339|shalimar" HotelName="Shalimar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>510-512 Jalan Tuanku Abdul Rahman, First Floor, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/fa/7cfa034c29d137bf46a92cc7efb05ee140503f8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.40" OriginalAmount="11.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17645" Longitude="101.69934" StarRating="2" HotelCode="|234824" HotelName="Swing &amp; Pillows - KL Pekeliling" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3, Jalan Sarikei, Off Jalan Pahang Barat,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/8/2/4/234824_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.52" OriginalAmount="11.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1454" Longitude="101.69662" StarRating="0" HotelCode="|189096" HotelName="The Explorers Guesthouse and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 128 and 130 Jalan Tun H.S Lee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/9/6/189096_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.54" OriginalAmount="11.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.32128" Longitude="101.57573" StarRating="2" HotelCode="|606137" HotelName="New Rawang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 105-A Jalan Maxwell</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/1/3/7/606137_88620880032.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.55" OriginalAmount="11.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14761" Longitude="101.71104" StarRating="2" HotelCode="|188484" HotelName="33 Star by The Sqwhere" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 56 y 58, Bangunan Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/8/4/188484_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.63" OriginalAmount="11.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1458569" Longitude="101.702258" StarRating="2" HotelCode="|188719" HotelName="Kameleon Travellers Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 60, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/9/188719_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.73" OriginalAmount="11.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1937" Longitude="101.66949" StarRating="2" HotelCode="|238758" HotelName="De Ideal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B-G-13 Boulevard Business Park 115 Jl. Kepayang, off Jl. Kuching</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/7/5/8/238758_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.73" OriginalAmount="11.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.22651" Longitude="101.67137" StarRating="1" HotelCode="|196209" HotelName="Oyo 766 Times Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 22, Jalan Seri Utara 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/2/0/9/196209_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.76" OriginalAmount="11.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1425" Longitude="101.698" StarRating="2" HotelCode="|397393" HotelName="OYO 761 City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118-120 Jalan Petaling,City Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/9/3/397393_ef4890b1115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.81" OriginalAmount="11.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.9817695" Longitude="101.6522613" StarRating="2" HotelCode="|398370" HotelName="OYO 502 Midah Inn Puchong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN SURIA PUCHONG 1 PUCHONG GATEWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/7/0/398370_f7d2d1a0703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.90" OriginalAmount="11.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14648604018" Longitude="101.69605462702" StarRating="2" HotelCode="305896|2264455" HotelName="Leo Leisure Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/34/22345caf5a948f59f94d334bcbdd0c049bfa21d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.91" OriginalAmount="11.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.073614" Longitude="101.601321" StarRating="1" HotelCode="|398351" HotelName="Golden Night Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.18, Jalan PJS 10/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/5/1/398351_24eb2be0744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.04" OriginalAmount="11.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142707" Longitude="101.69791333333" StarRating="2" HotelCode="901204|2263405" HotelName="My City Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Jalan Petaling, City Centre, 50000 Kuala Lumpur, Federal Territory of Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/3c/163c2749f3b5ad6a952963d145ff7416580473e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.05" OriginalAmount="11.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.32079" Longitude="101.57721" StarRating="2" HotelCode="|606128" HotelName="New Wave Rawang Star" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 41, Jalan Bandar rawang 15, Bandar Baru Rawang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/1/2/8/606128_82c571f0026.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.07" OriginalAmount="11.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14547965" Longitude="101.70839229" StarRating="2" HotelCode="584543|2537315" HotelName="Hotel Elwarda KL City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>42-3D Jalan Alor, 3rd Floor, Wisma City Tower, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3d/0f3dc40f5fe953a27d80b31830017c2ccf38f2af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.16" OriginalAmount="11.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14655" Longitude="101.708" StarRating="3" HotelCode="|397850" HotelName="D'lima Inn Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO-48, Tengkat Tong Shin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/8/5/0/397850_3a9e29c0710.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.18" OriginalAmount="11.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16235" Longitude="101.64938" StarRating="2" HotelCode="|196081" HotelName="New Wave Sri Hartamas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 15, Jalan 26 / 70A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/8/1/196081_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.24" OriginalAmount="11.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1414234881337" Longitude="101.69719691344" StarRating="2" HotelCode="380853|1225678" HotelName="TheTravel Hub" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5-1 Jalan Balai Polis, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/b0/afb0690e71701cafeabdcf05a01b2bc443556fa0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.34" OriginalAmount="11.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14548" Longitude="101.70844" StarRating="0" HotelCode="|238899" HotelName="Spot On 90138 Elwarda Klcity" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42-3D, 3rd Floor, Jalan Alor Wisma City Tower</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/8/9/9/238899_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17665163" Longitude="101.69936589" StarRating="2" HotelCode="321184|swiss_cottage_hotel" HotelName="Swiss Cottage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Sarikei, off Jalan Pahang Barat, 53000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/e5/36e5fb380f0831e8980b306282badd6ba508e399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16211669" Longitude="101.64936066" StarRating="2" HotelCode="321142|new_wave_sri_hartamas" HotelName="New Wave Hartamas (H1)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Jalan 26/70A, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/ff/89ff6a3e748a39d04ef955d40aaed69bd180d968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.152973131447" Longitude="101.697705681" StarRating="1" HotelCode="338169|perfect_class" HotelName="Perfect Class Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry,Smoking Rooms,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>91A Medan Bunus, Off Jalan Masjid India, 51000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/45/67458c2879cdaf3203bf98b8640d245b4fcfe497.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect Class in Kuala Lumpur is within walking distance to Chinatown Central Market and Merdeka Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20623286" Longitude="101.72059589" StarRating="2" HotelCode="519728|fast_hotel_setapak" HotelName="Fast Hotel Setapak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Jalan 8/23E Taman Danau Kota, Off Jalan Genting Kelang, 53300 Kuala Lumpur, Setapak</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/b1/b1b1727ac16e24f79fb14ebae25dc66bb31f3d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Fast Hotel Setapak in Kuala Lumpur, you'll be close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14479638" Longitude="101.69858683" StarRating="3" HotelCode="585308|tang_city_hotel" HotelName="Tang City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95-97 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/3a/df3a0a6b32daa5ad8f9bcab8a89586a61618aefe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19537631" Longitude="101.63291155" StarRating="0" HotelCode="694838|raintree_hotel_" HotelName="Raintree Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Beauty Salon,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan 7A/62A, Level 3A, Wisma Menjalara, Bandar Manjalara, Kepong, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/e1/dfe19a8356aa289183122c51fa1577c4d7448720.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Raintree Hotel to discover the wonders of Kuala Lumpur. The hotel offers guests a range of s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1291168177167" Longitude="101.71225819567" StarRating="3" HotelCode="915301|leo_express_hotel" HotelName="Leo Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Jalan Sungai Besi, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/26/98262e5e6a6f90787eaa31b9f52266345d2dfdfd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.44" OriginalAmount="12.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14079" Longitude="101.70948" StarRating="0" HotelCode="|234697" HotelName="Revopackers Beds and Bunks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258, Jalan Changkat Thambi Dollah Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/9/7/234697_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.63" OriginalAmount="12.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14119" Longitude="101.69768" StarRating="2" HotelCode="|189101" HotelName="Travel Hub Highstreet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13-1, Jalan Balai Polis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/0/1/189101_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.63" OriginalAmount="12.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14281" Longitude="101.69787" StarRating="0" HotelCode="|188917" HotelName="My City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118-120A, Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/1/7/188917_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.69" OriginalAmount="12.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.192544" Longitude="101.625799" StarRating="2" HotelCode="|391491" HotelName="Sun Inns Hotel Kepong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 25 &amp; 27, Jalan Medan Putra 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/9/1/391491_7289ce41042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.73" OriginalAmount="12.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21171956" Longitude="101.64592574" StarRating="2" HotelCode="852052|3122845" HotelName="Fumah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 &amp; 3 Jalan Ambong 2, Kepong Baru, 52100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/7c/ac7cfbff9706969fdb7f2d914a7ef4dde2fd186c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.79" OriginalAmount="12.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.075112" Longitude="101.611837" StarRating="2" HotelCode="|178564" HotelName="Sun Inns Sunway Mentari 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Pjs 8/5, Dataran Mentari, Bandar Sunway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/6/4/178564_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.82" OriginalAmount="12.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.03007" Longitude="101.70544" StarRating="2" HotelCode="|606142" HotelName="ARK Seri Kembangan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 40, Jalan SR 1/9, Taman Serdang Raya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/1/4/2/606142_8e716da0038.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.86" OriginalAmount="12.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14343" Longitude="101.743968" StarRating="0" HotelCode="|188489" HotelName="Ampang Business" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-15, Jalan Pandan Prima 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/8/9/188489_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.86" OriginalAmount="12.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1458900876734" Longitude="101.70197078515" StarRating="3" HotelCode="304399|1030978" HotelName="Sandpiper Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/c2/95c2ecfb1996e02ad79cfbbcd33f51ad8c0be12f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.15" OriginalAmount="12.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143984" Longitude="101.695774" StarRating="2" HotelCode="|402231" HotelName="Oyo 552  Kl Centre Point" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/2/3/1/402231_11ddb501041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.23" OriginalAmount="12.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14486" Longitude="101.69576" StarRating="0" HotelCode="|188734" HotelName="Leo Leisure At Central Market" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6, Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/3/4/188734_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.31" OriginalAmount="12.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16564" Longitude="101.696239" StarRating="3" HotelCode="|397419" HotelName="Grand Mutiara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110, Jalan Raja Laut</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/1/9/397419_fada6321458.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.32" OriginalAmount="12.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19542" Longitude="101.632869" StarRating="0" HotelCode="|464591" HotelName="Raintree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16,Level 3A,Wisma Menjalara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/5/9/1/464591_dc21bcd0844.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.35" OriginalAmount="12.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14846" Longitude="101.697301" StarRating="2" HotelCode="|391460" HotelName="Yy48" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 48 Jalan Tun Perak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/6/0/391460_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14426309" Longitude="101.6975583" StarRating="2" HotelCode="321152|petaling_street_hotel" HotelName="Petaling Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>55 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/a2/e8a2cb893b06821ce8c11cf437de35170da58368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.177822" Longitude="101.686382" StarRating="2" HotelCode="187984|bestotel" HotelName="SCC Hotel City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>368 Jalan Sultan Azlan Shah, 2 ½ mile Jalan Ipoh, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/b0/b6b0feb34da951341f99076f411762740551551c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14399620615" Longitude="101.69777580154" StarRating="3" HotelCode="145961|hotel_china_town_inn" HotelName="China Town Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/a0/5ba04a599257d4054ba5b5a94ddf49a20d064801.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Kuala Lumpur's Chinatown. Chinatown Market is right in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16735535" Longitude="101.69920166" StarRating="3" HotelCode="321279|crossroads_hotel_2" HotelName="Crossroads Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/06/59067ec26ecb8b41e7f0f9a084ea76b044cf5d41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1410635883094" Longitude="101.70913660531" StarRating="2" HotelCode="384843|orkid_inn_pudu" HotelName="Revopackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>258 Jalan Changkat Thambi Dollah, Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/0c/650c35df880a35230f68e16ef5915c8cb7c020da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1489017067468" Longitude="101.69674617093" StarRating="1" HotelCode="341297|w_hotel_8" HotelName="W Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Tun Perak, City Centre, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/25/fa254c6ea9f54a3845fe5ee84e6d800b2d18c585.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Happy Holiday Hotel is located at Jalan Tun Perak just only a few meter from Masjid Jamek LRT statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14421725" Longitude="101.69592191" StarRating="3" HotelCode="876912|oyo_552_hotel_kl_centre_point" HotelName="Hotel KL Centre Point By OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Unit 56 Jalan Hang Kasturi, First Floor, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/2b/652b13c9ac6f5159526252477660ab5994eb02ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21036406" Longitude="101.61534138" StarRating="3" HotelCode="867056|silver_sky_hotel_2" HotelName="Silver Sky Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3.2A Jalan Desa 2/2, Desa Aman Puri, 52100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/5b/715bf59dca6b3c977682a5a3880b225d61c3a168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.40" OriginalAmount="13.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12958" Longitude="101.67974" StarRating="0" HotelCode="|236366" HotelName="The Bodhi Lodge -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18A, Jalan Kemuja, Bangsar Utama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/3/6/6/236366_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.43" OriginalAmount="13.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14253721" Longitude="101.74146111" StarRating="2" HotelCode="341534|1194428" HotelName="Ampang Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-15 Jalan Pandan Prima 1, Dataran Pandan Prima, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/18/5218f569b54caa6a73ce9faeb66a1b50cca6d01f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.44" OriginalAmount="13.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144154" Longitude="101.698669" StarRating="0" HotelCode="|397699" HotelName="Nan Yeang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>87, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/9/9/397699_7fbb2ce0835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.52" OriginalAmount="13.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.31884" Longitude="101.57764" StarRating="2" HotelCode="|397502" HotelName="Rawang Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 3A, Jalan BR 10, Bandar Baru Rawang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/5/0/2/397502_9264cac1254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.54" OriginalAmount="13.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12609" Longitude="101.70956" StarRating="2" HotelCode="|189103" HotelName="Swing &amp; Pillows - KL Sg Besi formerly known as U Pac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2, Jalan Lapangan Permai 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/0/3/189103_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.85" OriginalAmount="13.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.049026" Longitude="101.585881" StarRating="0" HotelCode="|398129" HotelName="Best View Boutique Hotel Taipan USJ" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 1,3 &amp; 5, Jalan USJ 10/1A, USJ Taipan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/1/2/9/398129_988d41d0828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.94" OriginalAmount="13.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1260265616631" Longitude="101.7096662875" StarRating="2" HotelCode="341778|1234888" HotelName="U Pac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-6 Jalan Lapangan Permai 1, Off Jalan Sungai Besi batu 2, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/41/1f414f03078252e9db64a62c1961524c4e5ab55f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.07" OriginalAmount="13.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14895" Longitude="101.69679" StarRating="3" HotelCode="|396805" HotelName="AL Amin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Tun Perak Wisma Lau Chung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/8/0/5/396805_b4a8bec1340.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.19" OriginalAmount="13.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1291713" Longitude="101.7121929" StarRating="3" HotelCode="|177268" HotelName="Leo Express" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59-65, Jalan Sungai Besi,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/7/2/6/8/177268_1_1377.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.21" OriginalAmount="13.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1619303878901" Longitude="101.6490413557" StarRating="2" HotelCode="341535|1194358" HotelName="Hartamas Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Jalan 27/70A, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/9f/b69f11a58da42ce4e497016126f147e777944b79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.24" OriginalAmount="13.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14568" Longitude="101.70247" StarRating="2" HotelCode="|188720" HotelName="Kawana Tourist Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.68, Jalan Pudu Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/2/0/188720_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.33" OriginalAmount="13.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15207" Longitude="101.69693" StarRating="1" HotelCode="|188948" HotelName="Spot On 89962 Perfect Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91A, Medan Bunus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/4/8/188948_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.35" OriginalAmount="13.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13202" Longitude="101.68813" StarRating="2" HotelCode="|234391" HotelName="Pods The Backpackers Home And Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>G-6, No 30 Jalan Thambipillay, Brickfields</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/3/9/1/234391_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146628" Longitude="101.708565" StarRating="2" HotelCode="|524669" HotelName="Red Velvet Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Rembia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/6/9/524669_6a418510930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1296158512296" Longitude="101.7151916027" StarRating="3" HotelCode="187201|onestop_residence_hotel" HotelName="One-Stop Residence Hotel &amp; Office" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Metro Pudu, Gate 3, Main Lobby, Metro Mall, Fraser Business Park, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/bb/bebb1241a56374e60e0ab1e9d31208af3d1f0196.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 4 km away from KLCC and 3 km away from Bukit Bintang Shopping Paradise. It provides gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1488638043941" Longitude="101.69724811539" StarRating="3" HotelCode="380850|hotel_1915" HotelName="Hotel 1915 Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>49 Jalan Leboh Ampang, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/ab/37ab8544d96361a340b9599b02adea687d3da52f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485017193025" Longitude="101.69749998933" StarRating="3" HotelCode="345723|yy48_hotel" HotelName="YY48 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Jalan Tun Perak, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/73/b67336fee8f84ddc3e89cad3648cf5c0bea6a01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;YY48 Hotel is a popular choice amongst travelers in Kuala Lumpur, whether exploring or just passing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13339674" Longitude="101.71473735" StarRating="0" HotelCode="741426|golden_asean_" HotelName="Golden Asean Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>520-522 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/84/02844738a0fca8c7b417a5d72b35d2615a9f399a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Golden Asean Hotel to discover the wonders of Kuala Lumpur. Offering a variety of facilities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.02604" Longitude="101.72496818" StarRating="0" HotelCode="835762|mine" HotelName="Mine Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Sungai Besi Indah 5/2, Seri Kembangan, Balakong, 43300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/75/4975199612228ab757419d800e9b108bd13447b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Seri Kembangan / Balakong, Mine Hotel is a perfect starting point from which to explore K...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16702382" Longitude="101.6962541" StarRating="0" HotelCode="756617|new_eastern_hotel_" HotelName="New Eastern Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>152-A Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/63/c36306b473f1dbcdf79786621bf13f08e7ce7364.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Chowkit / Putra WTC, New Eastern Hotel is a perfect starting point from which to explore ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.44" OriginalAmount="14.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17755" Longitude="101.68684" StarRating="2" HotelCode="|232180" HotelName="Scc City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 368, Jalan Sultan Azlan Shah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/1/8/0/232180_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.44" OriginalAmount="14.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14242" Longitude="101.69749" StarRating="0" HotelCode="|235151" HotelName="City Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 11, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/1/5/1/235151_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.50" OriginalAmount="14.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.209907" Longitude="101.747501" StarRating="2" HotelCode="|402682" HotelName="ARK Taman Melawati Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>261, Jalan Bandar 12, Taman Melawati</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/6/8/2/402682_691a0eb1221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.51" OriginalAmount="14.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1517292525529" Longitude="101.69577947976" StarRating="3" HotelCode="542843|2537195" HotelName="Adya Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21-2 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/2d/e92dd578321aee3acbbdc7fe3d17abcd814235e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.51" OriginalAmount="14.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1434203816753" Longitude="101.70755831466" StarRating="3" HotelCode="915313|1161408" HotelName="Golden Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>174-176 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/1e/ab1e2ffa2e1dca934ad9a8e4a033a5625f679fe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.67" OriginalAmount="14.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14571" Longitude="101.70201" StarRating="3" HotelCode="|188596" HotelName="99 Pudu Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44A-44B, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/9/6/188596_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.70" OriginalAmount="14.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19954819" Longitude="101.58483333" StarRating="2" HotelCode="321141|2280645" HotelName="New Wave Sg Buloh - DD" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>A201 Jalan PJU 10/2A, Damansara Damai, Sungai Buloh, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/f0/22f0a0b0e48ffc034fe609198f73f2d2aca81bb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.77" OriginalAmount="14.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145943" Longitude="101.701654" StarRating="3" HotelCode="305892|1519268" HotelName="Hotel 99 Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44A - 44B Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/09/b4099d678eee33d0b167f679fdc2e70e0efb8f98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.02" OriginalAmount="14.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143951" Longitude="101.697858" StarRating="2" HotelCode="|178298" HotelName="China Town 2 Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70-72 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/2/9/8/178298_1_6000.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.09" OriginalAmount="14.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139257" Longitude="101.709843" StarRating="3" HotelCode="904612|227056" HotelName="Sentral Pudu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.310 Jalan Pudu, Off Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/32/9332b545ff34951837770e3395bfc79e5e626627.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a prime location in Kuala Lumpur, located within a 10-minute walk of Times Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.34" OriginalAmount="14.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15457" Longitude="101.69644" StarRating="3" HotelCode="|239711" HotelName="T Jalan Tar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157&amp; 159, Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/1/1/239711_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.34" OriginalAmount="14.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19755487" Longitude="101.72074112" StarRating="3" HotelCode="553598|3121915" HotelName="Worldview Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29-35 Jalan 10/23A, Medan Makmur, 53200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/4f/f24f3415f0730806c4d66ca6f2a7c7c398de0852.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="2" HotelCode="601999|236313" HotelName="Just In Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan 1/154, Taman Bukit Anggerik, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/5c/af5cdad0b87b035ea1dcf03d6846000d40d0f285.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # When you stay at Just In Hotel in Kuala Lumpur, you'll be close to Aeon Cher...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12944444" Longitude="101.67959287" StarRating="2" HotelCode="584983|225895" HotelName="The Bodhi Lodge Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18A Jalan Kemuja, Bangsar Utama, 59000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/90/d390b611b21814b7c86b948ba9fdd94f8abb4464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1365953299055" Longitude="101.70258184789" StarRating="3" HotelCode="211922|ihotel__maharajalela" HotelName="I-Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 Jalan Maharajalela, 50150 Kuala Lumpur, Wilayah Perseketuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/0a/530ae82c8c12914d1a3fad738bb84fc6063f0058.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14558682" Longitude="101.70713608" StarRating="1" HotelCode="610825|dorms_kl" HotelName="Dorms KL" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Tengkat Tong Shin, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/8e/908e3bc2518fb90321bf27ac0a0a645e8f2206d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Dorms KL in Kuala Lumpur (Bukit Bintang), you'll be minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14270916" Longitude="101.69654978" StarRating="2" HotelCode="560448|birdnest_collective_cafe_guesthouse" HotelName="Birdnest Collective Cafe &amp; Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Bar,Designated Smoking Area,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>210 Jalan Tun HS Lee, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/7a/867aad18731bfb3d0f041932c7f3ca93efe7f937.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chinatown, Birdnest Collective Cafe &amp; Guesthouse prom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15457849" Longitude="101.69646311" StarRating="3" HotelCode="519738|thotel_jalan_tar" HotelName="T-Hotel Jalan Tar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>157 &amp; 159 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/16/c4162e2b419e49ab1aafd2b167b030c8a0794909.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16558524" Longitude="101.7017529" StarRating="2" HotelCode="782990|hotel_raja_bot" HotelName="Hotel Raja Bot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Jalan Raja Bot, 78-G 78-M 78-1 78-2 78-3 80-2 80-3, Chow Kit, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/09/e10993efeabe761043463ce6c31a77fba6cca805.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.48" OriginalAmount="15.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1330412630054" Longitude="101.68892632639" StarRating="2" HotelCode="304398|1059388" HotelName="Metro Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Thambypillai, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/2a/462a2eb6939d2f0d1c75808f0f5338790b48856a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.69" OriginalAmount="15.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.166615" Longitude="101.695868" StarRating="2" HotelCode="|456044" HotelName="Seri Putra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 &amp; 52 Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/0/4/4/456044_53d46521707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.80" OriginalAmount="15.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14731" Longitude="101.70947" StarRating="2" HotelCode="|589514" HotelName="MSP" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Berangan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/5/1/4/589514_7ba24ed2043.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.86" OriginalAmount="15.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1518118" Longitude="101.6958198" StarRating="3" HotelCode="|69987" HotelName="Citin Masjid Jamek By Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LOT N 7 SEKSYEN 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/8/7/69987_e702bbe1659.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 138Â comfortable, modern rooms with an air-conditioning system, cable television, WiFi (free of charge) and a bathroom. FACILITIES: With regards to the food and beverage offering, there isCitin CafÃ© the restaurant local dishes and Western dishes. The establishment also offers internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.99" OriginalAmount="15.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1510832003849" Longitude="101.69651408709" StarRating="3" HotelCode="146010|120504" HotelName="Citin Masjid Jamek" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot No 7, Seksyen 33, Jalan Melayu, Off Jalan Masjid, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/5c/5d5c253f359855b8fa3f87f9185cd9bca76dafc5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Kuala Lumpur’s commercial centre. The hotel is situated less t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.01" OriginalAmount="15.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14661252" Longitude="101.70955892" StarRating="3" HotelCode="419577|2537405" HotelName="Alor Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>79A Changkat Bukit Bintang, (at the junction of Jalan Alor), 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/69/1869aa7ae8c8682a004c35b6ec53cfe2f5e87dda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Alor Boutique Hotel in Kuala Lumpur (Bukit Bintang)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.11" OriginalAmount="15.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15157" Longitude="101.69573" StarRating="3" HotelCode="|391707" HotelName="Adya Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 27, Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/0/7/391707_9bbd8e01023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.11" OriginalAmount="15.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14502" Longitude="101.69866" StarRating="0" HotelCode="|235165" HotelName="Sohotown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/1/6/5/235165_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.18" OriginalAmount="15.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09138336" Longitude="101.68840805" StarRating="1" HotelCode="338501|3133725" HotelName="Time Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Kuchai Maju 2, Off Jalan Kuchai Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/e6/cfe673648dbcfaa9c3872b9c05258673f5c317bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.19" OriginalAmount="15.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17129224" Longitude="101.6953145" StarRating="2" HotelCode="321125|1169118" HotelName="My Home Hotel Pekeliling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Jalan Lumut, Complex Damai, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/f6/44f69f5500e50c9a93d71fdb8b3461ff1e7a4cda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is conveniently situated close to the well-known Putra World Trade Centre and Pet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.21" OriginalAmount="15.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.152474" Longitude="101.696971" StarRating="2" HotelCode="188004|1206338" HotelName="Palace Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 40-46 Jalan Masjid India, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/0e/6d0e14b6a309523df86010533784822addd0ff5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.22" OriginalAmount="15.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451739508158" Longitude="101.71421957619" StarRating="2" HotelCode="915316|1159138" HotelName="Victory 2 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Imbi 114, 114-1, 114-2, 114-3, Mezzanine, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/d1/e2d17e5ce1dbfae1f6b4c3de0d5a521a9f46e0ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Kuala Lumpur, this boutique hotel is ideal for guests who appreciate a styli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.23" OriginalAmount="15.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19778" Longitude="101.72055" StarRating="0" HotelCode="|235695" HotelName="Worldview Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29-35, Jalan 10/23A, Medan Makmur Jalan Usahawan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/6/9/5/235695_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.30" OriginalAmount="15.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.091681" Longitude="101.5434323" StarRating="2" HotelCode="|398361" HotelName="Meria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 22 Block 3 Laman Seri Business Park, Seksyen 13, Shah Alam, Selangor, 40100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/6/1/398361_7c142530744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.34" OriginalAmount="15.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1386055" Longitude="101.7099902" StarRating="2" HotelCode="|397482" HotelName="Yy318  Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>318, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/8/2/397482_00e72801100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.37" OriginalAmount="15.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15846" Longitude="101.75006" StarRating="2" HotelCode="|189061" HotelName="Safari" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 9-12, Jalan Mamanda 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/6/1/189061_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.37" OriginalAmount="15.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14243149" Longitude="101.6973262" StarRating="2" HotelCode="548964|2253745" HotelName="City Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/9c/399c3136f1a6b8adc8e487564d6f7ec89fcd90c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.39" OriginalAmount="15.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1438257" Longitude="101.6977337" StarRating="2" HotelCode="163463|1567258" HotelName="Hotel Chinatown 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70-72 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/0c/3a0c0ca5dd2414e688fdbfb9b36b8df8d0d8d0c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.40" OriginalAmount="15.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.163168" Longitude="101.698211" StarRating="2" HotelCode="|468297" HotelName="Kingston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 405, Wisma Dato' James Tan Yin Wah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/2/9/7/468297_44d382b1128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.42" OriginalAmount="15.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1328318" Longitude="101.7181068" StarRating="2" HotelCode="|203388" HotelName="Zen Rooms Sakura Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>327 &amp; 329 Jalan Tun Razak (Pudu)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/3/8/8/203388_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13529621" Longitude="101.69104738" StarRating="3" HotelCode="362980|royce_hotel_kl_sentral_2" HotelName="Royce Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 &amp; 22 Jalan Tun Sambanthan 3, Brickfields, 50470 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b4/59b498ce5c1c857e7e857789dbe70d3d95f86870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17211784" Longitude="101.69735555" StarRating="3" HotelCode="488858|le_ruiz_boutique_hotel" HotelName="Le Ruiz Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Cemur, Off Jalan Pekeliling Lama, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/77/9a77c74346c6169cddb921a12296be79c809dfd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuala Lumpur. For guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17692997" Longitude="101.68767093" StarRating="2" HotelCode="511725|madras_hotel" HotelName="Madras Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>343 Jalan Sultan Azlan Shah, 2 1/2 Mile Jalan Ipoh, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/89/238915ea9fc20a338a89739b0000bbd229d25ff9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14918968" Longitude="101.69689126" StarRating="2" HotelCode="688816|big_m_hotel" HotelName="Big M Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Garden,Housekeeping,Internet,Shopping Arcade,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Jalan Tun Perak, City Centre, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a7/aba7ace4a96eb11f28ca49ef6a4b8762557eeb9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located conveniently next to Masjid Jamek LRT Station, BIG M Hotel offers accommodation in Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.53" OriginalAmount="16.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13284656" Longitude="101.68870359" StarRating="2" HotelCode="407837|2537235" HotelName="Hotel New Winner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No.11 Jalan Thambipillai, Off Jalan Tun Sambanthan, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/5f/cb5ff8027061cc8dd2617c461d87f9d3ae566133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.56" OriginalAmount="16.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0909" Longitude="101.61485" StarRating="3" HotelCode="|606227" HotelName="Harbour hotel PJ 21" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18, PJ21 Commercial Centre, Jalan SS 3/39, Petaling Jaya, Selangor.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/2/2/7/606227_bca9a2d0024.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.58" OriginalAmount="16.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144649" Longitude="101.70599" StarRating="2" HotelCode="915315|761195" HotelName="My Hotel @ Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/55/c255f113080a74b23395ffafadcb45499d5cfabe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.70" OriginalAmount="16.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133326" Longitude="101.688857" StarRating="2" HotelCode="|153785" HotelName="My  @ Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.51 and 53, Jalan Thambippilay, Brickfields</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/8/5/153785_est.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception, a baggage room, a currency exchange service, a transfer service to the airport, a safety deposit box service and tourist information. SITUATION: This budget hotel is 5 minutes away from La PequeÃ±a India the district of restaurants, is situated 10 minutes walk away from Kuala Lumpur Sentral the Railway Station of el Museo KL the establishment is a 5-minute drive away from it is 15 minutes drive away from Kuala Lumpur the centre of the establishment is a 50-minute drive away from the airport. ROOM: All the rooms have a shower, WiFi (free of charge), wooden floors, an air-conditioning system, a satellite television, a bathroom, kettle, a coffee maker and a kettle. They also have an iron and a hairdryer (available on request).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.94" OriginalAmount="16.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.209929" Longitude="101.616422" StarRating="3" HotelCode="|397617" HotelName="Aman Puri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No P-3-62A, Jalan Desa 2/3, Desa Aman Puri, Sungai Buluh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/1/7/397617_c04d02c1320.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.01" OriginalAmount="16.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13277" Longitude="101.68874" StarRating="0" HotelCode="|196028" HotelName="New Winner" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.11, Jalan Thambipillai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/2/8/196028_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.04" OriginalAmount="16.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1540006572144" Longitude="101.69668704271" StarRating="3" HotelCode="177911|795665" HotelName="Frenz Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Jalan Tuanku Abdul Rahman, Kuala Lumpur 50100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/dc/b6dcd5a5a5bb59fa4f366d6ac00dec6db83aaac7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the hotel's doorstep is the Asian Heritage Row, a stretch of elegant and charming restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1445821" Longitude="101.7060772" StarRating="2" HotelCode="|89477" HotelName="My At Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120, JALAN PUDU,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/7/89477_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15691" Longitude="101.69667" StarRating="3" HotelCode="|196082" HotelName="The Grand Campbell " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dang Wangi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/8/2/196082_1_3326.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15304" Longitude="101.69782" StarRating="1" HotelCode="|196083" HotelName="Super Oyo Capital O 90125 Grand Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>141, Jln Bunus Off Jln Masjid India</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/8/3/196083_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.16" OriginalAmount="16.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13168093" Longitude="101.68740863" StarRating="2" HotelCode="321130|2045305" HotelName="My Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Jalan Thambipillay, Near Singh Chapati, Kl Sentral, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/a6/78a6f581c3456e69f087f96afc2f7fad1d962ac5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.18" OriginalAmount="16.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133537" Longitude="101.688699" StarRating="2" HotelCode="188000|143636" HotelName="My Hotel @ Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/17/c817af16fdc1e6362231bb3fe9316eb5e47c4b6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.18" OriginalAmount="16.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148293" Longitude="101.70901675" StarRating="3" HotelCode="915305|1154518" HotelName="LaComme Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Angsoka, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/0d/5f0d3416c914d1298b3bbf1ebd15daa80a67465e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.25" OriginalAmount="16.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14165" Longitude="101.69793" StarRating="2" HotelCode="|188971" HotelName="Rain Forest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/7/1/188971_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.27" OriginalAmount="16.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139358" Longitude="101.713459" StarRating="3" HotelCode="|397879" HotelName="Venice" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 Lorong Thambi 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/8/7/9/397879_183853e0800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.29" OriginalAmount="16.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14529696" Longitude="101.69762782" StarRating="3" HotelCode="952653|3128335" HotelName="Season Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 &amp;13 Jalan Tun Tan Cheng Lock, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/20/04202a7543d28e302560bd80556cbf642b1c3e79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.38" OriginalAmount="16.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.992864" Longitude="101.574" StarRating="0" HotelCode="|441046" HotelName="Putra Heights New Wave Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Jalan Putra Mahkota, 7/8B, Subang Jaya, Selangor, 47650</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/4/6/441046_0b5a9721035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.38" OriginalAmount="16.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14216497" Longitude="101.69795252" StarRating="3" HotelCode="343073|2253785" HotelName="Rainforest Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>122 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/25/ba250d2bf27f1432bfef3a47e19141f0f832cdd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.40" OriginalAmount="16.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.208297" Longitude="101.65331" StarRating="3" HotelCode="|397287" HotelName="Kepong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, Jalan Kepong Usaha, Batu 6 1/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/8/7/397287_4535d381037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20841966" Longitude="101.65275313" StarRating="2" HotelCode="520057|518015" HotelName="Hotel Kepong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Elevator,Internet,Meeting Room,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kepong Usah 2, Off Batu 6 1/2, Kepong, 52100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/af/10afdb4d1fee843d67eb9d993ceed54e1ff4c63b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Kepong is conveniently located in the popular Kepong area. The hotel offers a high standard of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14494428" Longitude="101.69864341" StarRating="2" HotelCode="511415|202725" HotelName="Sohotown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/23/1323330221e6f660944815b36339bd33158ded9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chinatown, SohoTown Hotel promises a relaxing and won...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156727081679" Longitude="101.69675512341" StarRating="3" HotelCode="320049|the_grand_campbell_hotel" HotelName="The Grand Campbell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dang Wangi, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ec/00ec2145cf758a286fdc729d62ef59e1a87158ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1311409814982" Longitude="101.71208133855" StarRating="3" HotelCode="344680|hote123_" HotelName="Hote123" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Sungai Besi, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/a8/9ba831360fe45f2a1c4ded769882a813131883e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1386188764584" Longitude="101.71008541475" StarRating="2" HotelCode="341013|yy318_hotel_2" HotelName="YY318 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>318 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/52/56528c72eb71c6fd1e1bbd6dc4b2364efa258d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;YY318 Hotel is located in the bustling area of KL city whereby entertainment nightlife delicious cou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16371557" Longitude="101.70543804" StarRating="3" HotelCode="380857|bagasta_boutique_guesthouse" HotelName="Bagasta Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Jalan Raja Alang, Kampung Baru, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/9e/889e5648d68f6b9f7273d55a2ebdaccfee5bf878.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14276968" Longitude="101.70795314" StarRating="2" HotelCode="783150|asia_like_boutique_hotel" HotelName="Asia Like Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>202 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/b4/e4b459efc7d9253251c13229a2624a38134b893a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1515376420923" Longitude="101.69525000549" StarRating="2" HotelCode="915304|swiss_hotel_2" HotelName="Swiss Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/13/33133674c312ad88ce04bb1c66cf311bd66f312f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="961346|ohana_kuala_lumpur" HotelName="The Ohana Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Changkat Thambi Dollah, 26th Floor, Unit 2, Taragon Puteri Bintang, 55100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/a8/86a817c723a263c0d4083e368bc2dbe2d83b63d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="968354|oyo_capital_o_978_midaris_hotel" HotelName="Midaris Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Loke Yew, Pudu, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/70/2970d6a5c229e7e3b4687e237e4b7e84e4d8f34f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.52" OriginalAmount="17.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14021" Longitude="101.71" StarRating="2" HotelCode="|557403" HotelName="Ohana Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26th floor unit 2,Taragon Puteri Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/4/0/3/557403_55763f91001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.57" OriginalAmount="17.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16402" Longitude="101.704756" StarRating="0" HotelCode="|474211" HotelName="Redstone Boutique Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Jalan Raja Alang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/2/1/1/474211_a0b776e1240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.91" OriginalAmount="17.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17969734" Longitude="101.70097086" StarRating="2" HotelCode="595413|3132095" HotelName="Riccarton Capsule Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>G-1 Jalan Pahang, Wisma Q Titiwangsa, Persiaran Titiwangsa 1, 53000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/8a/008af37be2c9373b426e3c1b4f6e5666d08450cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.92" OriginalAmount="17.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.18918" Longitude="101.6541" StarRating="2" HotelCode="|189057" HotelName="Rujia Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30-1, Block A Plaza Sinar, Jalan 8/38D</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/5/7/189057_1_4842.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.94" OriginalAmount="17.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15249" Longitude="101.69751" StarRating="2" HotelCode="|188601" HotelName="Oyo 431 De Grand Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Medan Bunus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/6/0/1/188601_1_41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.98" OriginalAmount="17.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1130323746526" Longitude="101.67834167984" StarRating="3" HotelCode="341229|2173865" HotelName="Valenza Hotel &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot 118 Batu 3, Jalan Klang Lama, 58100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/0f/420f221e304e92c4ae12ae982e5dc80b70383abe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.98" OriginalAmount="17.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1554808367309" Longitude="101.69636103313" StarRating="2" HotelCode="405888|3127855" HotelName="Canary Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>189/191 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/44/05447faec7006ce3223f167203ac9f365a9910dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.00" OriginalAmount="17.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14491002" Longitude="101.70889234" StarRating="2" HotelCode="915309|2537275" HotelName="T-Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>40&amp;42 Jalan Bukit Bintang, 55000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/90/0190744a11601e8719057bd8f186c2d4235ac61d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.07" OriginalAmount="17.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14653" Longitude="101.71103" StarRating="0" HotelCode="|234917" HotelName="Travelogue Kl -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118B Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/9/1/7/234917_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.30" OriginalAmount="17.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1327043563126" Longitude="101.71775354985" StarRating="2" HotelCode="344855|1518928" HotelName="Sakura Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327 &amp; 329 Jalan Tun Razak, Pudu, 50400 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/84/0784ce2444c548b7e613ca4719e96a780e2fb869.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.36" OriginalAmount="17.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13521037" Longitude="101.69123879" StarRating="2" HotelCode="511702|3113435" HotelName="Sun Inns Hotel Sentral Brickfields" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Jalan Tun Sambanthan 3, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/8f/128f4f96e85f7c9beb14eb02e77a65f310304e18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.47" OriginalAmount="17.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15114" Longitude="101.69606" StarRating="3" HotelCode="|231575" HotelName="Lotus Family , Masjid India" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 45, Jalan Melayu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/5/7/5/231575_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.47" OriginalAmount="17.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148818" Longitude="101.6988" StarRating="3" HotelCode="260589|929905" HotelName="Arenaa Star Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Jalan Hang Lekiu, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/90/26901bad48d1a8e741b2855e3c5d102d8a03dfaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.52" OriginalAmount="17.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.086096" Longitude="101.672226" StarRating="3" HotelCode="|397453" HotelName="Sunjoy9 At Mid Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1, Jalan 2/137B Resource Industrial Centre, Batu 5, Jalan Klang Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/5/3/397453_5bd4a740459.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.53" OriginalAmount="17.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.098903" Longitude="101.687055" StarRating="3" HotelCode="|402362" HotelName="Oyo 89652 Bjorn Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24, Jalan 4/109F, Taman Danau Desa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/3/6/2/402362_dea52b01214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145626060475" Longitude="101.70706987381" StarRating="2" HotelCode="188020|yy38_hotel" HotelName="Yy38" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Parking,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Tengkat Thong Shin, off Jalan Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/c6/efc6db55e16c78c6b6555a52bc4b790d2f7d320a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;YY38 Hotel is strategically located in the heart of Kuala Lumpur's ultra fashionable Golden Triangle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1951038914684" Longitude="101.62898342179" StarRating="2" HotelCode="346073|sovotel_boutique_hotel" HotelName="Sovotel Boutique Hotel @  Bandar Menjalara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan 3/62A, Bandar Menjalara, Kepong, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/e0/5de06d85327a91edae8637fe5755f391113ec63d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0808618579561" Longitude="101.73291267019" StarRating="2" HotelCode="404660|lsn_hotel_" HotelName="LSN Hotel Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Jalan Menara Gading 1, Taman Connaught, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/66/e4661029e247a310bbf6199e9cf7c699b70d1ae6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12943376" Longitude="101.68429738" StarRating="2" HotelCode="426596|lotus_hotel_kl_sentral" HotelName="Lotus Hotel KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>250 Jalan Tun Sambanthan, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/37/2b371ed95ee92d76ba9d0e9d810e822c7a640b27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.098969888915" Longitude="101.6870628013" StarRating="3" HotelCode="341627|bjorn_boutique_hotel_taman_danau_desa" HotelName="Bjorn Boutique Hotel Taman Danau Desa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24-2 Jalan 5/109F, Taman Danau Desa, 58100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/6e/366ec72e52317291ae4ffca02601f708c38bd565.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Bjorn Boutique Hotel Taman Danau Desa is a popular choice amongst travelers in Kuala Lumpur, whether...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1467023858838" Longitude="101.70803724123" StarRating="1" HotelCode="380855|green_hut_lodge" HotelName="Green Hut Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Tengkat Tong Shin, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/44/fb445b9951463195e428b0ff5aa9696df082a5ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Green Hut Lodge in Kuala Lumpur Bukit Bintang, you'll be minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14348678" Longitude="101.69579212" StarRating="2" HotelCode="488895|lavana_hotel_chinatown" HotelName="Lavana Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Bangunan Mariammanm, Jalan Hang Kasturi, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/f8/c6f89839be8dcee3f2906d8ca82d6c9c3436bb5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13220907" Longitude="101.68840387" StarRating="2" HotelCode="585824|m_m_hotel_kl_sentral" HotelName="M&amp;M Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Jalan Thambypillai, Brickfields Kl Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/5c/b15c4fa829ddccc4ca1a7406fa17cf88c4a42da3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20579001" Longitude="101.71986038" StarRating="3" HotelCode="511737|fan_holiday_hotel" HotelName="Fan Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33A-0 Jalan Langkawi, Blok G, Platinum Walk, Danau Kota, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/59/d6592cd6c744f6cf55a9518184ca1ebdc45fc91f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13259922" Longitude="101.68963181" StarRating="2" HotelCode="765542|double_m_hotel_kl_sentral" HotelName="Double M Hotel @ Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/0d/510de98aa0728f0339e96a38c9c8550a23897714.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17683512" Longitude="101.68780081" StarRating="2" HotelCode="880428|zen_rooms_poorna_hotel" HotelName="Poorna Hotel by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 &amp; 335 Jalan Sultan Azlan Shah, 51200 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/dd/63dd11ea54b2c86b7890ae94c958cc39ea87a257.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Kuala Lumpur . It is known for "its boasting gleaming skyscrapers, colonial architecture,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.59" OriginalAmount="18.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14537" Longitude="101.69754" StarRating="3" HotelCode="|394216" HotelName="Pacific Express Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 32, Jalan Tun Tan Cheng Lock</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/1/6/394216_29a20601001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.59" OriginalAmount="18.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441" Longitude="101.69754" StarRating="2" HotelCode="|559029" HotelName="Petaling Street Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 55 &amp; 57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/0/2/9/559029_3f3b9141743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.61" OriginalAmount="18.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14943509" Longitude="101.69760801" StarRating="2" HotelCode="585111|3124005" HotelName="Ahyu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Leboh Ampang, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/28/9d28c03978ced3caee38b53910582ed091493158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.69" OriginalAmount="18.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1528509902405" Longitude="101.69779468588" StarRating="2" HotelCode="352823|1239358" HotelName="Hotel De'Grand Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>81-83 Medan Bunus, Off Jalan Masjid India, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/3a/323af5f6a045e4401335c0e9146337f22c890af8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.72" OriginalAmount="18.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1494649" Longitude="101.6954874" StarRating="2" HotelCode="|398116" HotelName="Ahyu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 leboh ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/1/1/6/398116_2ba1d040731.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.74" OriginalAmount="18.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14553733" Longitude="101.69729325" StarRating="3" HotelCode="778703|2292805" HotelName="Pacific Express Hotel Chinatown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Tun Tan Cheng Lock, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/54/2554fd01aeb242ea6aa48e3a005211e3a9aff215.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.79" OriginalAmount="18.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.149359" Longitude="101.696873" StarRating="2" HotelCode="|398115" HotelName="Big M" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Jalan Tun Perak, 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/1/1/5/398115_c64407e0750.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.79" OriginalAmount="18.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.179485" Longitude="101.700872" StarRating="2" HotelCode="|558293" HotelName="Riccarton Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>G-1, Wisma Q Titiwangsa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/2/9/3/558293_3f40dc71639.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.94" OriginalAmount="18.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.080846" Longitude="101.73284" StarRating="0" HotelCode="|196141" HotelName="Lsn Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, Jalan Menara Gading 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/1/4/1/196141_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.94" OriginalAmount="18.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19516" Longitude="101.62898" StarRating="0" HotelCode="|230125" HotelName="Sovotel Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 11, Jalan 3/62A Bandar Menjalara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/1/2/5/230125_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.97" OriginalAmount="18.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15073899" Longitude="101.6961992" StarRating="2" HotelCode="321118|2344715" HotelName="Lotus Family Hotel Masjid India" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Jalan Melayu, City Centre, 50100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/3d/403d340ea94a7da10d768f6f7ae8fa7e4d5f822e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.00" OriginalAmount="18.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13181018" Longitude="101.68762811" StarRating="2" HotelCode="321166|2199435" HotelName="Signature Hotel KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Jalan Thambipillai, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d4/84d4db080b5aadd6861eeda7633d8d8d92475b4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.04" OriginalAmount="18.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1161430734441" Longitude="101.66931996872" StarRating="2" HotelCode="393977|2199385" HotelName="Signature Hotel at Bangsar South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>B-10 Off Jalan Pantai Baru, Pantai Business Park, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/11/b71171164eaf734de9322f0fae184493a0cbc97d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.04" OriginalAmount="18.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14637385" Longitude="101.70119875" StarRating="3" HotelCode="545998|2536515" HotelName="Signature International Hotel @ Pudu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Pudu Lama, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8c/878cdfece2651667a689a0884e5c7b59e7bd5dcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The numerous facilities and services at the hotel ensure guests a comfortable and relaxing stay. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.07" OriginalAmount="18.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20899917" Longitude="101.6581057" StarRating="2" HotelCode="599803|3120075" HotelName="Hotel 99 - Kepong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3, 5 &amp; 7 Jalan 2/32, Jalan Kepong, 6th Miles, 52000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/a9/cfa9f5cee46353472988e52ef79301e1ee722b8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.27" OriginalAmount="18.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09964" Longitude="101.7123" StarRating="2" HotelCode="|239688" HotelName="Maple Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29, JALAN DWITASIK 1, DATARAN DWITASIK, BANDAR SRI PERMAISURI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/8/8/239688_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.27" OriginalAmount="18.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20634" Longitude="101.72126" StarRating="0" HotelCode="|596117" HotelName="Festival Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan 9/23e Taman Danau Kota Off Jalan Genting Kelang Setapak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/6/1/1/7/596117_d09eed32128.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13191921" Longitude="101.68810546" StarRating="2" HotelCode="485128|151824" HotelName="PODs The Backpackers Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 Jalan Thambipillay, G-6, Brickfields, 50470 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/656842/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15463555" Longitude="101.70143149" StarRating="3" HotelCode="553184|flora_by_crossroads_hotel" HotelName="Flora By Crossroads Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>66 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/7b/e77b959bb2b9cd4a51fccab5d9e077ecacbef1a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="975086|hotel_sunjoy9_mid_valley_2" HotelName="Hotel Sunjoy 9 At OKR KL by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 2/137B, Jalan Kelang Lama, Resource Industrial Park, Batu 5, Bedford Business Park, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/16/c9164da45c8e2039e33a47337068bdba395ecb37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.58" OriginalAmount="19.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1281762" Longitude="101.6853978" StarRating="3" HotelCode="|89487" HotelName="Sentral Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 30, JALAN THAMBYPILLAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/8/7/89487_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.64" OriginalAmount="19.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.18989" Longitude="101.671842" StarRating="2" HotelCode="|159081" HotelName="Oyo 89655 Sri Duta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 and 23, BLOCK A, MEDAN NIAGA SERI KUCHING</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/9/0/8/1/159081_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.67" OriginalAmount="19.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14641" Longitude="101.69591" StarRating="2" HotelCode="|234997" HotelName="Lavana Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bangunan Mariammanm No. 2 Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/9/9/7/234997_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.68" OriginalAmount="19.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13235" Longitude="101.68708" StarRating="0" HotelCode="|188714" HotelName="Westree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 142, Jalan Tun Sambanthan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/4/188714_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155403" Longitude="101.696297" StarRating="2" HotelCode="|196006" HotelName="Canary" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 189-191, Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/0/6/196006_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14642" Longitude="101.70131" StarRating="3" HotelCode="|238275" HotelName="Signature International At Pudu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19, Jalan Pudu Lama,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/2/7/5/238275_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.089734" Longitude="101.68883" StarRating="2" HotelCode="|398374" HotelName="OYO 251 Intime Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26, Jalan Kuchai Maju 11, Kuchai Entreprenuer Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/7/4/398374_7c01cf50716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1375577115635" Longitude="101.71338357609" StarRating="3" HotelCode="934242|1478088" HotelName="Hotel Pudu Plaza Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan 1/77 C, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/46/53461d9db38b60fb44e14ad8951400dacbe8769a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.85" OriginalAmount="19.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139081768968" Longitude="101.71034569444" StarRating="4" HotelCode="936610|2045225" HotelName="Greystone Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 - 38 Jalan Baba, Off Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/dd/54dd3bcacc17402d07e537f6ea19a90d40a9abb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.89" OriginalAmount="19.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13256" Longitude="101.68968" StarRating="2" HotelCode="|524768" HotelName="Double M @ KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25, Jalan Tun Sambanthan 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/6/8/524768_96d83491158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.90" OriginalAmount="19.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13199" Longitude="101.688224" StarRating="3" HotelCode="902465|111922" HotelName="Hotel Sentral Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/b2/38b2b23062b6d554a1c09c01892208e0d163b146.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within Kuala Lumpur Railway Station and is conveniently close to the Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.92" OriginalAmount="19.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14586" Longitude="101.69694" StarRating="2" HotelCode="|402705" HotelName="Space" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.5-3 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/7/0/5/402705_851376c0737.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.03" OriginalAmount="19.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14681" Longitude="101.695802" StarRating="3" HotelCode="|158223" HotelName="Pacific Express  Central Market" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/8/2/2/3/158223_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities and comfortable rooms. SITUATION: This establishment, Jalan Pasar Leboh and Jalan Cuelgue Kasturi it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.07" OriginalAmount="19.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11685" Longitude="101.66924" StarRating="0" HotelCode="|196194" HotelName="Signature At Bangsar South" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO.10, Pantai Business Park, Off Jalan Pantai Baru,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/1/9/4/196194_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.14" OriginalAmount="19.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1827208419891" Longitude="101.68047367295" StarRating="3" HotelCode="343589|1967525" HotelName="Cairnhill Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>478 Jalan Ipoh, Batu 3 1/2, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/bc/c4bc25883d7ff111f4d22efe4da7c21a75072a06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.19" OriginalAmount="19.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.208703" Longitude="101.6583" StarRating="0" HotelCode="|441045" HotelName="99 Kepong KL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 3, JALAN 2/32 6TH Miles, Jalan Kepong, 52000 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/4/5/441045_881c24e1024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.30" OriginalAmount="19.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148518" Longitude="101.708573" StarRating="2" HotelCode="|456233" HotelName="Oyo 90909 I.villa Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-1, No 27-1, Jalan Mesui,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/2/3/3/456233_6d2d2501145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.57" OriginalAmount="19.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.975774" Longitude="101.789121" StarRating="2" HotelCode="|397163" HotelName="Smart  Reko Sentral Kajang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN REKO SENTRAL 6, REKO SENTRAL, KAJANG, 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/1/6/3/397163_8062bed0944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14049584" Longitude="101.71151309" StarRating="3" HotelCode="321257|63117" HotelName="Beltif Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>77 Jalan Changkat Thambi Dollah, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/ff/29ff4823f2e7c4935e1c04b612478d914e934d8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146750448433" Longitude="101.69584572884" StarRating="4" HotelCode="304400|pacific_express_hotel" HotelName="Pacific Express Hotel Central Market" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/99/32996dee8f15a2dc778977f2b43382e169493c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1287655" Longitude="101.7300375" StarRating="2" HotelCode="199899|d_garden_boutique_hotel_kuala_lumpur_2" HotelName="D'Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 43 &amp; 45 Jalan Jejaka 5, Taman Maluri Cheras, Kuala Lumpur 55100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/a7/29a79a27f83efc4f28141b39c39fa21be7433a99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1662253" Longitude="101.69788943" StarRating="3" HotelCode="321173|smile_hotel_chow_kit_pwtc" HotelName="Smile Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Chow Kit, off Jalan Tuanku Abdul Rahman, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/19/471964b3d951f1ed9b29484c33afc0d9f1642cff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuala Lumpur. For guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139249" Longitude="101.710012" StarRating="2" HotelCode="188003|orkid" HotelName="Orkid Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>300 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/de/8edeb69ebb7094797c12b0709ab27794a54b3997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Kuala Lumpur. The Hotel has a coffee shop. All 65...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1475129058072" Longitude="101.69599160184" StarRating="2" HotelCode="380860|hotel_aone" HotelName="Hotel A-One" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Medan Pasar, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/da/0edab0d21212c10391240d8475caf699f62c5dc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1320092813608" Longitude="101.68698042264" StarRating="2" HotelCode="345349|hotel_westree" HotelName="Hotel Westree" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>142 Jalan Tun Sambanthan, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/31/d1317efd450c7e1228a284e2b38687e61cfead83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.189763214504" Longitude="101.67052467487" StarRating="2" HotelCode="537629|sri_duta" HotelName="Sri Duta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Block A Medan Niaga Seri Kuching, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/bc/d0bcba72e279e0ba2facbca35e60b852769073c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers to Kuala Lumpur can expect a warm welcome and quality service at this comfortable, modern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14576472" Longitude="101.69698871" StarRating="2" HotelCode="619269|space_hotel_china_town_kuala_lumpur" HotelName="Space Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5-3 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/79/af79b60574585bf8d47839b9f287073339608d9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1177597-27808738/1991844498052636273/7" HotelName="ACES HOTEL KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/50000000/49020000/49010300/49010249/12099e83_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.93" OriginalAmount="20.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17689494" Longitude="101.73829102" StarRating="3" HotelCode="489398|3118265" HotelName="KL Guest Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan AU 1A/4C, Taman Keramat Permai, 54200 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/be/06be2fab8b2fed17d2bd4ad52fd51c0bb82a529e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.96" OriginalAmount="20.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1769" Longitude="101.73831" StarRating="3" HotelCode="|234788" HotelName="Kl Guest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan AU 1A/4C Taman Keramat Permai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/7/8/8/234788_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.98" OriginalAmount="20.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12877" Longitude="101.7299" StarRating="2" HotelCode="|188512" HotelName="D'garden Boutique Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 41, 43, 45 Jalan Jejaka 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/1/2/188512_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.00" OriginalAmount="20.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154114" Longitude="101.6981695" StarRating="3" HotelCode="|43697" HotelName="Silka Maytower Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 JALAN MUNSHI ABDULAH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/6/9/7/43697_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban aparthotel, has 179 standard rooms and suites. It has a lobby with express check-out, a reception, a lift, a cafÃ©, a restaurant and a conference room. The establishment offers guests room service, a laundry service and a car park. SITUATION: This hotel is in the commercial and business area. In the surrounding area, you can find restaurants, clubs, cinemas, shopping centres and the market. 5 minutes away from the establishment guests have Kuala Lumpur city centre. It is 10 minutes away from railway station. 45 minutes away, you can find Kuala Lumpur Airport. ROOM: Customers have contemporary style rooms. They have a bathroom with a bath or shower, a bathrobe, toiletry set and a hairdryer. They also have a direct line telephone, a television, internet, a mini-bar, a coffee maker, an ironing set, individual air-conditioning and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.02" OriginalAmount="20.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.05735" Longitude="101.59509" StarRating="2" HotelCode="|178437" HotelName="New Town Usj Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 17, Jalan Usj Sentral 3, Usj Sentral</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/3/7/178437_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.15" OriginalAmount="20.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154545" Longitude="101.701475" StarRating="3" HotelCode="|391741" HotelName="Flora by Crossroads" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 66 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/4/1/391741_a3e7fec1031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.22" OriginalAmount="20.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12041" Longitude="101.72863" StarRating="3" HotelCode="|232157" HotelName="Mezzo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>532, Batu 3 1/4, Jalan Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/1/5/7/232157_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.23" OriginalAmount="20.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.132497" Longitude="101.688245" StarRating="2" HotelCode="|441262" HotelName="Cozy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.27, Jalan Thambipillay Off Jalan Tun Sambathan, Brickfields, Kuala Lumpur 50470 Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/2/6/2/441262_a9953c81729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.26" OriginalAmount="20.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13321" Longitude="101.68931" StarRating="3" HotelCode="|188480" HotelName="Ymca Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95, Jalan Padang Belia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/8/0/188480_1_1289.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.33" OriginalAmount="20.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1637856093955" Longitude="101.69608289815" StarRating="3" HotelCode="304358|998455" HotelName="Hotel Club Dolphin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Tiong Nam, Off Jalan Raja Laut, Wilayah Perseketuan, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/ce/a3ce921ed06c849bc37724b117299836747e3cc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.33" OriginalAmount="20.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.078867" Longitude="101.744206" StarRating="3" HotelCode="304007|1030608" HotelName="Silka Cheras Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KM10 Jalan Cheras, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b2/88b24a12c6c783e7c5a40e74cd75d8af6192860e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.35" OriginalAmount="20.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11608" Longitude="101.68786" StarRating="3" HotelCode="|404425" HotelName="Aces Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Level 5, Complex Kotaraya, 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/2/5/404425_e627c330330.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.49" OriginalAmount="20.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08947" Longitude="101.74332" StarRating="1" HotelCode="|606836" HotelName="Smile Cheras Taman Segar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 - 34 Jalan Manis 3 Taman Bukit Segar, 56100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/8/3/6/606836_60988df0024.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.56" OriginalAmount="20.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.18284" Longitude="101.68085" StarRating="0" HotelCode="|229357" HotelName="Cairnhill Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>478, 3 1/2 Miles, Jalan Ipoh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/3/5/7/229357_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.62" OriginalAmount="20.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133291" Longitude="101.68819315" StarRating="2" HotelCode="595629|2537735" HotelName="City Central Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>80 &amp; 82 Jalan Tun Sambanthan, Brickfields, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/02/9602cb37e754e14a7dfd180c0fd9dd747d7c8a19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.132698" Longitude="101.689976" StarRating="3" HotelCode="187995|171642" HotelName="Summer View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Jalan Sultan Abdul Samad, Off Jalan Tun Sambathan 4, Brickfields, Kuala Lumpur 50470</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/56/4f568ef6492e7d306efffc68be61faabe2f73dd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1203826190025" Longitude="101.72870687242" StarRating="3" HotelCode="345963|hotel_mezzo" HotelName="Hotel Mezzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>532 Jalan Cheras, Batu 3 ¼, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/68/de68e8fc456922c3d1e805db697fd1ff69b7b7b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09028289" Longitude="101.7429004" StarRating="3" HotelCode="554726|orange_premier_hotel_taman_segar" HotelName="Orange Premier Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Jalan Manis 3, Taman Segar, Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/da/52dad30b0a2c43884213849b374b04587cb8973e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Orange Premier Hotel Taman Segar is perfectly located for both business and leisure guests in Kuala ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20524968" Longitude="101.73584112" StarRating="2" HotelCode="511434|orange_premier_hotel_wangsa_maju" HotelName="Orange Premier Hotel Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Metro Wangsa, Seksyen 2, Wangsa Maju, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/e2/3ce20bf2cb435c2d14e05f65e8f43e0a51f992ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at OYO 279 Orange Premier Hotel in Kuala Lumpur, you'll be convenient ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1318357" Longitude="101.68745377" StarRating="2" HotelCode="599837|cozy_hotel_kl_sentral" HotelName="Cozy Hotel @ KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Jalan Thambipillay off, Jalan Tun Sambanthan, Brickfields KL Sentral Monorail Station, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/93/c79367beb02e5c8d5cc3258382f3796528a76140.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.9236564" Longitude="101.760436" StarRating="2" HotelCode="783253|bangi_sri_minang_guesthouse" HotelName="Bangi Sri Minang Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Internet,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jernang Jaya 1, Lot PT 62966, Seksyen 14, Kg Teras Jernang, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/fd/28fd4d8c6249824f98b9a4d13802f3344ac43158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Putrajaya, Bangi Sri Minang Guesthouse promises a rel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.65" OriginalAmount="21.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.89986" Longitude="101.792064" StarRating="2" HotelCode="|441174" HotelName="Avenue Bangi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32A, Jalan Bangi Avenue 1/8, Taman Bangi Avenue, Kajang, Selangor, 43000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/1/7/4/441174_a42fbf61724.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.78" OriginalAmount="21.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08529" Longitude="101.69117" StarRating="3" HotelCode="|196036" HotelName="1 Kuchai Lama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. J-0-1, Jalan 1/127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/3/6/196036_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.93" OriginalAmount="21.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.131851" Longitude="101.68721" StarRating="3" HotelCode="|396547" HotelName="Euro Life Hotel KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65, Jalan Thambipillay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/4/7/396547_bb5dfcf1323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.11" OriginalAmount="21.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1590568738326" Longitude="101.69728964974" StarRating="3" HotelCode="153189|2383575" HotelName="Prescott Hotel Kuala Lumpur - Medan Tuanku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Lorong Medan Tuanku, Satu Off Jalan Sultan Ismail, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/c0/dcc0ae763db9806ad4e2078c6083056a90fd8a56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.17" OriginalAmount="21.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0852365" Longitude="101.69124377" StarRating="2" HotelCode="407969|2262415" HotelName="1 Hotel Kuchai Lama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>J-0-1 Jalan 1/127, Kuchai Business Park, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ce/b1cecd65f5cf99381d1a4dadf07026a4a3d29aaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.36" OriginalAmount="21.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.176186" Longitude="101.684621" StarRating="2" HotelCode="|481590" HotelName="Midtown Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Kasipillay, Jalan Ipoh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/5/9/0/481590_c126ac61833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.46" OriginalAmount="21.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145747" Longitude="101.70708854233" StarRating="2" HotelCode="316706|1224408" HotelName="D'or Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No.18 Tengkat Tong Shin, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/2b/362bd975435fdf21092ab22504c7f819ac63f47e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.54" OriginalAmount="21.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1476" Longitude="101.69602" StarRating="0" HotelCode="|188598" HotelName="A-one" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Medan Pasar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/9/8/188598_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.55" OriginalAmount="21.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20577" Longitude="101.71986" StarRating="3" HotelCode="|233538" HotelName="Fan Holiday" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 33A-0, Blok G, Platinum Walk, Jalan Langkawi, Danau Kota</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/5/3/8/233538_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.55" OriginalAmount="21.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14914" Longitude="101.70785" StarRating="3" HotelCode="|189099" HotelName="The Mesui" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Mesui, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/9/9/189099_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.55" OriginalAmount="21.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1541667022631" Longitude="101.69770091772" StarRating="3" HotelCode="142208|120644" HotelName="StarPoints Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>149 Jalan Masjid India, Wilayah Persekutuan, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/c8/37c82a9ab9b9d58f3910fc591d0af7f03cfd7709.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the part of Kuala Lumpur known as Little India, along Jalan Masjid India above the popula...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.58" OriginalAmount="21.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161532" Longitude="101.698594" StarRating="3" HotelCode="|440889" HotelName="Hotel Living At Dsulaiman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tuanku Abdul Rahman, Kuala Lumpur, 50300, Wilayah Persekutuan Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/8/9/440889_9a6c0061226.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.60" OriginalAmount="21.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16175" Longitude="101.69764" StarRating="4" HotelCode="|234444" HotelName="Wp" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>362, Jalan Tunku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/4/4/4/234444_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13190738" Longitude="101.68759166" StarRating="3" HotelCode="586168|euro_life_hotel_kl_sentral" HotelName="Euro Life Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>65 Jalan Thambipillay, Brickfield, Kl Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/04/9204fac414ef33639b6a145555ea883444d29616.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16680614" Longitude="101.69563349" StarRating="3" HotelCode="529929|tune_hotels_jalan_putra" HotelName="Tune Hotel Kuala Lumpur PWTC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>61 Jalan Putra, 50350 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247aef5ee4b190a614c44e67a5d1c4678bdd68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1464719" Longitude="101.70057834" StarRating="3" HotelCode="630424|city_comfort_hotel_chinatown" HotelName="City Comfort Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3-1 Jalan Pudu Lama, Seksyen 19, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0f/690ffabe74c32737dfc1cab1a5f7dff219708343.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.73" OriginalAmount="22.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17682" Longitude="101.73716" StarRating="3" HotelCode="|232298" HotelName="Seeds Setiawangsa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 22, Jalan Jelatek 2 Jelatek Business Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/2/9/8/232298_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.80" OriginalAmount="22.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15324" Longitude="101.71031" StarRating="3" HotelCode="|196013" HotelName="Soho Suites KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.20, Jalan Perak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/1/3/196013_266fc961042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.92" OriginalAmount="22.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14637" Longitude="101.70112" StarRating="3" HotelCode="|240726" HotelName="Ramada Encore By Wyndham Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-1 Jalan Pudu Lama, Seksyen 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/7/2/6/240726_1_2241.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.22" OriginalAmount="22.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1489406" Longitude="101.7079717" StarRating="3" HotelCode="311334|1893035" HotelName="The Mesui Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Mesui, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/e3/b2e35bebf9c21af9a9185186b8828d990bced759.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.24" OriginalAmount="22.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20564" Longitude="101.72084" StarRating="3" HotelCode="|232305" HotelName="Smile Danau Kota" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.48, Jalan 8/23E, Danau Kota Setapak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/0/5/232305_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.28" OriginalAmount="22.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15604" Longitude="101.752" StarRating="1" HotelCode="|441060" HotelName="Seeds Hotel Ampang Point" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B2A-1, Jalan Ampang Utama 1/2, Ampang Utama 68000 Ampang. , 68000 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/6/0/441060_201c1e91128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.39" OriginalAmount="22.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16298" Longitude="101.737165" StarRating="2" HotelCode="|455679" HotelName="Neu Suites 3rdnvenue By Perfect Host" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Nipah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/6/7/9/455679_9a099a21702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.57" OriginalAmount="22.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1505016069502" Longitude="101.67000134589" StarRating="3" HotelCode="225283|130054" HotelName="Peninsula Residence All Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Semantan, Bukit Damansara, 50490 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/35/a935d6461e981cce9e1e1f421aec46d2a72ebe34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.59" OriginalAmount="22.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13637" Longitude="101.69081" StarRating="3" HotelCode="|188952" HotelName="Palette KL Sentral Station  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 10, Jalan Tun Sambanthan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/5/2/188952_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448734950791" Longitude="101.70659780502" StarRating="3" HotelCode="75141|225903" HotelName="Corona Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Tong Shin, Off Jalan Bukit Bintang, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/ac/61ac218c08cde2c497e1c0046cd8e026ab3dc33f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is tucked into the middle of the golden triangle, where guests are just a stroll – o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.100514" Longitude="101.739567" StarRating="3" HotelCode="187986|caliber_kuala_lumpur" HotelName="Caliber" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46-56 Jalan 5/101C, Off Jalan Kaskas, Cheras Commercial Centre, Taman Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/6f/6b6f5492fbf97910b9a56dbd463249204d3a0798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1388609869262" Longitude="101.69734686613" StarRating="3" HotelCode="68099|midah_hotel" HotelName="Midah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kampung Attap, 50460 Kula Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/20/8a20be67e88ac7f06cb1a5d812abf7f616487679.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superior business city hotel is located within the commercial and business hub of Kuala Lumpur....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1363461949854" Longitude="101.69089499915" StarRating="3" HotelCode="321153|prescott_hotel_kuala_lumpur__sentral" HotelName="Prescott Hotel Kuala Lumpur Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Tun Sambanthan, 50470 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/7d/457d25f9a801fc52d62efab2a6c93e99ee629eb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17686776" Longitude="101.73725963" StarRating="3" HotelCode="360098|seeds_hotel_setia_wangsa" HotelName="Seeds Hotel Setiawangsa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Jelatek 2, Jelatek Business Park, 54200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/07/a007da606680c9e946a3c7481f8642380d81470f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12862879" Longitude="101.72037707" StarRating="2" HotelCode="352512|smile_hotel_warisan_cityview" HotelName="Smile Hotel Cheras Cityview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Warisan Cityview, Block H, Jalan 4/93A, Batu 2 1/2, Jalan Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/09/0b091a089f333aa30576c040b28fd15b4821df05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="974525|m_design_hotel_taman_pertama" HotelName="M Design Hotel @ Taman Pertama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Jalan 2/90, Taman Pertama, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/db/49dbfc99e7095753a08b0cfa53e89fbafa625ef4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.72" OriginalAmount="23.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14277" Longitude="101.70788" StarRating="0" HotelCode="|462415" HotelName="Asia Like Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 202 Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/4/1/5/462415_d1377231357.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.80" OriginalAmount="23.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146001" Longitude="101.701469" StarRating="3" HotelCode="317343|1516708" HotelName="Hotel Transit Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/73/a67341581f80e6ad0547cb8704a9bb0ef88ec392.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.99" OriginalAmount="23.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13991161" Longitude="101.71369828" StarRating="2" HotelCode="529918|2264545" HotelName="The Hulo Hotel &amp; Gallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/3f/533fd30984eba1b09be982a4d32cf75000981b34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at The Hulo Hotel &amp; Gallery places you in the heart of Kuala Lumpur, minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.13" OriginalAmount="23.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1211972665446" Longitude="101.7293925502" StarRating="2" HotelCode="915308|2269865" HotelName="V Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Jalan Pudu Ulu, Off Jalan Cheras, 56100  Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/a3/fba329a8fbe07792314c9df87b68dcc8d96f6e81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.15" OriginalAmount="23.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12874" Longitude="101.72032" StarRating="3" HotelCode="|232329" HotelName="Smile Cheras Pudu Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36, Warisan Cityview, Jalan 4/93 A Batu 2 1/2, Jalan Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/2/9/232329_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.15" OriginalAmount="23.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13682" Longitude="101.71143" StarRating="3" HotelCode="|392577" HotelName="D'majestic Place By Widebed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13A-8 D Majestic, 376 Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/5/7/7/392577_68b528a1048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.28" OriginalAmount="23.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162847" Longitude="101.751058" StarRating="3" HotelCode="98792|83338" HotelName="Flamingo by The Lake" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Tasik Ampang, Jalan Hulu Kelang, 68000 Ampang, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/35/06359b30ff0ea75b7383fc9e7d53850c3ba56a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located in a serene environment, beside a tranquil lake in Ampang. Only minutes a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.36" OriginalAmount="23.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1447677" Longitude="101.7064863" StarRating="3" HotelCode="|59504" HotelName="Kingston Hotel 6 @ Changkat Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Tong Shin Off Jalan Bukit Bintang Kuala Lumpur.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/0/4/59504_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: the Golden Triangle Is situated in Chinatown near the establishment, guests will find Clients can also find the business area, the shopping centres and leisure areas. ROOM: Each room has a bathroom, a mini-bar, a kettle, a coffee maker and a direct line telephone. You are offered superior family rooms. RESTAURANT: Regarding gastronomy, the establishment offersCorona Cafe the restaurant, with Occidental and local cuisine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.47" OriginalAmount="23.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.118202" Longitude="101.649082" StarRating="3" HotelCode="|440867" HotelName="Urban Living Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ilmu, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 59100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/6/7/440867_5bd34ba1711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.63" OriginalAmount="23.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13518" Longitude="101.69124" StarRating="2" HotelCode="|398968" HotelName="Sun Inns  Sentral Brickfields" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 28, Jalan Tun Sambanthan 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/9/6/8/398968_535185e0923.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.66" OriginalAmount="23.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167252" Longitude="101.700385" StarRating="2" HotelCode="187981|2265965" HotelName="Adamson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>79 Lorong Haji Hussein 2, Off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/81/9f8190c28685dfaae357d2b3a28243a0dff6a641.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14769602" Longitude="101.69780013" StarRating="3" HotelCode="960867|151539" HotelName="Arenaa Mountbatten by NIDA Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Tun Perak, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1620851464505" Longitude="101.69759071095" StarRating="4" HotelCode="322904|wp_hotel" HotelName="WP Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No. 362 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/65/7a6515475092eb4ff78e27d154dcff9706cd8959.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16749719" Longitude="101.70051703" StarRating="3" HotelCode="945549|adamson_park_hotel" HotelName="Adamson Park Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>40 Lorong Haji Hussein 2, Off Jalan Raja Muda Abdul Aziz, Chow Kit, Kuala Lumpur 50300</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/5d/955debd239cd100b19e1c5f4bc83859c2c5c1660.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.09" OriginalAmount="24.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0689" Longitude="101.65533" StarRating="3" HotelCode="|235899" HotelName="Summit Signature Oug Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 60, Jalan Puchong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/9/9/235899_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.13" OriginalAmount="24.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148247" Longitude="101.696646" StarRating="4" HotelCode="|211076" HotelName="Cosmo Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Leboh Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/6/211076_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.21" OriginalAmount="24.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1426296769414" Longitude="101.70811644907" StarRating="3" HotelCode="936580|983545" HotelName="Metro Hotel Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Meeting Room,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No. 208 Jalan Pudu – Imbi, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/61/f761fa3987e7d984bc19efaf0bc3039e2e45fa9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located at the heart of the city, this charming property is within walking distance to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.25" OriginalAmount="24.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12869633" Longitude="101.71416083" StarRating="3" HotelCode="834499|2294335" HotelName="Days Hotel &amp; Suites by Wyndham Fraser Business Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Metro Pudu 2, Kompleks Metro Pudu, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/8d/bd8d0c2941696d3c50c114f732b1b3f40b236300.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.46" OriginalAmount="24.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162184" Longitude="101.737076" StarRating="4" HotelCode="|466901" HotelName="Neu Suites Residence By Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nipah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/9/0/1/466901_3fe4c9f1823.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.47" OriginalAmount="24.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1389" Longitude="101.69718" StarRating="3" HotelCode="|53959" HotelName="Howard Johnson By Wyndham Kuala Lumpur 118" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.8 Jalan Kampung Attap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/5/9/53959_7e4cc2b0802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.73" OriginalAmount="24.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.129118" Longitude="101.714001" StarRating="3" HotelCode="|396509" HotelName="Days Hotel and Suites Fraser Business Park KL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kompleks Metro Pudu 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/0/9/396509_e05ee270920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1547098078358" Longitude="101.70732429848" StarRating="2" HotelCode="690217|236627" HotelName="The Bed KLCC" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/34/d13450ce83bfe0bbd381e2e4e554d622f015e063.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160286" Longitude="101.696823" StarRating="3" HotelCode="163464|tune_hotel__downtown_kl" HotelName="Tune Hotel - Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>316 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/2e/822e3ece106575999db803729ef440322b7f20a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 5 minutes’ walk to Medan Tuanku monorail station for direct access to Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448647882493" Longitude="101.70851270644" StarRating="2" HotelCode="225284|bintang_garden_hotel" HotelName="Bintang Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 &amp; 24 Jalan Bukit Bintang, 55100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/e8/51e81427d5cda571122defde8a2c4b6b5f6e088b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14805515" Longitude="101.69644302" StarRating="3" HotelCode="523482|cosmo_hotel_4" HotelName="Hotel Cosmo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Leboh Ampang, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/af/3bafac7a7a57d71b23f2988ba2cd6b24335fd9dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.06873314" Longitude="101.65537381" StarRating="3" HotelCode="553727|summit_signature_hotel_oug_kuala_lumpur" HotelName="Summit Signature Hotel OUG Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>60 Jalan Puchong, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/02/8b02c7ae358dfa022f73817f68c9a1fae4ed25f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|146649-28763232/1991844498052636273/579" HotelName="SENTRAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2880000/2870100/2870095/660a0a7d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.05" OriginalAmount="25.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14823" Longitude="101.70824" StarRating="3" HotelCode="|392181" HotelName="Twenty 8b" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28, Jalan Berangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/1/8/1/392181_e8c2e1c1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.06" OriginalAmount="25.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.2033" Longitude="101.73638" StarRating="3" HotelCode="|232342" HotelName="Smile Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 36, Jalan Metrowangsa Sek 2, Wangsa Maju</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/4/2/232342_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.14" OriginalAmount="25.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1435067" Longitude="101.6984364" StarRating="3" HotelCode="|35411" HotelName="Swiss Inn Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62, JALAN SULTAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/1/1/35411_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has has 110 rooms a reception, a safety deposit box service, a restaurant, a bar and a cafÃ©. The establishment offers guests WiFi, air-conditioning and a car park. SITUATION: It is in a central area, Chinatown is situated in Petaling Street and Jalan Sultan It is situated between close to the establishment, clients can find the railway station, the bus station, in the surrounding area, clients have tourist areas, monuments and cultural areas. it is situated 30 minutes away from Sunway Lagoon the theme park. ROOM: The rooms have an individual air-conditioning system, a bathroom, a television and films. It also offers deluxe rooms with mini-bar, They have an electronic key, a direct line telephone, a kettle and a coffee maker. OBSERVATIONS: It is situated near a car park, (for a fee). PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers with local dishes, international cuisine and Chinese food.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.15" OriginalAmount="25.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16374" Longitude="101.70548" StarRating="3" HotelCode="|188491" HotelName="Bagasta Boutique Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, Jalan Raja Alang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/9/1/188491_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.15" OriginalAmount="25.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.210659" Longitude="101.651848" StarRating="3" HotelCode="|397082" HotelName="77 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Rimbunan Raya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/0/8/2/397082_8c804a01412.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.18" OriginalAmount="25.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.197661" Longitude="101.6074931" StarRating="3" HotelCode="|391757" HotelName="ibis Styles Kuala Lumpur Sri Damansara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 5 Jalan Cempaka SD 12/5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/5/7/391757_2e5e1561118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.19" OriginalAmount="25.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14583" Longitude="101.70142" StarRating="3" HotelCode="|188713" HotelName="Transit Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/3/188713_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.36" OriginalAmount="25.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12771" Longitude="101.73638" StarRating="1" HotelCode="|188745" HotelName="M Design At Shamelin Perkasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 and 93, Jalan 1/91</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/4/5/188745_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.58" OriginalAmount="25.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1408416621604" Longitude="101.70954080503" StarRating="2" HotelCode="320332|2044825" HotelName="Ceria Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>270 Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/5d/4b5d1fc607bb170f6369a02661cfba6877d9d981.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.64" OriginalAmount="25.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1270631950141" Longitude="101.73514808836" StarRating="2" HotelCode="346105|3120225" HotelName="M design Hotel @ Shamelin Perkasa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>91 &amp; 93 Jalan 1/91, Taman Shamelin Perkasa, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/10/0410833105e75c93645abd317dde4364a32c81d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.66" OriginalAmount="25.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1284067" Longitude="101.7137833" StarRating="3" HotelCode="|89475" HotelName="Ibis Styles Kuala Lumpur Fraser Business Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kompleks Metro Pudu (Metro Mall) 1 Jalan Metro Pudu 2 Fraser Business Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/5/89475_1_6308.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Kuala Lumpur it is in is situated in the city centre, Close to public transport services, the metro station and the bus station. Around the establishment, clients can find a golf course. HOTEL: The hotel was built in 2012, has 500 rooms, 304 single rooms, 196 double rooms and 2 rooms adapted for people with reduced mobility.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.77" OriginalAmount="25.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14617121" Longitude="101.70855188" StarRating="3" HotelCode="397435|2537255" HotelName="Melange Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Jalan Rembia, off Tengkat Tong Shin, Bukit Bintang, 50200 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/16/e016e6cb9f72ad00a435e1f59d780aa373d72cba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Kuala Lumpur. Its setting is especially ideal f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143767" Longitude="101.698854" StarRating="3" HotelCode="187980|the_5_elements_hotel" HotelName="5 Elements" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot 243 Jalan Sultan, Chinatown, Kuala Lumpur 50000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/db/5edbe09f4247bdb4061de2682e915d8c89dbe381.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14774727" Longitude="101.71126049" StarRating="2" HotelCode="343716|33_star_hotel" HotelName="33 Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>56/58 Jalan Sultan Ismail, Off Jalan Bukit Bintang, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/77/ef77338582105853ca9ad7ef3f2a7df5b8894f32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.199682621486" Longitude="101.71793717302" StarRating="2" HotelCode="343555|hotel_manis" HotelName="Mixx Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Jalan 2/23A, Taman Danau Kota, Off Jalan Genting Klang, Setapak, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/88/9388a2c8613bb0ec1aab2a75048c38a08e98b537.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Manis is perfectly located for both business and leisure guests in Kuala Lumpur. Offering a va...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451666239488" Longitude="101.69778854848" StarRating="2" HotelCode="337816|dragon_inn_premium_hotel_kuala_lumpur" HotelName="Dragon Inn Premium Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14 Jalan Petaling, Off Jalan Tun Tan Cheng Lock, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/be/13be4b0439199c4b8aeb1a96abdd13cb4435fbed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20347395" Longitude="101.73631529" StarRating="2" HotelCode="422677|smile_wangsa_maju" HotelName="Smile Hotel Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Laundry,LCD/Projector,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>36 Jalan Metrowangsa, Seksyen 2 Wangsa Maju, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/e8/f8e8b9755655475d3c1d9540c08b79fe38ce7a93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Smile Hotel Wangsa Maju is a popular choice amongst travelers in Kuala Lumpur, whether exploring or ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0600032" Longitude="101.71159117" StarRating="0" HotelCode="677544|hotel_trillium" HotelName="Hotel Trillium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>63-2 Jalan Tasik Utama 4, Medan Niaga Tasik Damai, Sungai Besi, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/da/09dadc2ebfc56c99655aa278be8ca47747478d3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Hotel Trillium offers comfort and convenience whether you're on business or holiday in Ku...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21059128" Longitude="101.65177354" StarRating="0" HotelCode="685407|77_boutique_hotel_2" HotelName="77 Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Rimbunan Raya</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/e8/a1e8aaac363b49b234101b95480c5e101def5165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.83" OriginalAmount="26.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1455" Longitude="101.70955" StarRating="2" HotelCode="|234499" HotelName="Cardogan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64, Jalan Bukit Bintang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/4/9/9/234499_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.46" OriginalAmount="26.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1978579125109" Longitude="101.60612494828" StarRating="3" HotelCode="504455|3128535" HotelName="Hotel S Damansara" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Cempaka SD 12/5, Bandar Sri Damansara PJU 9, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/a8/02a82dd0a03d2bb6a8167d4114a1481e5a14af44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.51" OriginalAmount="26.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08433" Longitude="101.68978" StarRating="0" HotelCode="|188741" HotelName="Love Inn Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>J-05, Jalan 1/127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/4/1/188741_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.76" OriginalAmount="26.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16472" Longitude="101.69631" StarRating="3" HotelCode="|394205" HotelName="Koptown Edc  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Laut</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/0/5/394205_78af7220444.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13461489" Longitude="101.62980983" StarRating="3" HotelCode="585575|225891" HotelName="Manhattan Business Hotel  TTDI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot A-12-G Jalan Damansara, Block A, Glomac Damansara 699, 60000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/28/5d28eb5a07f5d773047c907ad0b5864087cd55bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1445601491847" Longitude="101.69788599014" StarRating="3" HotelCode="18110|swiss_inn_kuala_lumpur" HotelName="Swiss-Inn Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/2f/102f95b5751e6d2c80ffbc33e9484da922fac88c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a central location, this hotel is able to present its guests with the sights and splendour ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.134332" Longitude="101.717871" StarRating="3" HotelCode="188019|wenworth_hotel_" HotelName="Hotel WW Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yew, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/1f/b91ff83f4bf060485e2d79943d69f719dc5cadf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Kuala Lumpur. The property consists of 106 rooms. Those who di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14552252" Longitude="101.70951866" StarRating="2" HotelCode="486406|cardogan_" HotelName="Cardogan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>64 Jalan Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/dd/18dd4879c107d058d829eee609566ee90cc5b551.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14812386" Longitude="101.70834126" StarRating="3" HotelCode="585545|hotel_twenty_8b" HotelName="Hotel Twenty 8B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Jalan Berangan, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/72/4772097b5b75bfbe7bafd6893a390e4f68716ec5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.96" OriginalAmount="27.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162785" Longitude="101.695266" StarRating="3" HotelCode="|189080" HotelName="Club Dolphin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 3, Jalan Tiong Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/8/0/189080_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.06" OriginalAmount="27.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13437" Longitude="101.62973" StarRating="3" HotelCode="|239242" HotelName="Manhattan Business Ttdi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot A-12-G, Block A, Glomac Damansara No.699, Jalan Damansara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/2/4/2/239242_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.19" OriginalAmount="27.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154874" Longitude="101.696592" StarRating="3" HotelCode="|397456" HotelName="M Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/5/6/397456_510c24d0421.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.24" OriginalAmount="27.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1483516854979" Longitude="101.70307158069" StarRating="4" HotelCode="376152|2536435" HotelName="Suasana Suites Bukit Ceylon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Persiaran Raja Chulan, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/98/cc98b40c99accba647eb2c17253ef98020052099.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.26" OriginalAmount="27.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08433058" Longitude="101.68988794" StarRating="2" HotelCode="304004|1204368" HotelName="Love Inn Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>J-05 Pusat Perdagangan Kuchai, Jalan 1/127, Off Jalan Kuchai Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/4a/624a93609d759358d3e8cf44057bc28b9cfabf29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel has the perfect ambience for guests who appreciate a st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.40" OriginalAmount="27.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08077" Longitude="101.73285" StarRating="0" HotelCode="|196091" HotelName="1  Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Menara Gading 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/9/1/196091_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.44" OriginalAmount="27.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158558" Longitude="101.704187" StarRating="4" HotelCode="|532962" HotelName="Quzoma Suites KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/9/6/2/532962_286a9021124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.60" OriginalAmount="27.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20307" Longitude="101.736" StarRating="0" HotelCode="|441025" HotelName="Hotel Seeds @ Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43A, Jalan Metro Wangsa, Section 2, Wangsa Maju, 53300 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/2/5/441025_1d028d70817.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.61" OriginalAmount="27.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1474999" Longitude="101.7113104" StarRating="2" HotelCode="932698|1567348" HotelName="Hotel Ambassador Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/46/154607ec22be3424366a12768f7c99ac2735cbb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.73" OriginalAmount="27.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13073098" Longitude="101.68521389" StarRating="3" HotelCode="362563|2536065" HotelName="Easy Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Jalan Tun Sambanthan (Jalan Brickfields), NU Sentral Mall, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/88/ed88baaf75917c31bb1b51b25c505bd9d73e3365.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1646226094063" Longitude="101.69631563558" StarRating="3" HotelCode="153273|edc_hotel_kuala_lumpur" HotelName="EDC Hotel  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/25/c825959b8cac50c9270178fe693a7c607c161230.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Jalan Raja Laut, the centre of Kuala Lumpur's fast growing business and c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.085042847578" Longitude="101.692759992" StarRating="2" HotelCode="339375|hotel_min_cott" HotelName="Hotel Min Cott" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>43 Jalan Kuchai Maju 13, B-G-1 Kuchai Exchange, Jalan 2/116b, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/13/b313b56e63a06f0abab6c233bb62ac6d6b70139f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13326325" Longitude="101.68898983" StarRating="2" HotelCode="965966|zen_rooms_my_hotel_sentral" HotelName="My Hotel @ Sentral by Zen Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/30/fd305bca3f4cd17e704fe0fc6c8476ba00b24309.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.86" OriginalAmount="28.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.140201" Longitude="101.713679" StarRating="3" HotelCode="|215783" HotelName="Zen Premium Hulo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 JALAN CHANGKAT THAMBI DOLLAH BUKIT BINTANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/8/3/215783_0cbe5031124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.92" OriginalAmount="28.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13073" Longitude="101.68532" StarRating="3" HotelCode="|196116" HotelName="Easy Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 110 Jln Tun Sambanthan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/1/1/6/196116_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.26" OriginalAmount="28.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.94487531" Longitude="101.72239023" StarRating="0" HotelCode="979745|4729735" HotelName="Enclave Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Jalan Diplomatik, Putrajaya, 62050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c1/dfc15b5029a24215525e77d43e7b01d50ad23a7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.49" OriginalAmount="28.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143909" Longitude="101.695568" StarRating="3" HotelCode="915312|1475698" HotelName="Travelodge City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/fe/85feb11ec3d91d05243571da5432b20bad6747c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.59" OriginalAmount="28.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19797" Longitude="101.60656" StarRating="3" HotelCode="|233133" HotelName="S. Damansara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Jalan Cempaka SD 12/5 Bandar Sri Damansara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/1/3/3/233133_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.59" OriginalAmount="28.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.163987" Longitude="101.692607" StarRating="3" HotelCode="221722|936765" HotelName="Upper View Regalia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Anjung Putra, Off Jalan Sultan Ismail, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/62/a3620d79f671824af071c99315332dbbf724649f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.78" OriginalAmount="28.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="967509|2660545" HotelName="M Palace Hotel KL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.109774" Longitude="101.678388" StarRating="3" HotelCode="296383|v_hotel_kuala_lumpur" HotelName="V Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Tasik Selantan 8, Bandar Tasik Selatan, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/9f/129fb52313647a71cc11a74be63f31d7394c4115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0808854898702" Longitude="101.73296750751" StarRating="2" HotelCode="343571|1_hotel_taman_connaught" HotelName="1 Hotel Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Menara Gading 1, Taman Connaught, Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/dc/71dc6a101b7f0085c3a9a34613a2306ddc583625.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1389115" Longitude="101.70964604" StarRating="3" HotelCode="754133|eco_hotel_at_bukit_bintang" HotelName="ECO Hotel @ Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>179 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/25/382596f05b3ec9ed610793b56212b1df6ea3a96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.08" OriginalAmount="29.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14475368" Longitude="101.71387284" StarRating="3" HotelCode="584691|2203355" HotelName="InnB Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>102-106 Jalan Imbi, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/0a/190acce37f6a99d434cd2b5ac8dbe497743862f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.09" OriginalAmount="29.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20423" Longitude="101.66836" StarRating="3" HotelCode="|188508" HotelName="Crystal Crown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.3, Jalan Jambu Mawar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/0/8/188508_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.13" OriginalAmount="29.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14583" Longitude="101.70983" StarRating="2" HotelCode="|460298" HotelName="Tai Ichi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 &amp; 80, Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/2/9/8/460298_f044f581920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.41" OriginalAmount="29.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13954859" Longitude="101.7134553" StarRating="3" HotelCode="421908|1893105" HotelName="City Comfort Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Designated Smoking Area,Housekeeping,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>22 Lorong Thambi 2, Off Jalan Changkat Thambi Dollah, Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c4/3dc45203ac0c2b03c39a49f8a5f363fbd0e8004b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;"City Comfort Hotel Bukit Bintang offers accommodation in Kuala Lumpur. The property has a 24-hour f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.48" OriginalAmount="29.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1471114101793" Longitude="101.71008436501" StarRating="3" HotelCode="343585|1217818" HotelName="Izumi Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>85 Jalan Berangan, Off Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a3/44a3a6661dfcb518178f670750d96747699ce730.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.55" OriginalAmount="29.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.093586" Longitude="101.666595" StarRating="4" HotelCode="|456299" HotelName="Cubic Botanical Suites Homebrickz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 2/112c</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/2/9/9/456299_c754bdf1759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.88" OriginalAmount="29.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14634862" Longitude="101.7099244" StarRating="1" HotelCode="353693|2280475" HotelName="Hotel Imperial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76-80 Changkat Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/34/7734f4122f0de6dbd6232a87b5f467198c09348b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an exciting setting in Kuala Lumpur, lying amidst the city's main shopping, dining...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17597708" Longitude="101.68432286" StarRating="2" HotelCode="435980|236301" HotelName="Midtown Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>D23A Jalan Kasipillay, Putra Majestik, Off Jalan Ipoh, 51200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/c5/5fc5e25d860172650aa1481b0c3a1dd4eb7cf0dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1669311512364" Longitude="101.69551017254" StarRating="3" HotelCode="13035|grand_central" HotelName="Sani Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/zz/cead561eda5bd7506b2535bfa54bea8b698b771a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located near Putra World Trade Centre, banks, a shopping mall, street mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1662051952184" Longitude="101.70074338635" StarRating="2" HotelCode="337604|city_park_hotel_kuala_lumpur" HotelName="City Park Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46 Lorong Haji Hussein Satu, Off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/62/5a627a0f5dbb9b7be0f7c27647719e4ab8c43cb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14575674" Longitude="101.70984978" StarRating="2" HotelCode="357057|tai_ichi" HotelName="Tai Ichi Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>78 &amp; 80 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/0b/0f0b9da8fd4647770d2d185af7c2bc9895d0f840.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|57007-28849480/1991844498052636273/327" HotelName="REGALPARK HOTEL KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2860000/2856700/2856665/d14a4ac3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.24" OriginalAmount="30.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1634118" Longitude="101.6925057" StarRating="4" HotelCode="|128139" HotelName="Regalia Upper View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2 Jalan Anjung Putra,Off Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/3/9/128139_9ac65ca1446.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers rooms with a kitchen, a seating area, dinner service, a squash court, WiFi, a swimming pool, a playground and a library. SITUATION: This hotel is in Kuala Lumpur is situated in the city centre, close to Putra World Trade Centre, Sunway Putra Shopping Shopping Centre and Putra Komuter and PWTC Sultan Ismail LRT.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.26" OriginalAmount="30.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16681" Longitude="101.69569" StarRating="3" HotelCode="|391718" HotelName="Lazdana  Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.61, Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/1/8/391718_a0316141028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.32" OriginalAmount="30.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.113974" Longitude="101.665544" StarRating="3" HotelCode="|397290" HotelName="Komune Living" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.20, Jalan Kerinchi Kiri 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/9/0/397290_e9360b21029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.44" OriginalAmount="30.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20407" Longitude="101.668279" StarRating="3" HotelCode="187987|2253765" HotelName="Crystal Crown Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.3 Jalan Jambu Mawar, Off Jalan Kepong, 52000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/8b/808bd65883d7597575dfbe6ca723ca1f9fe205f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.57" OriginalAmount="30.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.171592" Longitude="101.712627" StarRating="4" HotelCode="|390725" HotelName="Expressionz Professional Suites by MyKey Global" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 1/65a off Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/5/390725_62985a90926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.57" OriginalAmount="30.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13964" Longitude="101.71351" StarRating="3" HotelCode="|231952" HotelName="City Comfort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 22, Lorong Thambi 2 Off Jalan Changkat, Thambi Dollah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/9/5/2/231952_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.65" OriginalAmount="30.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14764" Longitude="101.70893" StarRating="4" HotelCode="|390710" HotelName="Mov  Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Jalan Berangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/1/0/390710_4cae4951000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14764417" Longitude="101.70890386" StarRating="4" HotelCode="638678|mov_hotel_kuala_lumpur" HotelName="MOV Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Jalan Berangan, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/71/f571e85295e8c891f67c634230d6f2b41a6863dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.33" OriginalAmount="31.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11514974" Longitude="101.6684613" StarRating="3" HotelCode="746352|4703425" HotelName="Nexus Regency Suites &amp; Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Housekeeping,Internet,Kitchen,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tower D Jalan Pantai Baru, Bangsar Trade Center, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/91/649159153d665440377866f077687f72bf6a5c8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, Nexus Regency Suites &amp; Hotel Bangsar offers accommodations away from the hu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.43" OriginalAmount="31.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.082248" Longitude="101.583487" StarRating="4" HotelCode="904617|227616" HotelName="Empire Hotel Subang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan SS16/1, 47500 Subang Jaya, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/15/8c15257c368b1b0ea13b6dfceb9138c9dd1d69e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is majestically located in the business district of Subang Jaya. Breathtaking shopping spe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.48" OriginalAmount="31.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17134" Longitude="101.71246" StarRating="4" HotelCode="|390468" HotelName="Expressionz Professional Suites by KL Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Razak, No. 30, Jalan 1/65A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/6/8/390468_acc67080904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.50" OriginalAmount="31.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14835" Longitude="101.70454" StarRating="4" HotelCode="|390722" HotelName="Indie Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.9, Jalan Ceylon, Bukit Ceylon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/2/390722_29eefe00929.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.66" OriginalAmount="31.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15914" Longitude="101.70388" StarRating="3" HotelCode="|235388" HotelName="Summer Suites Bernice" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Off Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/3/8/8/235388_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.85" OriginalAmount="31.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.207713" Longitude="101.658081" StarRating="3" HotelCode="|396689" HotelName="Suwara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 19, Jalan 4/32, Batu 6 off Jalan Kepong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/6/8/9/396689_7839f220800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13680453" Longitude="101.7114696" StarRating="3" HotelCode="961345|271607" HotelName="Kl Short Stay @ D'majestic Place at D'Majestic Place by Swiss Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>376 Jalan Pudu, D' Majestic, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/67/c567138ca0133be8570c90bbb2debce69773fc34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1570701098504" Longitude="101.75250646357" StarRating="3" HotelCode="316771|de_palma_hotel_ampang" HotelName="De Palma Ampang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Selaman 1/2, Palm Square, Ampang Point, 68000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/90/ca906fbb8aeef81d8b622e5d282f81f98aed723c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16490646" Longitude="101.69835076" StarRating="4" HotelCode="768432|hilton_garden_inn_kuala_lumpur_jalan_tuanku_abdul_rahman_south" HotelName="Hilton Garden Inn Kuala Lumpur Jalan Tuanku Abdul Rahman South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>452 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/08/7608d35fe7d007befdc994385cb0fc11b010e789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="881484|expressionz_suites_by_ihost_global" HotelName="Expressionz Professional Suites by Ben" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/65A Off Jalan Tun Razak</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/f3/49f3b25ac7ee4bfe016da980925e5a4554558970.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.02" OriginalAmount="32.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.92349" Longitude="101.651053" StarRating="3" HotelCode="|203499" HotelName="FOX Lite DPulze Cyberjaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLOCK D,CYBERJAYA CBD,PERSIARAN MULTIMEDIA,CYBER12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/9/203499_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.38" OriginalAmount="32.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16662" Longitude="101.6963" StarRating="3" HotelCode="|189065" HotelName="Sani Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63M Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/6/5/189065_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.59" OriginalAmount="32.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.22693" Longitude="101.67137" StarRating="4" HotelCode="|231349" HotelName="Kip Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 77 Jalan Seri Utara 1 Sri Utara Off Jalan Ipoh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/3/4/9/231349_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.59" OriginalAmount="32.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15947" Longitude="101.71483" StarRating="3" HotelCode="|188727" HotelName="De King Boutique Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160, Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/2/7/188727_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.60" OriginalAmount="32.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14032" Longitude="101.71095" StarRating="3" HotelCode="|235765" HotelName="Taragon Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah Taragon Puteri Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/6/5/235765_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.72" OriginalAmount="32.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.115" Longitude="101.66875" StarRating="0" HotelCode="|224353" HotelName="Imperial Regency Suites and Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tower D Bangsar Trade Center Jalan Pantai Baru</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/3/5/3/224353_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147" Longitude="101.717138" StarRating="3" HotelCode="|397698" HotelName="J-hotel By Dorsett" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 7 Jalan Jati</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/9/8/397698_f6c47120818.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14672667" Longitude="101.71108812" StarRating="2" HotelCode="549032|158400" HotelName="Travelogue KL Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>118B Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/da/19daae07c8ed5aa0d10be6186ecb6208102cafcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1633634139966" Longitude="101.6955538094" StarRating="3" HotelCode="115914|citrus_hotel" HotelName="Q Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Jalan Tiong Nam, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/81/25819eb7f28281756d6d8f7d5c02c223d5e41c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located off Jalan Raja Laut, one of the artery city roads with easy access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.122148" Longitude="101.719596" StarRating="4" HotelCode="260771|vivatel" HotelName="Vivatel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Jalan Loke Yew, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/62/bd62cd616224d6595c6b445212da88321cc989db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1469865687799" Longitude="101.70815885067" StarRating="3" HotelCode="15705|radius_international_hotel_kuala_lumpur" HotelName="Hotel Soleil Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51-A Changkat Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/37/e837a4106ca4af1dcde194481b2f4ab7c298c556.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is in the ideal location with the hip Bintang Walk within walking distance. The conv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.2268885083481" Longitude="101.67122781714" StarRating="3" HotelCode="378785|kip_hotel" HotelName="KIP Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Jalan Seri Utara 1, Sri Utara Off Jalan Ipoh, 68100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/17/b817a313dd1d073cd58217b1a56692860f0605f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15840667" Longitude="101.70487433" StarRating="4" HotelCode="862432|apartamenty_summer_suites_klcc" HotelName="Summer Suites KLCC Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Mercu Summer Suites, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/9b/c29b1cb7a775a671f542e3069caf285d0e9d8328.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.28" OriginalAmount="33.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17143" Longitude="101.71227" StarRating="3" HotelCode="|394090" HotelName="Expressionz Klcc By Wodages" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 30 Jalan 1/65A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/0/9/0/394090_f2521361006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.79" OriginalAmount="33.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159671109773" Longitude="101.71464337361" StarRating="3" HotelCode="318859|1068458" HotelName="Le Apple Boutique Hotel KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>160 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/25/fd25422d9bde9c940486088d2bcd281f3d4d24e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuala Lumpur. For guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.86" OriginalAmount="33.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1399887563656" Longitude="101.71012182538" StarRating="4" HotelCode="171255|458525" HotelName="Furama Bukit Bintang" 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,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/ac/d8aceb61d88c0fa1c046c7374dc90d2b54c2f7ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally located in Kuala Lumpur's vibrant Golden Triangle, adjacent to Bukit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17150392" Longitude="101.71252702" StarRating="3" HotelCode="756573|335620" HotelName="Expressionz Professional Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Business Centre,Conference Hall,Designated Smoking Area,Dining,Internet,Kids Play Area,Meeting Room,Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2/65A Off Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/80/4a80642d6135cd43de7d89ee08079612cce29d4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Aparthotel is in Kuala Lumpur. The aparthotel comprises a total of 300 snug accommodatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146801" Longitude="101.712606" StarRating="2" HotelCode="345043|gold_tree_hotel" HotelName="Gold3 Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,LCD/Projector,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Lot B5, 179 Jalan Bukit Bintang, Fahrenheit 88, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/33/0c337b36f591246340f6e07de59de7f6b00c6ae4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Gold Tree Hotel, you'll be centrally located in Kua...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|609166-27456466/1991844498052636273/311" HotelName="DAYS AND SUITES FRASER BUSINESS PARK KL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29330000/29327100/29327046/0ef30f0b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.10" OriginalAmount="34.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.100258" Longitude="101.717811" StarRating="3" HotelCode="|521503" HotelName="Komune Living and Wellness" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Jalan Tasik Permaisuri 2, Bandar Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/5/0/3/521503_b4af4f41036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.36" OriginalAmount="34.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.098743" Longitude="101.646519" StarRating="3" HotelCode="|441047" HotelName="Orange Business Hotel Petaling Jaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 68, Jalan 52/4, Seksyen 52 46200 Petaling Jaya Selangor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/4/7/441047_76b8b3f1022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.36" OriginalAmount="34.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146906" Longitude="101.71242" StarRating="3" HotelCode="|391416" HotelName="Gold3 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot B5, 1 Floor, KL Plaza Block B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/1/6/391416_5c1d3341020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.43" OriginalAmount="34.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451742894508" Longitude="101.70769927368" StarRating="3" HotelCode="66216|17964" HotelName="Travelodge Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan Alor, Bukit Bintang, Wilayah Persekutuan, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/ab/41ab529b05fe6bf9836b11810eeaa8242271a31b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Jalan Alor, which is within Kuala Lumpur's Golden Triangle. It offers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.63" OriginalAmount="34.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08967" Longitude="101.68829" StarRating="3" HotelCode="|397314" HotelName="Lolex" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Jalan Kuchai Maju 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/1/4/397314_45bf2a31301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.83" OriginalAmount="34.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485" Longitude="101.70785" StarRating="0" HotelCode="|404218" HotelName="One Bukit Ceylon Ramada KLCC - CoLiving" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>One Bukit Ceylon, No 1, Lorong Ceylon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/2/1/8/404218_9e6db540738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1426201280436" Longitude="101.71116701607" StarRating="3" HotelCode="321190|times_private_serviced_suites_2" HotelName="Berjaya Times Square Apartment Complex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/22/62/226270647170a841193e95d2a3a4118fb67c409a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15454177" Longitude="101.70705135" StarRating="3" HotelCode="885361|vortex_klcc_apartments" HotelName="Vortex KLCC Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, Vortex Suites &amp; Residences, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/a4/26a46760143d7fd55ed017cef22c51fee70d5e57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17145056" Longitude="101.71239824" StarRating="0" HotelCode="881505|expressionz_professional_suites_by_plush" HotelName="Expressionz Professional Suites by Plush" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Jalan 1/65A</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/94/d894954cabb9a4bdbf80cbef8a7401fa011443f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1417522202795" Longitude="101.7047608919" StarRating="3" HotelCode="970932|casa_residency_service_apartment" HotelName="Casa Residency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Golloway, Bukit Bintang, 50150 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/6d/0c6d1dfae200c757a94ef90a9631f9a14d16ca59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.16" OriginalAmount="35.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1597429" Longitude="101.7264386" StarRating="3" HotelCode="|34155" HotelName="Holiday Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225, JALAN AMPANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/1/5/5/34155_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts 134 rooms, 20 floors, one or two bedroom apartments and studio suites. It has air-conditioning, a lobby with a reception, a safety deposit box service and conference facilities. SITUATION: Kuala Lumpur It is in close to the establishment, clients can find Petronas the towers the city centre, 5 minutes away from the establishment you have Ampang Park LRT the metro station of Jalan Ampang It is in it is situated near the business area surrounded by shopping centres, restaurants, leisure areas, offices and embassies. 45 minutes away from the establishment, guests will find Kuala Lumpur Airport 30 minutes away from the establishment you have the central station. ROOM: The fully-equipped rooms, have a dining room, a direct line telephone and a satellite television. They have a kitchen with a microwave, kitchen utensils, kitchenware, an ironing set, a bathroom with a shower and a bath. Clients are offered suites with internet, They also have an individual air-conditioning system. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have breakfast, lunch and dinner service, local dishes and Occidental dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.19" OriginalAmount="35.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.990222" Longitude="101.790424" StarRating="4" HotelCode="188002|2262295" HotelName="Oriental Crystal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 13 Jalan S10/3, Section 10, Off Jalan Bukit, 43000 Kajang, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/fb/2ffb59fe2c2b65b6a56dbb072279254b1d6c7664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.29" OriginalAmount="35.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1470472" Longitude="101.7081597" StarRating="3" HotelCode="|51693" HotelName="Starus Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51,A Changkat Bukit Bitang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/6/9/3/51693_1_8398.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 431 rooms, superior rooms, deluxe rooms, Premier rooms and suites. This air-conditioned hotel has conference facilities, dining facilities, a car park, a hairdresser's, a laundry service and room service. SITUATION: It is in an excellent location, Bintang Walk in the surrounding area, clients have it is well-connected by public transport services, is 3 kilometres away from tourist points of interest, Clients can also find Petronas the towers Suria KLCC and Chinatown the square and the market. It is 45 minutes away fromKuala Lumpur Airport. ROOM: The rooms a bathroom, a direct line telephone, a television, a coffee maker, a kettle, an iron, a safe and an air-conditioning system. FACILITIES: The establishment has a swimming pool and a terrace. MEALS: Regarding the food and beverage offering, the establishment offersKopitiam the cafÃ© local dishes and international dishes. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.31" OriginalAmount="35.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161323" Longitude="101.7289437" StarRating="4" HotelCode="|211075" HotelName="Oakwood and Residence Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/5/211075_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.34" OriginalAmount="35.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1427" Longitude="101.70942" StarRating="3" HotelCode="|238346" HotelName="Sky Apartment At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/3/4/6/238346_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.48" OriginalAmount="35.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14729" Longitude="101.71014" StarRating="3" HotelCode="|188716" HotelName="Izumi Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85, Jalan Berangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/6/188716_1_1118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.67" OriginalAmount="35.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1285177850771" Longitude="101.72958433628" StarRating="3" HotelCode="161558|76694" HotelName="Hotel Maluri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Permaisuri, Taman Maluri, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/69/b6695e82d5773acba79a3b5ff16925270be707c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located within the vicinity of city centre in Kuala Lumpur for business o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.73" OriginalAmount="35.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1497664995173" Longitude="101.7051333189" StarRating="3" HotelCode="185518|796785" HotelName="The Maple Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Changkat Raja Chulan, Menara Maplelee, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/e3/8be34e7ced7b07ca772e17bd0b65945de92b8de3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to KL Tower at the heart of Kuala Lumpur's financial and business district...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.75" OriginalAmount="35.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1714" Longitude="101.712502" StarRating="4" HotelCode="|390730" HotelName="Expressionz Professional Suites By Mad Kl Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 1/65a, Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/3/0/390730_b60dc610950.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.85" OriginalAmount="35.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16422627" Longitude="101.65197813" StarRating="4" HotelCode="548945|2537165" HotelName="The Signature Hotel and Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Sri Hartamas 22, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/af/62afe2b7d6256bc7f8294c79aa302e2765f8ec32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.88" OriginalAmount="35.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.124103" Longitude="101.710264" StarRating="4" HotelCode="|537922" HotelName="Trion Kuala Lumpur by Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/2/2/537922_0066f250944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.01" OriginalAmount="35.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.140452" Longitude="101.710394" StarRating="3" HotelCode="|391772" HotelName="Peaceful Service Suites at Taragon Puteri Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah, Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/7/2/391772_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.07" OriginalAmount="35.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0305822734845" Longitude="101.71674185648" StarRating="4" HotelCode="64174|18914" HotelName="Philea Mines Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dulang, Mines Resort City, 43300 Seri Kumbangan, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/e2/c0e2cd55c5a38d30420b7a4ffa556a6dbcf92a63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is strategically situated, just around a 20-minute drive from the city of Kuala Lumpur. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1465116598419" Longitude="101.70792951431" StarRating="2" HotelCode="153354|rae" HotelName="Hotel RAE Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42, 44 &amp; 46 Tengkat Tong Shin, Off Jalan Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/fd/90fd31a1d5e80fd5d662385ae7b6f0347a160064.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08962091" Longitude="101.68823137" StarRating="3" HotelCode="735332|lolex_hotel" HotelName="Lolex Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Jalan Kuchai Maju 10, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/54/a95471e94e90dc7f9f38e868d79d757c758b6b32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|443804-32787601/1991844498052636273/0" HotelName="COSMO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16590000/16580800/16580764/6259bea3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.46" OriginalAmount="36.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.129271" Longitude="101.710984" StarRating="3" HotelCode="|397391" HotelName="H Boutique  Xplorer Loke Yew" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110-114, Jalan Loke Yew</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/9/1/397391_eddbb401113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.57" OriginalAmount="36.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154727" Longitude="101.707367" StarRating="0" HotelCode="|404167" HotelName="Yemala Suites @ Vortex Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/6/7/404167_c299d620626.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.85" OriginalAmount="36.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143067" Longitude="101.710761" StarRating="0" HotelCode="|403543" HotelName="Garden Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Times Square East No. 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/5/4/3/403543_0f80d681055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.91" OriginalAmount="36.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.141772" Longitude="101.698078" StarRating="2" HotelCode="|469580" HotelName="Yu Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>126 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/5/8/0/469580_4498c6b1200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.93" OriginalAmount="36.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1456658" Longitude="101.7098395" StarRating="3" HotelCode="932697|2253585" HotelName="Sungei Wang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74-76 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/9a/1c9adc5f53fe6db288b4eb821cbed35d11e2b47e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.02" OriginalAmount="36.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1720941" Longitude="101.6920261" StarRating="3" HotelCode="|89492" HotelName="Grand Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN TUN ISMAIL, KUALA LUMPUR, 50400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/9/2/89492_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.10" OriginalAmount="36.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15333316" Longitude="101.70520366" StarRating="4" HotelCode="429439|1871158" HotelName="Oasia Suites Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong P Ramlee, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/45/7a45587b45e92b021d6861284d4b6ac6fb986940.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring free WiFi and an outdoor pool, Oasia Suites Kuala Lumpur by Far East Hospitality offers ac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1617993895634" Longitude="101.69657438993" StarRating="3" HotelCode="12992|hotel_grand_continental_kuala_lumpur" HotelName="Grand Continental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Belia, Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/03/9103df15e5ee1cd5720e512c842cb5baf0fb0f5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Malaysian capital - the beautiful, so-called Garden City of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="3" HotelCode="13045|grand_pacific_hotel_kuala_lumpur" HotelName="Grand Pacific Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Ismail, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/7e/847e049c8b9fb133d8492c2acf8b3e0451a35d9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is strategically placed close to the internationally renowned Putra World Trade ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1644030813766" Longitude="101.69847291898" StarRating="3" HotelCode="401333|hilton_garden_inn_kuala_lumpur_jalan_tuanku_abdul_rahman" HotelName="Hilton Garden Inn Kuala Lumpur Jalan Tuanku Abdul Rahman North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>449 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/e7/d3e7c8c4ccca9e3388069ce784d773eb7d7640b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located on the fringes of the golden triangle of Kuala Lumpur's city cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.21" OriginalAmount="37.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148255" Longitude="101.704848" StarRating="3" HotelCode="|441007" HotelName="Ceylonz Lifestyle Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ceylon, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 50200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/0/7/441007_9312d681707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.52" OriginalAmount="37.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146452" Longitude="101.705624" StarRating="3" HotelCode="|441006" HotelName="Ceylonz Starlight Suites Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Persiaran Raja Chulan, Kuala Lumpur, Federal Territory of Kuala Lumpur, 50200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/0/6/441006_8f35e6e0723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.78" OriginalAmount="37.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160942" Longitude="101.700907" StarRating="4" HotelCode="|538750" HotelName="The Colony and Luxe, KLCC by Canopy Lives, Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Jalan Dewan Sultan Sulaiman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/7/5/0/538750_290618f2113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.82" OriginalAmount="37.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08450871" Longitude="101.67110212" StarRating="3" HotelCode="436034|2537955" HotelName="Hotel Six Seasons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>4 Lorong 1/137C, Batu 5, Jalan Klang Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/31/b73137857ea1d39b50b1cc5fa46dbb5dc930cc5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The wide range of services and facilities makes the hotel the ideal starting point for business and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1608674012798" Longitude="101.72898888588" StarRating="4" HotelCode="69801|oakwood_hotel_and_residence_kuala_lumpur" HotelName="Oakwood Hotel &amp; Residence Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/aa/b5aaac0adc96fdf0bf28d52075e97606e2e4c50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located along the famous “Embassy Row” in Jalan Ampang, the complex is merely a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.29" OriginalAmount="38.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14135" Longitude="101.71031" StarRating="3" HotelCode="|188527" HotelName="Empire Suites @ Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>07-04, 7th Floor, Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/2/7/188527_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.37" OriginalAmount="38.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16419" Longitude="101.65201" StarRating="4" HotelCode="|189100" HotelName="The Signature and Serviced Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3, Jalan Sri Hartamas 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/0/0/189100_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.41" OriginalAmount="38.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.093458" Longitude="101.738274" StarRating="3" HotelCode="|440860" HotelName="Minsu Ekocheras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cheras, Ekocheras No. 693, Batu 5, Kuala Lumpur, 56000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/6/0/440860_580387f1708.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.52" OriginalAmount="38.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159055" Longitude="101.746534" StarRating="3" HotelCode="|396554" HotelName="St Nomad M City Ampang, Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 326, Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/5/4/396554_08f40de1044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.54" OriginalAmount="38.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143791" Longitude="101.705311" StarRating="3" HotelCode="|396580" HotelName="Swiss Garden Residence By Urban Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 2A, Jalan Galloway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/8/0/396580_12c83e21054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.55" OriginalAmount="38.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11030208" Longitude="101.66552069" StarRating="4" HotelCode="450246|1908505" HotelName="V E Hotel and Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kerinchi, Bangsar South City, 59200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/86/6686e26f44a6e34a787325ab6e4e90c0f2e3ae01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.56" OriginalAmount="38.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16211" Longitude="101.70647" StarRating="0" HotelCode="|593812" HotelName="Legasi Kampung Baru Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Muda Musa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/3/8/1/2/593812_c48a8c62124.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.70" OriginalAmount="38.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1454517" Longitude="101.7071347" StarRating="4" HotelCode="|89476" HotelName="Anggun Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 7&amp;9 JALAN TENGKAT TONG SHIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/6/89476_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.70" OriginalAmount="38.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14524" Longitude="101.70932" StarRating="2" HotelCode="|189090" HotelName="Sungei Wang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74-76, Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/9/0/189090_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.77" OriginalAmount="38.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16287066" Longitude="101.65596969" StarRating="4" HotelCode="758827|2289885" HotelName="Dorsett Hartamas" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Internet,Laundry,Meeting Room,Parking">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Sri Hartamas 1, D-G-08, Plaza Damas 3, Taman Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/2f/992fbb4cc1904545a6f704cb3ec769c2a8ffb74b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Explore the vibrancy of the neighbourhood. Indulge in the warm signature hospitality that's uniquely...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.80" OriginalAmount="38.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1449163457924" Longitude="101.71005785465" StarRating="3" HotelCode="166840|17724" HotelName="Capitol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bulan, Off Jalan Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/64/cb6465e8a8bf539a937984ff3c9f205a8dbb13f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Bukit Bintang, the commercial and entertainment centre of Kual...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.97" OriginalAmount="38.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.110286" Longitude="101.664188" StarRating="4" HotelCode="|390451" HotelName="V E  and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bangsar South No. 8 Jalan Kerinchi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/5/1/390451_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14834822" Longitude="101.70286732" StarRating="3" HotelCode="602085|391597" HotelName="AirPorter Bukit Bintang Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Suasana Bukit Ceylon 2, Persiaran Raja Chulan, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/6b/216b453929da232b3a6148f15906e0bb28ca3383.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145469" Longitude="101.70715" StarRating="4" HotelCode="161038|anggun_boutique_hotel" HotelName="Anggun Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 &amp; 9, Tengkat Tong Shin, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/d6/e1d6fd19b7b3d6fd0a5560694061af613594ee36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is neatly tucked into the street known as Tengkat Tong Shin in Bukit Bintang. An oasis of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142857" Longitude="101.702429" StarRating="3" HotelCode="188001|olympic_sports_hotel_kuala_lum" HotelName="Olympic Sports" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Jebat, 50150 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/79/c77991242c46f2db9b8de8423288f82ec3e4fa53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.25" OriginalAmount="39.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08465" Longitude="101.67107" StarRating="0" HotelCode="|232459" HotelName="Six Seasons" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 4, Lorong 1/137C, Batu 5, Jalan Klang Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/4/5/9/232459_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.30" OriginalAmount="39.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1321438977015" Longitude="101.68806842265" StarRating="2" HotelCode="452039|1892625" HotelName="NU Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Jalan Thambypillai, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/fb/0dfb2ee0199979d5ca9bdccabe8031d78c529956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.68" OriginalAmount="39.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16907" Longitude="101.65296" StarRating="3" HotelCode="|392475" HotelName="The Signature Service Suite Mont Kiara By Klhomesweet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kiara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/4/7/5/392475_4322a3b1011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.77" OriginalAmount="39.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.136757" Longitude="101.711722" StarRating="0" HotelCode="|441021" HotelName="D'majestic Premier Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>376, Jalan Pudu, Kuala Lumpur, 55100, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/2/1/441021_9da91ab1717.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.16" OriginalAmount="39.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12818" Longitude="101.6805" StarRating="0" HotelCode="|239607" HotelName="Kl Bangsar Sentral (est)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44, Jalan Ang Seng, Brickfields,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/0/7/239607_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.18" OriginalAmount="39.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16305" Longitude="101.65588" StarRating="4" HotelCode="|390714" HotelName="Dorsett Hartamas Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>D-G-08 Plaza Damas, No. 63 Jalan Sri Hartamas 1, Taman Sri Hartamas ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/1/4/390714_886cb0e0948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.40" OriginalAmount="40.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15903" Longitude="101.71422" StarRating="4" HotelCode="|597177" HotelName="Santa Grand Signature Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 36 Menara Santa Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/1/7/7/597177_2392b0b2239.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.69" OriginalAmount="40.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.140364" Longitude="101.710273" StarRating="3" HotelCode="|392818" HotelName="Royal Apartments At Taragon Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Level 11-7 Taragon Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/8/1/8/392818_b5910aa1005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.73" OriginalAmount="40.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14008768" Longitude="101.71205404" StarRating="4" HotelCode="460907|1974275" HotelName="Mercure Kuala Lumpur Shaw Parade" 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>Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/74/4d74e22faccfd6e372f25a27393329436383a961.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.89" OriginalAmount="40.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16297235" Longitude="101.71443635" StarRating="4" HotelCode="726151|2271935" HotelName="ibis Kuala Lumpur City Centre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Dining,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Yap Kwan Seng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/7a/ca7a46c392cdc42b3001c28d5e1a2969592d2827.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located right in the heart of Kuala Lumpur, ibis Kuala Lumpur City Centre is only a 5-...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.96" OriginalAmount="40.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1447" Longitude="101.7042" StarRating="0" HotelCode="|440960" HotelName="The Robertson Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Idaman Robertson, No 2, Jalan Robertson, Bukit Bintang, 50150 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/6/0/440960_8853e6d1656.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.00" OriginalAmount="40.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146452" Longitude="101.705624" StarRating="3" HotelCode="|441005" HotelName="Ceylonz Suites by MyKey Global" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Persiaran Raja Chulan, Kuala Lumpur, Federal Territory of Kuala Lumpur, 50200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/0/5/441005_a7e50690731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.122443" Longitude="101.682317" StarRating="3" HotelCode="267076|my_hotel__mid_valley" HotelName="Ray Parc Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 2/87G, Off Jalan Syed Putra, Taman Seputeh, 58000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/d3/2ad3a4525acc5cb02a8e49ff5092da6a093d2c35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14252045" Longitude="101.71017685" StarRating="0" HotelCode="965197|cool_service_suites_at_times_square" HotelName="Cool Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Bukit bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/86/ad86216ebfc87c39fe2ec1bc33217b8722ac558d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.74" OriginalAmount="41.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159673" Longitude="101.699249" StarRating="4" HotelCode="|468607" HotelName="Quill Residences Kuala Lumpur, Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1018 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/6/0/7/468607_b46006b1808.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.83" OriginalAmount="41.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145241" Longitude="101.712498" StarRating="4" HotelCode="76105|18124" HotelName="Royal Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Walter Grenier, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/89/0b89efcc57e765be56f40a7e0d7142801411c7b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the Golden Triangle in Kuala Lumpur: a haven for shopping, gou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.83" OriginalAmount="41.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144324" Longitude="101.706152" StarRating="3" HotelCode="187993|896735" HotelName="Sky Express Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu, Kuala Lumpur 55100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/308681/308681a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.95" OriginalAmount="41.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14927" Longitude="101.70034" StarRating="3" HotelCode="|470493" HotelName="lyf Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan Raja Chulan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/4/9/3/470493_97e62871947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.24" OriginalAmount="41.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14462012" Longitude="101.70424861" StarRating="3" HotelCode="746362|3114775" HotelName="The Robertson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Robertson, 50150 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/97/2d975aea74784cd80e328937fce33ce0b1a42ea7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155006536917" Longitude="101.70820551147" StarRating="3" HotelCode="224800|placin_at_crown_regency_kl" HotelName="Crown Regency Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan P. Ramlee, Kuala Lumpur 50250</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/13/ec136153d24936fa7cd55f2bd771d2ccd5389a82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="3" HotelCode="845076|rainbow_suites_at_times_square" HotelName="Rainbow Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/05/bd0562350b57e59e35ed27274d58963d64440595.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.30" OriginalAmount="42.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14257" Longitude="101.70991" StarRating="3" HotelCode="|396561" HotelName="Queens Service Suite At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East Tower, Lot 07-29, 7th Floor, Berjaya Time Square. No 1, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/6/1/396561_0bb4fe51047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.47" OriginalAmount="42.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.132234" Longitude="101.688" StarRating="2" HotelCode="|398053" HotelName="Nu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 37 Jalan Thambypillai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/0/5/3/398053_bee933e1342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.80" OriginalAmount="42.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09325" Longitude="101.73898" StarRating="3" HotelCode="|440837" HotelName="EkoCheras Luxury Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 693, Batu, 5, Jalan Cheras, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 56000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/3/7/440837_489ba7a1752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.04" OriginalAmount="42.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1436897" Longitude="101.7057154" StarRating="3" HotelCode="|386183" HotelName="Swiss Garden Residences Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2 Jalan Galloway, Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/1/8/3/386183_1_2333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451725" Longitude="101.70675533" StarRating="3" HotelCode="321252|12fly_hotel" HotelName="12FLY Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16-1 Jalan Tong Shin, Bukit Bintang 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b8/abb8b4b4b841789842074afcb2f96d9c55ee7d21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14287294" Longitude="101.71039482" StarRating="3" HotelCode="845142|best_service_suites_at_times_square_2" HotelName="Best Service Suites at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c4/8fc4376bde2620fb7e7a351502f72a92ad578a3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14283898" Longitude="101.71024511" StarRating="3" HotelCode="845554|the_apartments_times_square" HotelName="The Apartments at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Designated Smoking Area,Elevator,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/12/931294a2fd6d6ffae1b4e4c2e5d4afe83a3c0e97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Kuala Lumpur, The Apartments @ Times Square puts everything the city has ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.47" OriginalAmount="43.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14265" Longitude="101.71" StarRating="3" HotelCode="|397207" HotelName="Falcon Apartment At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1,Jalan Imbi.Bukit bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/0/7/397207_cdd5acc1001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.50" OriginalAmount="43.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588025621868" Longitude="101.69414162636" StarRating="4" HotelCode="16299|18014" HotelName="Summit Hotel KL City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/df/13dfdb3704459848e2deea8612476237e0f99ac8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located in the heart of business and shopping districts of Kuala Lumpur. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.57" OriginalAmount="43.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14925101" Longitude="101.70635053" StarRating="4" HotelCode="435709|1987955" HotelName="Verdant Hill Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Changkat Raja Chulan, Bukit Ceylon, 50200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/ac/48ace28c1cc59245da3a526ffc95a493a6394694.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.02" OriginalAmount="43.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16313" Longitude="101.71493" StarRating="4" HotelCode="|386532" HotelName="Ibis Kuala Lumpur City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/5/3/2/386532_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.04" OriginalAmount="43.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1619509" Longitude="101.6961092" StarRating="3" HotelCode="|33945" HotelName="Grand Continental Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BELIA/JALAN RAJA LAUT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/4/5/33945_1_3738.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 27 floors and 309 rooms. This air-conditioned hotel has a restaurant, a cafÃ©, a hall with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers guests a conference room, room service, a laundry service and a car park. SITUATION: It is situated in the surrounding area of banks, the government building and business areas. Clients can also find shopping centres, and metro stations. 45 minutes away from the establishment you have Kuala Lumpur Airport. ROOM: The rooms have a bathroom with a hairdryer, a shower, a direct line telephone, a television and a mini-bar. They also have a coffee maker, a kettle, individual air-conditioning, a safe and a terrace. FACILITIES: Clients can find a gym and a swimming pool with a children's area. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.10" OriginalAmount="43.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144795" Longitude="101.704349" StarRating="3" HotelCode="|397753" HotelName="The Robertson by Homes Asian" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Robertson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/7/5/3/397753_539ecfc1015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441439813105" Longitude="101.70519397127" StarRating="4" HotelCode="410665|swissgarden_residences_kuala_lumpur" HotelName="Swiss-Garden Residences Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2A Jalan Galloway, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/74/4b7494b81fce8f13459d54938dadfee633983113.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur, about 9 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.61" OriginalAmount="44.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15838" Longitude="101.70467" StarRating="3" HotelCode="|236291" HotelName="Mercu Summer Suite Klcc At Penguin Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MERCU SUMMER SUITE, 8, JALAN CENDANA OFF</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/2/9/1/236291_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.75" OriginalAmount="44.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14257" Longitude="101.70991" StarRating="0" HotelCode="|405214" HotelName="Grand Service Apartment At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Jalan Imbi, Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/1/4/405214_ec9a3411036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.85" OriginalAmount="44.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14286" Longitude="101.71015" StarRating="0" HotelCode="|239735" HotelName="Real Point Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square E Twr, Suite A 20-1 1 Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/3/5/239735_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.90" OriginalAmount="44.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1643131" Longitude="101.69226674" StarRating="3" HotelCode="845839|2253615" HotelName="Best KL City View @ Regalia Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Anjung Putra, Off Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/a8/f3a8f9ebead557dfd0285d824a3707e53b3a3b2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.02" OriginalAmount="44.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158473" Longitude="101.703835" StarRating="4" HotelCode="|546688" HotelName="The Platinum Suites KLCC by Veedu Hauz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/6/8/8/546688_c73af7b1047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.26" OriginalAmount="44.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13684" Longitude="101.70084" StarRating="0" HotelCode="|589204" HotelName="Crystal Suite at Opus Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Jalan Talalla opus resedench 2-21-03</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/2/0/4/589204_a411cd02008.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.26" OriginalAmount="44.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158542" Longitude="101.703882" StarRating="3" HotelCode="|545785" HotelName="Amazing Pool By Platinum Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Face Suites, Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/7/8/5/545785_58b0e8a1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.32" OriginalAmount="44.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12845" Longitude="101.68068" StarRating="3" HotelCode="|396789" HotelName="KL Sentral Bangsar Suites (EST) by Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44A Jalan Ang Seng, Bricksfields, Kuala Lumpur, 50470</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/7/8/9/396789_768636a1034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.39" OriginalAmount="45.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0854409" Longitude="101.5227072" StarRating="2" HotelCode="|398368" HotelName="Super Oyo 530 Dd" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL TENGKU AMPUAN ZABEDAH E 9 E SEKSYEN 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/6/8/398368_d8c4df50732.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.51" OriginalAmount="45.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142361" Longitude="101.709716" StarRating="3" HotelCode="|396785" HotelName="Residency Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/7/8/5/396785_44d6f2f1252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.70" OriginalAmount="45.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.149268" Longitude="101.706417" StarRating="4" HotelCode="|211073" HotelName="Verdant Hill Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.6 Changkat Raja Chulan,Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/3/211073_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.91" OriginalAmount="45.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16426" Longitude="101.69212" StarRating="3" HotelCode="|234672" HotelName="Best Kl City View At Regalia Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B-12-06, Regalia Residence 2 Off Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/7/2/234672_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.91" OriginalAmount="45.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162235" Longitude="101.713274" StarRating="4" HotelCode="|441364" HotelName="Ceylonz Suite by Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Persiaran Raja Chulan, Bukit Bintang, 50200 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/3/6/4/441364_c3572e81343.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.30" OriginalAmount="45.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15074416" Longitude="101.70852132" StarRating="3" HotelCode="442581|1867328" HotelName="Holiday Inn Express Kuala Lumpur City Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>84 Jalan Raja Chulan, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/59961/c5c37754-075b-4306-a4ce-0140a3790c29.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162948" Longitude="101.657201" StarRating="4" HotelCode="186265|64174" HotelName="Damas Suites &amp; Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Damas Club, Plaza Damas 3, 63 Jalan Sri Hartamas 1, Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/98/4b98cd8bd9d6f45f712e0b2c44842b89650deb0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled beautifully in the heart of Sri Hartamas, offering a chic and trendy environmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145594" Longitude="101.709609" StarRating="2" HotelCode="187985|bintang_warisan_hotel" HotelName="Bintang Warisan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/63/b3637fe95631529605c81eb186376540356b0c25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14276365" Longitude="101.71013699" StarRating="3" HotelCode="965861|grand_service_suite_at_times_square_kuala_lumpur" HotelName="Grand Service Suite at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/15/ed15bf80dc678df3a584f0e860e1e1810ff55fc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242723-27110110/1991844498052636273/1" HotelName="AMI SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/59000000/58500000/58497200/58497162/f3252d2a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.67" OriginalAmount="46.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144435" Longitude="101.704162" StarRating="3" HotelCode="|397333" HotelName="Robertson Residences At Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Robertson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/3/3/397333_f788a691043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.74" OriginalAmount="46.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142878" Longitude="101.702421" StarRating="0" HotelCode="|404487" HotelName="Olympic Malaysia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Jebat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/8/7/404487_4c69fd40828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.13" OriginalAmount="46.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.163102" Longitude="101.713984" StarRating="3" HotelCode="|554892" HotelName="Royce Residence By Dormeo Destinations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/9/2/554892_4e7ae251546.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.21" OriginalAmount="46.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160508" Longitude="101.735335" StarRating="0" HotelCode="|404222" HotelName="Five Senses Suite At M Suite Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>283, Jalan Ampang, Desa Pahlawan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/2/2/2/404222_d6ecc4f1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.27" OriginalAmount="46.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167357" Longitude="101.695661" StarRating="4" HotelCode="|471541" HotelName="Chambers Residence By Five Senses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ipoh Kecil, Chow Kit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/4/1/471541_1ddb7381209.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.29" OriginalAmount="46.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14232" Longitude="101.7101" StarRating="3" HotelCode="|394281" HotelName="Eastern Suites At Times Square Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/8/1/394281_3e865e31022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.40" OriginalAmount="46.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.150733" Longitude="101.708627" StarRating="3" HotelCode="|204004" HotelName="Holiday Inn Express Kuala Lumpur City Centre, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Jalan Raja Chulan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/0/0/4/204004_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.44" OriginalAmount="47.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145123" Longitude="101.696298" StarRating="3" HotelCode="|32971" HotelName="Ancasa Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN TUN TAN CHENG LOCK, PO BOX 12700</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/7/1/32971_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, is perfect for business and holiday stays, has air-conditioning and has 200 rooms a reception, a safety deposit box service, a lift and a restaurant. The establishment also offers room service, a laundry service and a car park. SITUATION: The hotel is in the historic centre, nearby, you will find the business area, in the surrounding area, clients have the railway station, the bus station, is 10 minutes away from a market, Chinatown it is situated 2 minutes away from 30 minutes away from the establishment guests have the mosque. ROOM: Customers can find large and inviting rooms with adjustable air-conditioning system, a safe, internet, a direct line telephone, a satellite TV and films. They also have a mini-bar, a coffee maker, a kettle and a hairdryer (available on request). FACILITIES: The establishment boasts a spa, treatments and aromatherapy treatments. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment also offers a bar. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.54" OriginalAmount="47.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158544" Longitude="101.703885" StarRating="3" HotelCode="|440830" HotelName="KL Platinum Suites by SNC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, Platinum Suites, Kuala Lumpur, KL, 50250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/3/0/440830_45a9faf0909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.78" OriginalAmount="47.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1452912894585" Longitude="101.69924587011" StarRating="3" HotelCode="58323|17854" HotelName="Ancasa Hotel &amp; Spa Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Tan Cheng Lock, 50500 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/2c/dd2c81d71368e0e6752966961ae2c4f4ac38d0c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the historical part of the city, close to Kuala Lumpur's business ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.85" OriginalAmount="47.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142161" Longitude="101.71064" StarRating="0" HotelCode="|404219" HotelName="Kl Times Square Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/2/1/9/404219_d62836f1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.19" OriginalAmount="47.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15443" Longitude="101.70706" StarRating="0" HotelCode="|247393" HotelName="Vortex Klcc By Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/3/9/3/247393_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.36" OriginalAmount="47.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154727" Longitude="101.707367" StarRating="3" HotelCode="|404116" HotelName="Luxe Suites At Vortex Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/1/6/404116_146aae90232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12941126" Longitude="101.75455514" StarRating="3" HotelCode="511750|sojourn_guest_house" HotelName="Sojourn Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 &amp; 3 Jalan Pandan Indah 4/2, Pandan Indah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/52/56528c72eb71c6fd1e1bbd6dc4b2364efa258d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Sojourn Guest House offers comfort and convenience whether you're on business or holiday ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15581659" Longitude="101.70822992" StarRating="3" HotelCode="792050|parkview_service_apartment_klcc" HotelName="Park View Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Changkat Perak, Off Lorong Perak, City Centre, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/07/6107865db26821913fe7cb352abb6060b890fdc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12750822" Longitude="101.68031148" StarRating="3" HotelCode="876441|kl_sentral_bangsar_suites_est" HotelName="The Establishment by Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/49/b049bd2e11b11df93af9e4faaaf2cf13ce502bda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.46" OriginalAmount="48.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448865" Longitude="101.7096545" StarRating="3" HotelCode="|32618" HotelName="Capitol Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BULAN, OFF JALAN BUKIT BINTANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/6/1/8/32618_1_9771.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1957, has air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a cafÃ© and a restaurant. The establishment also offers room service, a laundry service and a car park. SITUATION: It is inBukit Bintang the heart of is situated in Kuala Lumpur the leisure and shopping area of near the establishment, you will find Sungei Wang Plaza and BB Plaza the shopping centres Clients can also find Bintang Walk the shopping centres. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, a satellite television with films, a mini-bar, a coffee maker, a teapot and an ironing set. They also have a safe, an electronic key, an alarm clock and an individual air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.62" OriginalAmount="48.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14297" Longitude="101.71041" StarRating="0" HotelCode="|238352" HotelName="Kl Service Suite At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East tower, Suite 22-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/3/5/2/238352_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.92" OriginalAmount="48.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1715846647316" Longitude="101.69602879166" StarRating="4" HotelCode="37486|88317" HotelName="Vistana Kuala Lumpur Titiwangsa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Lumut, Off Jalan Ipoh, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/89/6b89601adb86ac0589e69e37eab6563fac9be949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located within Kuala Lumpur's main business hub, this city hotel is within short walki...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.04" OriginalAmount="48.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.128108" Longitude="101.680411" StarRating="0" HotelCode="|440933" HotelName="The Establishment Est Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 44A, Jalan Ang Seng, Brickfields, Kuala Lumpur, Wilayah Persekutuan, 50470</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/3/3/440933_903bd1d1124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.44" OriginalAmount="48.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1581867" Longitude="101.7185102" StarRating="0" HotelCode="|89498" HotelName="Perdana Kuala Lumpur City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10, JALAN BINJAI, 50450 KUALA LUMPUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/9/8/89498_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14252396" Longitude="101.71052277" StarRating="3" HotelCode="845365|best_service_suites_at_times_square" HotelName="Times Service Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Designated Smoking Area,Elevator,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c2/0ac299baab29418d652ad8b214751c3dee9796dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;We are service suite within Times Square super mall the monorail station is right in front of the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.49" OriginalAmount="49.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0849316687158" Longitude="101.6736549139" StarRating="3" HotelCode="67211|17994" HotelName="The Pearl Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Batu 5, Jalan Klang Lama, 58000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bb/b3bbaa31e6e32d00cb1badcd4fcb6ec2fd7c1dcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Pearl Point Shopping Mall, Jusco J-1 Supermarket, Parkson Grand ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.55" OriginalAmount="49.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.130363" Longitude="101.723306" StarRating="4" HotelCode="|534379" HotelName="UNA Sunway Velocity by Unimax" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Peel Cheras, Maluri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/7/9/534379_23d142c1419.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.72" OriginalAmount="49.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159567" Longitude="101.696724" StarRating="4" HotelCode="285007|1059418" HotelName="Premiera Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Jalan Tuanku Abdul Rahman, Menara Mara, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/71/a5719fbf6156a95c47db657a39684df7ea452ead.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.03" OriginalAmount="49.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.166312" Longitude="101.692747" StarRating="5" HotelCode="|165410" HotelName="Sunway Putra , Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9th Floor, Sunway Putra Palace, 100 Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/4/1/0/165410_4a5dcf91326.jpg</HotelPictures>
        <HotelDescription>HOTEL: The SUNWAY PUTRA is rated four stars, it was opened in 1994, has a cafÃ©, a swimming pool and a gym. SITUATION: This establishment is in the centre of Kuala Lumpur. It is located near National Mosque, ROOM: The establishment has 620 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.11" OriginalAmount="49.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147327" Longitude="101.712635" StarRating="4" HotelCode="173333|215876" HotelName="Fahrenheit Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Jalan Bukit Bintang, 5th Floor Fahrenheit 88, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cd/b9cd73a5ef28a957f56812941c80847996076cfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a strategic location in the heart of the city. It is situated steps away from the r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.14" OriginalAmount="49.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142696" Longitude="101.709432" StarRating="4" HotelCode="|393668" HotelName="KL Service Apartment at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square East Tower, Suite A-40-09, No.1, Jalan Imbi, Kuala Lumpur, 55100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/6/6/8/393668_ba2db360926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.15" OriginalAmount="49.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08505" Longitude="101.673175" StarRating="3" HotelCode="|34844" HotelName="The Pearl Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BATU 5, JALAN KLANG LAMA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/4/4/34844_1_4307.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 563 air-conditioning rooms, a hall with a reception, a safety deposit box service, a lift, a restaurant and conference facilities. The establishment offers room service and a laundry service. SITUATION: It is nearPearl Point the shopping centre Clients can also find a supermarket, Parkson Grand Plaza OUG the shopping centre tourist points of interest, the central station, the sports centre, the convention centre, Citrus Park the theme park Sunway Lagoon the water park. it is well-connected with the motorway. ROOM: The rooms have a bathroom, a television, individual air-conditioning, a hairdryer and a direct line telephone. They also have data connection, an answering machine, a coffee maker, a kettle, a radio, films, a safety deposit box and a mini-bar. FACILITIES: The establishment boasts a spa and a covered swimming pool. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant with typical cuisine, Occidental dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.22" OriginalAmount="49.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.171641" Longitude="101.712433" StarRating="0" HotelCode="|404133" HotelName="Expressionz Suites by iHost Global" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 30, Jalan 1/65A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/3/3/404133_9505dd80337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.32" OriginalAmount="49.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1497129363747" Longitude="101.71713352203" StarRating="5" HotelCode="104009|98228" HotelName="Royale Chulan Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Conlay, City Centre, 50450 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/8e/ab8e9cd3063dbbe8a91df0e0c6cbe674df08f991.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;For a city hotel, location is everything and this one is central to most inner city attractions, ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14647" Longitude="101.71568" StarRating="3" HotelCode="|240567" HotelName="Tribeca Hotel and Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 215 Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/5/6/7/240567_64246781620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.64" OriginalAmount="50.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156959" Longitude="101.7220675" StarRating="5" HotelCode="|69984" HotelName="Micasa All Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>368-B, Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/8/4/69984_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.00" OriginalAmount="50.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162823" Longitude="101.656117" StarRating="3" HotelCode="|397404" HotelName="Dorsett Residences Sri Hartamas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Sri Hartamas 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/0/4/397404_0bad80b1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.34" OriginalAmount="50.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158128" Longitude="101.719147" StarRating="4" HotelCode="67500|227496" HotelName="PNB Perdana Hotel &amp; Suites On The Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Binjai, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/0e/0e445a4a6ec5c7e5/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of the city's business, residential and entertainment dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.40" OriginalAmount="50.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.157095" Longitude="101.721924" StarRating="4" HotelCode="63916|64584" HotelName="MiCasa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>368-B Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/52/1052de1ea0a87d2519a4fa767690cea00467b04e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a prestigious location within the embassy and business district, a stone's throw aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11794" Longitude="101.678646" StarRating="3" HotelCode="63774|the_boulevard_st_giles_premier_hotel" HotelName="Cititel Mid Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mid Valley City, Lingkaran Syed Putra, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/10/a810106e5b23be6aa610b7311656a19784660f89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of Klang Valley, between Kuala Lumpur and Petaling Jaya, this hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14275" Longitude="101.7102" StarRating="4" HotelCode="982962|kl_service_apartment_at_time_square" HotelName="KL Service Apartment at Time Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, East Tower, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f6/4ef6ee490d96f1ecdf1c1e589d779ec6db74e83e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.54" OriginalAmount="51.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159238" Longitude="101.705194" StarRating="5" HotelCode="311548|1060148" HotelName="Fraser Residence Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Cendana, Off Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/bc/57bcf2d8836545caf2690a61e8a929ac41549db9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.57" OriginalAmount="51.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1631334" Longitude="101.656961" StarRating="4" HotelCode="|128137" HotelName="Damas Suites and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 63 Jalan Sri Hartamas 1,Taman Sri Hartamas.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/3/7/128137_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.59" OriginalAmount="51.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.943152" Longitude="101.69978" StarRating="5" HotelCode="|34960" HotelName="Pulse Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TAMAN PUTRA PERDANA, PRESINT 1, 62000 PUTRAJAYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/6/0/34960_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern style, boutique hotel, is perfect for business and holiday stays, was opened in 2003, has air-conditioning and 118 rooms. Guests can also find a lobby with a reception, a safety deposit box service, a lift, a bar, a restaurant, conference rooms, WiFi, a laundry service, room service and a car park. SITUATION: It is in an excellent location, 30 minutes away, you can find Kuala Lumpur the city of it is 35 minutes away from Petronas the towers Clients can also find, 40 minutes away from the establishment you have a public transport stop 25 minutes away fromKuala Lumpur Airport. ROOM: The spacious rooms, have a terrace, internet, a direct line telephone with an answering machine and individual air-conditioning. They also have satellite or cable TV, a coffee maker, a kettle, a mini-bar, a safe and a bathroom. FACILITIES: Outdoors, guests have access to a swimming pool, Guests are offered a massage service, a sauna and facial treatments. The establishment has a gym and a spa. close to the establishment, you can find a golf course, motorboat rides. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoyPalm Hill CafÃ© the cafÃ© with traditional and international dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.97" OriginalAmount="51.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147109" Longitude="101.708249" StarRating="0" HotelCode="|470684" HotelName="Stay With Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51-A, Changkat Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/8/4/470684_eac136b1202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.18" OriginalAmount="51.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158161" Longitude="101.703754" StarRating="5" HotelCode="650811|1896485" HotelName="The Face Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/38/9938d1f8da4d0e8717429fae9a4a1b29cecdda3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.61" OriginalAmount="52.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.141469" Longitude="101.70464" StarRating="3" HotelCode="|397687" HotelName="Bbhomes At Casa Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Jalan Galloway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/8/7/397687_4235a2d1058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.99" OriginalAmount="52.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14291" Longitude="101.710121" StarRating="4" HotelCode="|390453" HotelName="Kl Bintang Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square East, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/5/3/390453_c7cc6e80915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.30" OriginalAmount="52.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1661172" Longitude="101.6985038" StarRating="3" HotelCode="|59502" HotelName="Q Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Jalan Tiong Nam, Off Jalan Raja Laut,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/0/2/59502_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Citrus is rated four stars and it is situated in Kuala Lumpur city centre. This establishment was built in 2004, has a swimming pool, a cafÃ© and business facilities. It has 171 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.40" OriginalAmount="52.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1227757431824" Longitude="101.72956531775" StarRating="3" HotelCode="321036|935135" HotelName="Seri Cempaka Service Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Pudu Ulu, Tower 2, Menara PGRM, Cheras, 56100 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/6c/2a6cc7bad64a55e7c1f91d6a06c1c8f14d842003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Cheras.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133802" Longitude="101.663363" StarRating="4" HotelCode="186940|63864" HotelName="The Nomad Residences Bangsar" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Ara, Bangsar, 59100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/d9/35d9d98af08d3475e95a8674b349323a4c9e7070.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the city centre, this apartment hotel is close to Bangsar Village, the Malaysian Houses ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485488944671" Longitude="101.70763750543" StarRating="4" HotelCode="319465|invito_hotel_suites" HotelName="Ramada Suites by Wyndham Kuala Lumpur City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong Ceylon, Bukit Ceylon, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/e3/12e31db78b05fb8c4d4b092f30da221d4514231b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.64" OriginalAmount="53.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.766671" Longitude="101.6933692" StarRating="3" HotelCode="|59557" HotelName="ibis Styles Sepang KLIA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN KLIA 1/60 SEPANG, SELANGOR SEPANG, SELANGOR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/5/7/59557_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, has 338 rooms and suites. It has a lobby with a reception, a restaurant, conference rooms, room service, a laundry service and a car park. SITUATION: It is located close toKuala Lumpur Airport 8 minutes away, you can find the Formula 1 the Circuit It is situated 28 minutes away fromKuala Lumpur the city centre of Petaling Street 45 minutes away from the establishment you have Clients can also find Petronas the towers. ROOM: The establishment has superior rooms, deluxe rooms, executive rooms, executive suites and family suites. They have an individual air-conditioning system, a satellite TV, a coffee maker, a kettle, a bathroom and a direct line telephone. They also have a mini-bar, a safe, a hairdryer and water (free of charge). FACILITIES: You can find a swimming pool, tennis courts, a gym, a sports bar, a bistro restaurant, billiards, darts and games. MEALS: Regarding the food and beverage offering, the establishment offersMelting Pot CafÃ© the restaurant. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.91" OriginalAmount="53.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.28283" Longitude="101.54263" StarRating="0" HotelCode="|605337" HotelName="Gaia Residence, Gamuda Gardens Rawang by Sleepy Bear" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gaia Residences, 48050 Rawang, Selangor.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/3/3/7/605337_57328b02311.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.98" OriginalAmount="53.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161987" Longitude="101.71282" StarRating="4" HotelCode="|535750" HotelName="Scarletz Suites by Five senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/7/5/0/535750_f730fe62059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1442255289131" Longitude="101.70822226257" StarRating="4" HotelCode="47330|5142" HotelName="Royale Chulan Bukit Bintang" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17-21 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/c3/c3f81450a626102f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a perfect location, directly in the heart of the Golden Triangle in Kuala Lumpur. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14258268" Longitude="101.71014078" StarRating="3" HotelCode="844935|kl_bintang_suites_at_times_square" HotelName="KL Bintang Private Unite at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/ec/98ecfdeb29ab8b37393745a8c84289b8d2bc71d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.85" OriginalAmount="54.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15941" Longitude="101.70544" StarRating="5" HotelCode="|188572" HotelName="Sfera Residence Kuala Lumpur City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Cendana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/7/2/188572_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.89" OriginalAmount="54.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.065689" Longitude="101.484958" StarRating="3" HotelCode="|203246" HotelName="Best Western I-city Shah Alam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A-GF-01 NO 6 PERSIARAN MULTIMEDIA, SHAH ALAM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/2/4/6/203246_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.93" OriginalAmount="54.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14435" Longitude="101.705746" StarRating="4" HotelCode="|390723" HotelName="Platinum Suites At Swiss Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117, Jalan Pudu, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/3/390723_3b90fb10947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.94" OriginalAmount="54.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1470559" Longitude="101.7121477" StarRating="4" HotelCode="|43945" HotelName="Ansa Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 Jalan Bukit Bintang, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/4/5/43945_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 239 contemporary style rooms. SITUATION: This hotel is opposite the Golden Triangle of Art is situated in the business area and the leisure area. Near the establishment, guests will find Lot 10 Shopping Centre. Clients can also find Starhill Gallery and Bintang Walk Shopping Centre and The Pavilion. It is situated 10 minutes away from Chinatown 20 minutes away from the establishment clients have the Craft Cultural Complex (also known as Kompleks Budaya Kraf) clients can also find the national gallery. ROOM: The comfortable, smart rooms have a bathroom with a bath or shower, a hairdryer, a direct line telephone, a mini-bar, a coffee maker, a kettle, individual air-conditioning, a safe and internet. FACILITIES: The establishment boasts a spa fully-equipped, a massage service and spa treatments. PAYMENT METHODS: Customers can pay using AmEx, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have L'Opera Restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.32" OriginalAmount="54.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15954" Longitude="101.71816" StarRating="0" HotelCode="|402444" HotelName="Binjai 8 Klcc By Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Suite 1808, level 18, Binjai 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/4/4/4/402444_4e48df21250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.40" OriginalAmount="54.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158649" Longitude="101.703803" StarRating="5" HotelCode="|203490" HotelName="The Face Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020, Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/0/203490_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15903995" Longitude="101.71761911" StarRating="3" HotelCode="601168|335366" HotelName="Binjai 8 Premium Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Lorong Binjai, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/76/ec7638c438a8a9c9f8b351c60230224505967925.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.74" OriginalAmount="55.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.128209" Longitude="101.723968" StarRating="0" HotelCode="|396526" HotelName="Sunway Velocity Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV, Sunway Velocity, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/2/6/396526_c3a0f831055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.95" OriginalAmount="55.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143937" Longitude="101.705378" StarRating="3" HotelCode="|404687" HotelName="Swiss Garden Residence Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A Jalan Galloway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/6/8/7/404687_041b86d1304.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.01" OriginalAmount="55.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.128344" Longitude="101.723192" StarRating="3" HotelCode="|392602" HotelName="Velocity Kl Suites By Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV1, Sunway Velocity</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/6/0/2/392602_78650e51004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.53" OriginalAmount="55.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586793680254" Longitude="101.70832514763" StarRating="5" HotelCode="400918|17824" HotelName="Hotel Maya Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/48/ee489d1fd523711a6de8da7141b3d13438e3e46f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the hub of the business and commercial districts adjacent to Kuala Lumpur's famous Petron...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3956-32787584/1991844498052636273/2" HotelName="ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527700/527671/3deae2ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.74" OriginalAmount="56.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1444188" Longitude="101.705461" StarRating="4" HotelCode="|51694" HotelName="Swiss-garden Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/6/9/4/51694_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is modern. SITUATION: The establishment is in the heart of Kuala Lumpur. Close to the establishment, guests can find the shopping area and the business area. can also find Chinatown ROOM: Guests are offered 310 rooms with TV, a direct line telephone, an air-conditioning system, internet and a bathroom. FACILITIES: have access to a restaurant, a bar, banquet halls, fitness facilities and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.74" OriginalAmount="56.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158843" Longitude="101.704086" StarRating="0" HotelCode="|402570" HotelName="Yemala Suites At Platinum Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/5/7/0/402570_c5d4ce10605.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.83" OriginalAmount="56.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162235" Longitude="101.713274" StarRating="0" HotelCode="|467381" HotelName="Mana-mana Suites At Scarletz Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/3/8/1/467381_60d69ab1740.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.87" OriginalAmount="56.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588448" Longitude="101.7077128" StarRating="5" HotelCode="|59523" HotelName="Maya Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138, Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/2/3/59523_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 207 large rooms, The establishment boasts air-conditioning, a hall with a reception, a safety deposit box service, a lift, a restaurant and room service. SITUATION: This hotel is in the business and commercial area, next to the establishment, clients can find Petronas the tower it is 15 minutes away from the market, Clients can also find. ROOM: The are spacious and modern rooms, Guests are offered 107 suites with a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar and a mini-fridge. They also have a coffee maker, a kettle, an individual air-conditioning system and a safety deposit box. FACILITIES: Guests are offered a massage service, a spa, a heated hydromassage swimming pool and showers. Customers can also find a swimming pool and a gym. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants and a bar. PAYMENT METHODS: With regards gastronomy American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.92" OriginalAmount="56.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143258" Longitude="101.709992" StarRating="4" HotelCode="|55372" HotelName="Melia Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 JALAN IMBI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/7/2/55372_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 302 rooms, 92 standard rooms, 109 deluxe rooms, 47 Premier suites, 49 Melia Deluxe rooms, 4 junior suites and 1 executive suites. It has air-conditioning, a cafÃ©, a restaurant, a hairdresser's, conference rooms, room service and a car park. SITUATION: This hotel is in Kuala Lumpur the city centre of in front of the establishment, guests have Times Square the shopping centre in the surrounding area, clients can find business areas, shopping centres and leisure areas. ROOM: The rooms a bathroom, a direct line telephone, a mini-bar, an ironing set, individual air-conditioning and a safe. FACILITIES: The establishment boasts a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offersEl Patio the cafÃ© local and international dishes. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.95" OriginalAmount="56.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441578" Longitude="101.7083195" StarRating="4" HotelCode="|32851" HotelName="Royal Signature" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-21, Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/5/1/32851_1_3045.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 418 rooms, a lobby, a reception, a safety deposit box service, a currency exchange service and lifts. Guests can find a cafÃ© and conference rooms. The establishment offers guests room service, a laundry service and a car park. SITUATION: It is in Kuala Lumpur city centre. It is in the Golden Triangle, near the establishment, you will find the business area and Bukit Bintang Plaza Shopping Centre. Clients can also find Lot 10. ROOM: The Oriental-style rooms have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar, a coffee maker, a kettle, a safety deposit box and an individual air-conditioning system. FACILITIES: Outdoors, clients can enjoy a swimming pool, deck chairs and a terrace. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and cash. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet restaurant and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.47" OriginalAmount="56.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146706" Longitude="101.713845" StarRating="3" HotelCode="|448186" HotelName="Sleeping Lion Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln Gading, Bukit Bintang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/8/6/448186_7acebaa0910.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.49" OriginalAmount="56.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.174748" Longitude="101.657508" StarRating="4" HotelCode="188018|1182578" HotelName="Wedgewood Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Duta Kiara, La Grande Kiara, Bukit Kiara, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/5f/5f5f1194230970d11aca4968cad6968626446da5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1626804926592" Longitude="101.72037363052" StarRating="4" HotelCode="187199|myhabitat_residences_by_fairlane_hospitality" HotelName="MyHabitat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Aman, 54000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/d9/09/d909fd016f4f7eba7071a0424d4d01cc9c5fda12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a mere stone's throw from Kuala Lumpur city centre, with the Petronas Twin Towers and S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1535143078967" Longitude="101.71005154026" StarRating="3" HotelCode="377544|betty_roux_at_soho_suites_klcc" HotelName="Soho Suites @ KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Perak, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/20/e8204298c1100a18e3de47c47435a90795969ed2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12794597" Longitude="101.7237287" StarRating="3" HotelCode="572696|sunway_velocity_hotel_kuala_lumpur" HotelName="Sunway Velocity Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV, Sunway Velocity, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/73/a9733557e48e6426655273bbbe199044e69acca9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14436119" Longitude="101.70616098" StarRating="3" HotelCode="733821|metropol_hotel_10" HotelName="Metropol Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu, Bukit Bintang, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/1d/841dea6e4bbbece9aa6ba73779d68c53880e072f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15873431" Longitude="101.70491014" StarRating="0" HotelCode="970716|mercu_summer_suites_klcc_by_feel_homes" HotelName="Mercu Summer Suites by Feel Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Off Jalan Sultan Ismail, Kampung Baru, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/6e/506e65f94bcb4fc38cff911b93805905e287a0dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.79" OriginalAmount="57.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158914" Longitude="101.703781" StarRating="3" HotelCode="|397612" HotelName="One Bukit Ceylon Ramada Klcc - Ecosuites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>One Bukit Ceylon, No 1, Lorong Ceylon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/1/2/397612_4c0b4971352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.91" OriginalAmount="57.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155618" Longitude="101.705984" StarRating="4" HotelCode="|33498" HotelName="Concorde Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, JALAN SULTAN ISMAIL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/4/9/8/33498_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 338 rooms, They have air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service and lifts. Guests can find a restaurant, a nightclub, conference rooms, a car park and room service. SITUATION: the Golden Triangle It is in nearby, you will find the business area, is located near the shopping areas, places of interest ,Putra World Trade Center 10 minutes away from the establishment clients have Malaysia Tourism center near the establishment, guests will find Clients can also find Suria KLCC the shopping centre Petronas the towers the convention centre and Kuala Lumpur the Tower of it is 75 kilometres away from the international airport. ROOM: Guests are offered interconnecting rooms, standard rooms, superior rooms, superior executive rooms and non-smoking rooms. The rooms a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: Guests are offered live music, a TV room, a swimming pool, a sauna and a gym. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoyCrossroads the bar Melting Pot CafÃ© the cafÃ© with breakfast service and lunch and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.22" OriginalAmount="57.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15533" Longitude="101.705862" StarRating="4" HotelCode="66146|89136" HotelName="Concorde Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/03/b9030ba8ab961748e392a98f7db24aac18274ccb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Golden Triangle of Kuala Lumpur, the capital of Malaysia. The city's bus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.27" OriginalAmount="57.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1443607547293" Longitude="101.70548483349" StarRating="4" HotelCode="424158|1870678" HotelName="Swiss-Garden Hotel Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>117 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/2c/112c340c3e903e29a24086073d648136234c00bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of Kuala Lumpur, between bustling Bukit Bintang and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.47" OriginalAmount="57.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142208" Longitude="101.710542" StarRating="5" HotelCode="|59492" HotelName="Berjaya Times Square , Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/9/2/59492_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Berjaya Times Square is rated five stars and it is in Kuala Lumpur city centre. This establishment was built in 2004 and has a safety deposit box service. ROOM: Guests are offered 610 rooms with a hairdryer, an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.61" OriginalAmount="57.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15911" Longitude="101.71783" StarRating="3" HotelCode="|391771" HotelName="Binjai 8 Premium Soho KLCC - Artez Maison" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2, Lorong Binjai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/7/1/391771_adc7fbe1041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.70" OriginalAmount="57.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1191831" Longitude="101.677416" StarRating="4" HotelCode="|33237" HotelName="The Boulevard - A St Giles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MID VALLEY CITY, LINGKARAN SYED PUTRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/3/7/33237_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a lobby, with a reception, lifts, air-conditioning, a safety deposit box service and a currency exchange service. Guests can find dining facilities, a bar, room service and a laundry service. SITUATION: Mid Valley City It is in in front of the establishment, you can find the train, is 5 kilometres away from the central train station, is in the city centre, Kuala Lumpur and Petaling Jaya It is between it is well-connected with business zones, the commercial area, the government building, tourist points of interest and shopping areas. Clients can also find leisure areas. ROOM: The establishment has 390 smart, comfortable rooms, have a bathroom, a direct line telephone, a satellite television, a mini-bar, individual air-conditioning, a coffee maker, a kettle and a safe. FACILITIES: The establishment has a swimming pool. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant with traditional and Occidental dishes with terrace, The establishment also offers room service and a lounge bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14428" Longitude="101.7056" StarRating="4" HotelCode="567642|3488" HotelName="Swiss-Garden Hotel &amp; Residences Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,ATM/Cash Machine,Babysitting,Bar,Concierge,Conference Hall,Currency Exchange,Elevator,Internet,Kitchen,Laundry,Massage Centre,Meeting Room,Parking,Porter,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Swimming Pool,Telephone Service,Travel Desk,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>117 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/7b/8a7b5ccb34578f95a2e6ffdc765ef117e4d2053e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Swiss-Garden Hotel &amp; Residences Kuala Lumpur is strategically located in the heart of Kuala Lumpur b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11923" Longitude="101.67751" StarRating="4" HotelCode="58799|the_boulevard_a_st_giles_hotel_kuala_lumpur" HotelName="The Boulevard - A St Giles Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mid Valley City, Lingkaran Syed Putra, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/97/37972116903109ff7219b9924c92b13da162c7fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically set within Mid Valley City, the city hotel, with the commuter train running right by i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1673451845483" Longitude="101.69211265278" StarRating="4" HotelCode="45314|seri_pacific_hotel_kuala_lumpur" HotelName="Seri Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/df/f5df2d6c9dfb6c0a9bab126876cc8e7349dc84ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur next door to the Putra World Trade Centre, Malaysia's premier ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.10" OriginalAmount="58.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14630187" Longitude="101.71565628" StarRating="3" HotelCode="630828|2283985" HotelName="Tribeca Serviced Suites Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>215 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/0a/2f0a592106be39ed637a8c87f85f3a2ea378beb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.61" OriginalAmount="58.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158527" Longitude="101.703844" StarRating="5" HotelCode="|448765" HotelName="THE FACE Style" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/7/6/5/448765_ec164a21220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16752397" Longitude="101.65250709" StarRating="3" HotelCode="637672|hyatt_house_kuala_lumpur_mont_kiara" HotelName="Hyatt House Kuala Lumpur, Mont Kiara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Printer,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>G-2 Arcoris, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/41/e1419d36fb88a45d89407477017ed43b87362ef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Sepang. Hyatt House Kuala Lumpur Mont Kiara offers wired and wire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.80" OriginalAmount="59.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1423104835894" Longitude="101.71017587185" StarRating="4" HotelCode="61883|17704" HotelName="Berjaya Times Square Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/5b/ff5b640d330fdb04fe6bf7145013e0148b559deb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is sitting on the top of the world with a spectacular view of the city skyline, posi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.84" OriginalAmount="59.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161394" Longitude="101.712171" StarRating="4" HotelCode="|393664" HotelName="Star Suites Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Star Residences No.1 Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/6/6/4/393664_8aa2d8f0938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.90" OriginalAmount="59.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154437" Longitude="101.707004" StarRating="3" HotelCode="|404982" HotelName="Luxury Apartment Near Klcc and City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/9/8/2/404982_e7d9dc81031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.19" OriginalAmount="59.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148974" Longitude="101.708808" StarRating="4" HotelCode="165494|845455" HotelName="PARKROYAL Serviced Suites Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Jalan Nagasari, Off Jalan Raja Chulan, Kuala Lumpur 50200</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/ae/47ae89e357820f557db9db0607a6689cee72d32c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is located in the heart of the city centre, adjacent to the famous Jalan Alor and Bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.22" OriginalAmount="59.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145516" Longitude="101.703484" StarRating="4" HotelCode="|390421" HotelName="Citizenm Kuala Lumpur Bukit Bintang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/2/1/390421_529447b0918.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.34" OriginalAmount="59.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142562" Longitude="101.709623" StarRating="3" HotelCode="|397674" HotelName="1 Ivy Suite At Berjaya Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 1 Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/7/4/397674_3caec0d1052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.73" OriginalAmount="59.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158665" Longitude="101.697022" StarRating="0" HotelCode="|404118" HotelName="Anggun Residences Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 8, Jalan Medan Tuanku Utama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/1/8/404118_c8e84ea1000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="4" HotelCode="600061|luxury_apartment_near_klcc_city_centre" HotelName="Vortex Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Nightclub,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/49/5b49d7daffd0a9aa697145c1979287573cef8456.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.99" OriginalAmount="60.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160442" Longitude="101.723903" StarRating="3" HotelCode="|59537" HotelName="Sucasa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 JALAN AMPANG, 50450 KUALA LUMPUR, MALAYSIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/3/7/59537_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips a launderette (for a fee) and a tumble dryer. SITUATION: It is inJalan Ampang the Street of it is close to the business area, Clients can also find Suria KLCC the district of Petronas the towers shopping centres, restaurants and leisure areas. ROOM: Clients are offered one-bedroom apartments, a bathroom, a living room-bedroom, a kitchen, an oven and a microwave. They also have a toaster, a kettle, an air-conditioning system, a fan and a television. RESTAURANT: Regarding gastronomy, the establishment offersPormtip the set-menu and Ã  la carte restaurant local dishes and Occidental food.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.15" OriginalAmount="60.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.151116" Longitude="101.71238" StarRating="4" HotelCode="59743|53764" HotelName="Novotel Kuala Lumpur City Centre" 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,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kia Peng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/34/cc34d0fb0700120ead9326cf3446f337d8d1b981.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the popular Bukit Bintang shopping district and only 500 metres from Petronas Twin Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.50" OriginalAmount="60.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147232" Longitude="101.7154099" StarRating="4" HotelCode="|53964" HotelName="Dorsett Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172, Jalan Imbi, Shopping District.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/6/4/53964_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned renovated hotel in 2005 and has 320 rooms, It also has a safety deposit box service. SITUATION: It is in an excellent location. ROOM: The comfortable rooms, fully-equipped and a bathroom with a hairdryer, They have a satellite television, internet, a mini-bar, a coffee maker, a kettle and a safe. FACILITIES: Guests are offered leisure activities, a sauna, a steam bath, a jacuzzi, a massage service, facial treatments, the option of a manicure and a pedicure area. Customers can also find a gym fully-equipped. MEALS: Regarding the food and beverage offering, the establishment offersCheckers the restaurant Italian dishes. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1434888804587" Longitude="101.70969843864" StarRating="4" HotelCode="24464|melia_kuala_lumpur" HotelName="Meliá Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/8b/1b8badc4e316b6996f8c76bd61abfd84e72ce791.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Kuala Lumpur, opposite the Times Square Shopping Centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14395594" Longitude="101.69860727" StarRating="3" HotelCode="585571|tian_jing_hotel" HotelName="Tian Jing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>66-68 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/77/2877099f8c5fbbaca64087dd69d0822ba1436112.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.16" OriginalAmount="61.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12777" Longitude="101.68" StarRating="3" HotelCode="|397345" HotelName="The Establishment At Bangsar Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/4/5/397345_fbe7f921047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.82" OriginalAmount="61.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160017" Longitude="101.723042" StarRating="4" HotelCode="169739|795735" HotelName="Somerset Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Jalan Ampang, 50450 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b8/acb8a49764efd2060011532c1d7ee32d7a91554f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish apartment hotel is situated on the prestigious Embassy Row. Surrounded by embassies, bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1328643633965" Longitude="101.68604279266" StarRating="4" HotelCode="221497|aloft_kuala_lumpur_sentral" HotelName="Aloft Kuala Lumpur Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 5 Jalan Stesen Sentral, Kuala Lumpur 50470</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/bb/52bbc0c437435b398dff56e3ee73871ae6a1df16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09461836" Longitude="101.67491616" StarRating="3" HotelCode="519731|s_suites_" HotelName="S-Suites@The Scott Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Beauty Salon,Coffee Shop,Currency Exchange,Elevator,Garden,Internet,Kitchen,Laundry,LCD/Projector,Massage Centre,Meeting Room,Nightclub,Parking,Restaurant,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Block B, Komplex Rimbun Scott Garden, 289 Jalan Kelang Lama, 58100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/2e/dd/2eddb61629aa4e36d55c2fd433170e9b1104b883.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Loft Suite @ Scott Garden is conveniently located in the popular Mid Valley / Bangsar area. Both...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="3" HotelCode="959209|tawassil_suites_swiss_garden" HotelName="Tawassil Suites @ Swiss Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A Jalan Galloway, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/a9/f6a9435f2fa6de6b61d06279eec5618db98ebd75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.44" OriginalAmount="62.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09455" Longitude="101.67522" StarRating="3" HotelCode="|234678" HotelName="S-suites At Scott Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block B, Kompleks Rimbun Scott Garden 289, Jalan Kelang Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/7/8/234678_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.11" OriginalAmount="63.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.94913" Longitude="101.7565123" StarRating="3" HotelCode="|398274" HotelName="Hotel Tenera Bandar Baru Bangi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kemajuan Bandar Baru Bangi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/2/7/4/398274_b07c50e0400.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.57" OriginalAmount="63.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15448" Longitude="101.70722" StarRating="4" HotelCode="|236076" HotelName="The Penthouse KLCC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vortex KLCC, No. 12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/0/7/6/236076_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586684845497" Longitude="101.71836873373" StarRating="4" HotelCode="552719|element_kuala_lumpur_by_westin" HotelName="Element Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Binjai, Ilham Tower, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/94/2d9429f84daa710b3df404469a6958aa1be813cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1472345752473" Longitude="101.71135659755" StarRating="4" HotelCode="932699|wolo_bukit_bintang" HotelName="Wolo Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Bukit Bintang and Jalan Sultan Ismail, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/62/386230428ae1e6cf2e0963304341123b2851cddc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14275" Longitude="101.7102" StarRating="3" HotelCode="946763|imbi_private_unite_at_times_square" HotelName="Imbi Private Unite at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, East Wing, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/c7/9bc7815c1af2e7f82b0f8159f03c6faefa716b55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1456761-32463144/1991844498052636273/3" HotelName="HOME STYLE AT PLATINUM SUITES KLCC TWIN TOWERS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.07" OriginalAmount="64.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15837" Longitude="101.7041" StarRating="0" HotelCode="|440994" HotelName="Platinum Service Suites KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020, Jalan Sultan Ismail, THE FACE SUITES, Platinum, 50250 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/9/4/440994_7a66e380650.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160628" Longitude="101.723649" StarRating="2" HotelCode="|471400" HotelName="Pavilion Embassy Suites Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/4/0/0/471400_f01b1231224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.166368" Longitude="101.692784" StarRating="4" HotelCode="187979|sunway_putra_hotel" HotelName="Sunway Putra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9th Floor Sunway Putra Place, 100 Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/37/7037706a5d3a98699ac50e910e1bb02522351c3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city's major commercial district, directly above The Mall ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.00" OriginalAmount="65.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16357" Longitude="101.7028" StarRating="4" HotelCode="|390729" HotelName="TAMU Hotel and Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Raja Abdullah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/9/390729_a27f2b50930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15850816" Longitude="101.7050426" StarRating="4" HotelCode="861916|188_private_suites" HotelName="188 Private Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Mercu Summer Suites, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/f1/1df1c01e6b7abf2ee0b860815a49c0666970b68c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.10" OriginalAmount="66.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15833597" Longitude="101.7048818" StarRating="3" HotelCode="601914|3115835" HotelName="188 Serviced Suites &amp; Shortstay Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Cendana, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/fe/acfeeb2c945cb8edc2ed9be88690417a2659c989.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.28" OriginalAmount="66.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158518" Longitude="101.703972" StarRating="4" HotelCode="|393665" HotelName="Platinum Service Suites Kuala Lumpur KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THE FACE SUITES, PLATINUM,1020</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/6/6/5/393665_9a332d20954.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.97" OriginalAmount="66.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155686" Longitude="101.705019" StarRating="3" HotelCode="|392047" HotelName="The Platinum Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/0/4/7/392047_c7ea7f01007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16354283" Longitude="101.70286233" StarRating="4" HotelCode="735131|tamu_hotel_suite_kuala_lumpur" HotelName="Tamu Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Raja Abdullah, Kampong Bharu, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/07/37/0737e772eb7b740a07d4f31cf4c6926f20b324ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|104935-28754214/1991844498052636273/594" HotelName="ANSA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2541000/2540993/a26f04f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441959179413" Longitude="101.70892059803" StarRating="4" HotelCode="29427|federal_hotel_kuala_lumpur" HotelName="The Federal Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Jalan Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/63/a563eddce72edd9864f037ffb038f7239a020156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel was built for the Independence celebrations of Malaysia and is a symbol of moder...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.30" OriginalAmount="68.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.141133" Longitude="101.697463" StarRating="4" HotelCode="|390479" HotelName="Four Points By Sheraton Kuala Lumpur, Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 2 JALAN BALAI POLIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/7/9/390479_2b1d28a0915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.31" OriginalAmount="68.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.137369" Longitude="101.700358" StarRating="4" HotelCode="|552712" HotelName="Opus Residences Merdeka Tower KL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Jalan Talalla</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/7/1/2/552712_1de4a4d1153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.37" OriginalAmount="68.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14427" Longitude="101.70412" StarRating="3" HotelCode="|396897" HotelName="The Robertson by Matahari Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Robertson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/8/9/7/396897_a78e5cf1023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.69" OriginalAmount="68.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11383" Longitude="101.66306" StarRating="3" HotelCode="|394105" HotelName="University Kl Gateway Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kerinchi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/1/0/5/394105_f95e5921013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.95" OriginalAmount="68.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1503396249702" Longitude="101.71445131302" StarRating="5" HotelCode="29053|18004" HotelName="Pullman Kuala Lumpur City Center Hotel &amp; Residences" 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,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.4 Jalan Conlay,, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/49/384909a576b2262f6d5cbf0ef16e2c4f67286df8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Whether for business or pleasure, the hotel is conveniently located near the Central Business Distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.22" OriginalAmount="69.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158549" Longitude="101.70441" StarRating="0" HotelCode="|547446" HotelName="Flixses Suites At Platinum Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/7/4/4/6/547446_ab753612323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.36" OriginalAmount="69.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.094631" Longitude="101.5776118" StarRating="5" HotelCode="|59518" HotelName="Hilton Shah Alam Glenmarie  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, JALAN USAHAWAN U1/8, SEKSYEN U1,SHAH ALAM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/1/8/59518_22.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.65" OriginalAmount="69.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14411" Longitude="101.698628" StarRating="3" HotelCode="|392757" HotelName="Tian Jing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 66 &amp; 68, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/7/5/7/392757_a8f2ec41052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.69" OriginalAmount="69.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1542944" Longitude="101.708889" StarRating="4" HotelCode="|80054" HotelName="Cormar Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 163 No. 10 Jalan Perak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/0/5/4/80054_722d4db1410.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.97" OriginalAmount="69.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572582630296" Longitude="101.70039753869" StarRating="4" HotelCode="511012|1998725" HotelName="Hotel Stripes Kuala Lumpur, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Kamunting, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/5e/e85ec3818b98528c1196e1787d14207940b23a58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.14" OriginalAmount="70.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15942" Longitude="101.7184" StarRating="4" HotelCode="|221530" HotelName="Element Kuala Lumpur by Westin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ilham Tower, 8 Jalan Binjai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/5/3/0/221530_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.26" OriginalAmount="70.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.171658" Longitude="101.69596" StarRating="4" HotelCode="|66140" HotelName="Ac  By Marriott Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 JALAN LUMUT, OFF JALAN IPOH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/1/4/0/66140_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban establishment, with air-conditioning, has 364 rooms, a lobby, a reception, conference facilities and a lounge bar. SITUATION: This urban hotel is in Kuala Lumpur the business district Putra World Trade Centre a few minutes walk away from the establishment, clients can find it is located in front of the railway station, Malacca it is 90 minutes away from. ROOM: The rooms have comfortable facilities, an air-conditioning system, a bathroom with a bath, a shower, a direct line telephone, a large workspace, a safety deposit box, a mini-bar, a coffee maker, a kettle, a hairdryer and satellite and cable TV. MEALS: Regarding the food and beverage offering, the establishment offersLa Vistana Coffee House the restaurant The establishment offers breakfast and dinner service, The establishment also offers buffet and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by credit cards, American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.31" OriginalAmount="70.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1444853" Longitude="101.7087982" StarRating="4" HotelCode="|32735" HotelName="Federal Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 JALAN BUKIT BINTANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/3/5/32735_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 1957, has a lobby, a reception, a safety deposit box service, a lift and a currency exchange service. The establishment has a cafÃ©, a hairdresser's and conference rooms. The establishment also offers a laundry service and room service. SITUATION: It is inBukit Bintang the heart of the leisure area and the commercial area. ROOM: The rooms have an individual air-conditioning system, a satellite television, a direct line telephone, a mini-bar, a coffee maker and a teapot. They also have a safe (available for a fee), an alarm clock, an electronic key and an iron. FACILITIES: Outdoors, clients have access to a swimming pool. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OTHERS: Guests can book bed and breakfast, Regarding the food and beverage offering, you can enjoy Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.81" OriginalAmount="70.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572515" Longitude="101.7003999" StarRating="5" HotelCode="|211078" HotelName="Stripes Kuala Lumpur, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25, Jalan Kamunting</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/8/211078_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1357007237753" Longitude="101.68651878834" StarRating="5" HotelCode="60398|le_meridien_kuala_lumpur_2" HotelName="Le Méridien Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Stesen Sentral, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e5/30e542d1f93448aea220e4f8213372288329afd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Kuala Lumpur Sentral area, a major transport interchange adjacent to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1474645386334" Longitude="101.715950651" StarRating="4" HotelCode="666724|dorsett_residences_bukit_bintang" HotelName="Dorsett Residences @ Dorsett Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/5e/e85ec3818b98528c1196e1787d14207940b23a58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.73" OriginalAmount="71.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160138" Longitude="101.696664" StarRating="0" HotelCode="|397293" HotelName="The Chow Kit - an Ormond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1012 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/9/3/397293_ef0e1fe1059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.01" OriginalAmount="71.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147331" Longitude="101.713025" StarRating="1" HotelCode="|440849" HotelName="Fahrenheit88 By Sarah's Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fahrenheit88 179, Bukit Bintang Street, Bukit Bintang H166 , Fahrenheit88, Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/4/9/440849_4fac1841759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.21" OriginalAmount="72.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158381" Longitude="101.704354" StarRating="0" HotelCode="|548193" HotelName="Platinum 2 by DM Suites KLCC , Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/8/1/9/3/548193_8e4456f2358.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.14" OriginalAmount="72.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.130916" Longitude="101.685168" StarRating="4" HotelCode="304001|1004675" HotelName="Ascott Sentral Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 211 Jalan Tun Sambanthan, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/34/6d34a27119c9949c743c461de53b921e06c0e7b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1630944" Longitude="101.71869452" StarRating="4" HotelCode="619282|ariva_trillion_residences" HotelName="Ariva Trillion Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="residence" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>338 Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/dc/5edc25da14889e1c81bae4d11209ea6b23fead7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.25" OriginalAmount="73.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1025415" Longitude="101.6411917" StarRating="5" HotelCode="|34036" HotelName="Hilton Petaling Jaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO.2, JALAN BARAT, 46200 PETALING JAYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/3/6/34036_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 4 restaurants, executive floors, a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. The establishment boasts a cafÃ©, a hairdresser's, conference rooms, a laundry service, room service and a car park. SITUATION: The hotel Petaling Jaya it is in Kuala Lumpur 15 minutes away from the establishment you have 45 minutes away from the establishment, clients can find Kuala Lumpur Airport. ROOM: The establishment has 553 rooms, They have double-glazed windows, an air-conditioning system, a bathroom with a shower, a satellite television, a radio, a safety deposit box, a coffee maker, a kettle, a mini-bar, a direct line telephone and internet. FACILITIES: The establishment has a swimming pool, deck chairs and a spa. MEALS: Regarding the food and beverage offering, the establishment offersPaya Serai the restaurant a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.30" OriginalAmount="73.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14257" Longitude="101.70991" StarRating="0" HotelCode="|405000" HotelName="Luxy Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East Tower Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/0/0/0/405000_5e7834e0702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.77" OriginalAmount="73.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15829" Longitude="101.70489" StarRating="0" HotelCode="|238929" HotelName="188 Suites By Namastay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 10 Jalan Cendana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/9/2/9/238929_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.53" OriginalAmount="74.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16298" Longitude="101.71859" StarRating="0" HotelCode="|240427" HotelName="Trillion Suites By Slg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>338, Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/4/2/7/240427_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.92" OriginalAmount="74.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1612781" Longitude="101.720525" StarRating="5" HotelCode="|73086" HotelName="Doubletree By Hilton Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>348 Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/8/6/73086_1_6998.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has a babysitting service, (for a fee), multilingual staff, event rooms, wedding facilities and a business centre with features that offer you the maximum level of comfort. SITUATION: This establishment, is close to the shopping area. FACILITIES: The establishment has a fitness centre well-equipped, a swimming pool and a spa. OTHERS: The establishment offers a restaurant, a bar and a lounge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153435568221" Longitude="101.71146869659" StarRating="4" HotelCode="258358|59228" HotelName="Impiana KLCC" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan Pinang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/3c/c83cd8b5c9450b22d8ddafab13bb3b2edc8bf697.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the middle of the liveliest business and shopping district in the city, adj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.50" OriginalAmount="75.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15326" Longitude="101.70804" StarRating="5" HotelCode="|589985" HotelName="Hyatt Centric City Centre Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/9/8/5/589985_891a7511057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.04" OriginalAmount="75.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1617752864287" Longitude="101.71985059977" StarRating="4" HotelCode="162223|136864" HotelName="DoubleTree By Hilton Hotel Kualar Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>348 Jalan Tun Razak, The Intermark, Centrally located along Jalan Ampang at the Jalan Tun Razak crossing, 50400 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/80/738093c50dff482eee721e8c8dee2274a7cc0e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the corner where Jalan Tun Razak meets Jalan Ampang, near the landmark Petr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.69" OriginalAmount="76.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.127731652024" Longitude="101.68014360594" StarRating="5" HotelCode="601864|2234975" HotelName="Alila Bangsar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/37/2a374e95d81bb68ddf50f93fe693d991a061369d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a cash machine, a library an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.70" OriginalAmount="76.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167075" Longitude="101.701796" StarRating="3" HotelCode="|391409" HotelName="Kuala Lumpur International" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Hj Hussein 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/0/9/391409_59cdc001017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15068" Longitude="101.710366" StarRating="5" HotelCode="211921|eo_residences" HotelName="E&amp;O Residences Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tengah, Off Jalan Sultan Ismail, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/cf/e8cf0971cfe1998d4c4d5d05b2e627743fa8e5fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14735536" Longitude="101.71585534" StarRating="3" HotelCode="936890|de_space_bukit_bintang_residence" HotelName="De Space @ Bukit Bintang Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi, Dorsett Residence, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/fc/b6fcd9ae44ccefe9d94cc717159cdeca8347d85b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.62" OriginalAmount="77.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12763" Longitude="101.6798" StarRating="5" HotelCode="|393947" HotelName="Alila Bangsar, Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/9/4/7/393947_ab87e171251.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.81" OriginalAmount="77.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13115" Longitude="101.643947" StarRating="5" HotelCode="|447656" HotelName="M Resort and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1, Jalan KGPA, Bukit Kiara 60000 Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/6/5/6/447656_2abc0fa1434.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.34" OriginalAmount="78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158151" Longitude="101.703723" StarRating="3" HotelCode="650857|236564" HotelName="Face Platinum Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/73/a673d687aeee74ea23b3ddea8d3683ba1579d217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.126379" Longitude="101.644705" StarRating="4" HotelCode="78849|eastin_hotel" HotelName="Eastin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan 16/11, Pusat Dagang Seksyen 16, 46350 Petaling Jaya, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/1b/b91b4b4874a586ca015f685471f9d92d2cf24636.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international business class hotel is located close to commercial districts and entertainment o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.119375" Longitude="101.676208" StarRating="5" HotelCode="311165|the_gardens_hotel_residences_st_giles_grand_hotel" HotelName="The Gardens Hotel &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran Syed Putra, Mid Valley City, Kuala Lumpur 59200, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/ce/18ce34f8cd366641f568a457b9894861ec772aad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is strategically located between Kuala Lumpur and Petaling Jaya in the precinct of T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16699103" Longitude="101.70170241" StarRating="3" HotelCode="321115|kuala_lumpur_international_hotel" HotelName="Kuala Lumpur International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Haji Hussein, off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/75/1a7511908d3e1059727bfbffbcd72ebaaff84518.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.39" OriginalAmount="78.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146121" Longitude="101.713117" StarRating="0" HotelCode="|537813" HotelName="Axon Residence Bukit Bintang by Luna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Walter Granier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/8/1/3/537813_bf0dd8c0939.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.40" OriginalAmount="79.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.176028" Longitude="101.665448" StarRating="0" HotelCode="|440938" HotelName="Arte By Thomas Chan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66th Floor, Tower 2, Arte Mont Kiara Jalan Sultan Haji Ahmad Shah, Kuala Lumpur 50480 Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/3/8/440938_aab8d2f1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.30" OriginalAmount="80.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1503447" Longitude="101.7142444" StarRating="5" HotelCode="|34937" HotelName="Pullman Kuala Lumpur City Centre  and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN CONLAY 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/3/7/34937_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 448 rooms, The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a restaurant, conference facilities, room service, a laundry service and a car park. SITUATION: This hotel is near the business district, is situated close to the embassies, close to the establishment, clients can find Petronas the towers it is close to Suria KLCC the shopping centre near the establishment, you will find Bukit Bintang the commercial area of 45 minutes away from the establishment clients have Kuala Lumpur Airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a fridge, a coffee maker, a kettle, an iron, a central air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a swimming pool, a gym and a pool bar. MEALS: Regarding the food and beverage offering, the establishment offersLa Eccucino Brasserie the restaurant. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.97" OriginalAmount="81.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1264365" Longitude="101.644671" StarRating="4" HotelCode="|89490" HotelName="Petaling Jaya Marriott  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 JALAN 16/11 PUSAT DANGANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/9/0/89490_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.54" OriginalAmount="82.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1477650200825" Longitude="101.70408885954" StarRating="5" HotelCode="284649|1011785" HotelName="Lanson Place Bukit Ceylon Serviced Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Ceylon, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e7/eae7f3e2969841aeb5a6c61d12ca8abae8e98695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.135227" Longitude="101.685899" StarRating="5" HotelCode="33364|27966" HotelName="Hilton Kuala Lumpur" 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,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Stesen Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/53/04/53045ba33fa139d9d02cd5dc8f0395522c801627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Malaysia's capital city and within walking distance of the Petr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1478810767141" Longitude="101.71451390652" StarRating="5" HotelCode="32975|the_westin_kuala_lumpur" HotelName="The Westin Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/6e/596eb9e8bd8e7f69e6ff8c2eb15321f5cb369dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Jalan Bukit Bintang, an area known as the Golden Mile, situated in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.30" OriginalAmount="84.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.151401" Longitude="101.719804" StarRating="4" HotelCode="|537657" HotelName="Eaton Residences KLCC by Luna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Jalan Kia Peng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/6/5/7/537657_673ec570911.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.05227886" Longitude="101.67926936" StarRating="3" HotelCode="852220|mokka_hotel" HotelName="Mokka Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C-2-1 To C-2-5 Jalan Jalil Perkasa 1, The Link 2, Bukit Jalil, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/dc/5bdcf4bc99ec49a2321422522729bf5fc2c66868.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="88.58" OriginalAmount="86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|56129-23371753/1991844498052636273/346" HotelName="PULLMAN KUALA LUMPUR CITY CENTRE &amp;amp; RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/899900/899847/d597ff25_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.52" OriginalAmount="87.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148135" Longitude="101.710315" StarRating="4" HotelCode="|203494" HotelName="The Kuala Lumpur Journal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 30, Jalan Beremi,Off Jalan Sultan Ismail,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/4/203494_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.56" OriginalAmount="88.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1392667291294" Longitude="101.69222695278" StarRating="5" HotelCode="209208|918275" HotelName="The Majestic Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Sultan Hishamuddin, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/07/760795ad4508901044660cf251dc098c91af37e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Kuala Lumpur. Its setting is especially ideal for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.47" OriginalAmount="89.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.119596" Longitude="101.676069" StarRating="4" HotelCode="|42903" HotelName="St Giles Mid Valley Kuala Lumpur  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Boulevard, 59, Lingkaran Syed Putra, Mid Valley City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/0/3/42903_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 448 rooms and 179 apartments. It has a lobby, a reception, a lift, conference rooms, WiFi and a restaurant. Guests can find room service, a laundry service and a car park. SITUATION: Kuala Lumpur and Petaling Jaya It is located between It is 10 minutes away from the city centre, Clients can also find, the Royal Palace and the National Museum. the KL Bird Park 15 minutes away from the establishment guests have 25 minutes away from the establishment, guests will find KLCC the shopping centre it is well-connected by train. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone and satellite or cable TV. They have a mini-bar, a coffee maker, a kettle, a safety deposit box and individual air-conditioning. FACILITIES: The establishment has a swimming pool and a gym. OTHERS: Regarding the food and beverage provision, the establishment offersSpread the restaurant breakfast, lunch and dinner service. Accepted American Express, Visa, Diners Club and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1479430722699" Longitude="101.71215209276" StarRating="5" HotelCode="18437|18951" HotelName="Grand Millennium Kuala Lumpur" 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,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/27/a627d7a73ab3761323ab4b3f13fbf60e8c877b5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is strategically located in the heart of downtown Kuala Lumpur's commercial dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1443306736773" Longitude="101.71227170005" StarRating="5" HotelCode="32974|parkroyal_kuala_lumpur_2" HotelName="PARKROYAL Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7c/ff/7cffd012c71cbcd5a4f1d54032c3946dada181ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of the Golden Triangle, Kuala Lumpur's main commercial and retail district, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3964-28744706/1991844498052636273/551" HotelName="MELIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21200/21112/d1c17b45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.73" OriginalAmount="91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1538640717512" Longitude="101.71499848366" StarRating="4" HotelCode="65770|46774" HotelName="Traders Hotel Kuala Lumpur" 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,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre, 50088 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/66/0266b3782bddd9d0737df763162d25a19a7bb59f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the nerve centre of Kuala Lumpur's premium conference, office, shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.24" OriginalAmount="92.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14692787" Longitude="101.66132725" StarRating="5" HotelCode="571693|2170975" HotelName="Sofitel Kuala Lumpur Damansara" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Damanlela, Bukit Damansara, 50490 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/10/e6108de648ed9d9919d18a019c60efb121f56879.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.18" OriginalAmount="94.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.052135" Longitude="101.678933" StarRating="2" HotelCode="|547009" HotelName="OYO 89576 Mokka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C-2-1, The Link 2, Jalan Jalil Perkasa 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/7/0/0/9/547009_a8864042348.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.27" OriginalAmount="94.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167608" Longitude="101.693208" StarRating="5" HotelCode="|59495" HotelName="Seri Pacific  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/9/5/59495_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This deluxe hotel, with air-conditioning and has 554 rooms a safety deposit box service, a lift, a currency exchange service, a cafÃ©, a bar, a nightclub, a restaurant and a conference room. The establishment offers WiFi, a TV room, a buffet breakfast, room service, a laundry service and a car park. SITUATION: Kuala Lumpur It is in. ROOM: Guests are offered large, disabled access rooms, The rooms a bathroom with a hairdryer, a direct line telephone with an answering machine, a satellite or cable television, internet and a mini-bar. They have a coffee maker, a kettle, an ironing set, a king size or double bed, a safe and an individual air-conditioning system. FACILITIES: The establishment boasts a swimming pool with deck chairs, a playground, a gym and a jacuzzi. Guests are offered tennis courts and squash courts. MEALS: Regarding the food and beverage offering, the establishment offersZende the buffet restaurant with international cuisine and Asian specialties.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1548308821927" Longitude="101.71082496643" StarRating="5" HotelCode="68113|ascott_kuala_lumpur" HotelName="Ascott Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Pinang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/ca/eacadbf99d37a38175bcb990caf9e9385524ada9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is ideally located in the central business district, adjacent to the famous Petronas ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3973-23369786/1991844498052636273/368" HotelName="GRAND MILLENNIUM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/524600/524557/9578ed73_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.04" OriginalAmount="100.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14731" Longitude="101.713" StarRating="3" HotelCode="|396544" HotelName="Pavilion Fahrenheit 88 - Aj Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KL Plaza Suites, 179, Bukit Bintang Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/4/4/396544_0417f121040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.97" OriginalAmount="102.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158668" Longitude="101.703931" StarRating="0" HotelCode="|534152" HotelName="Happy Suite at Platinum KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/5/2/534152_144dc071152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.98" OriginalAmount="102.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.108924" Longitude="101.730173" StarRating="3" HotelCode="|553069" HotelName="Arte Cheras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/0/6/9/553069_d2cf7b71210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1541238519305" Longitude="101.70633226633" StarRating="5" HotelCode="17460|16147" HotelName="Shangri-La" 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,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Sultan Ismail, Kuala Lumpur 50250</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/6e/026e7e934a633206690867d633b2b1bfec75d225.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Kuala Lumpur is Malaysia's principal international arrival gateway and a central hub for bus, train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.38" OriginalAmount="106.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15459" Longitude="101.70724" StarRating="4" HotelCode="|405274" HotelName="Saba Suites at Vortex KLCC Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53A-5, Vortex KLCC, 12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/7/4/405274_c39293d1159.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.89" OriginalAmount="107.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153256" Longitude="101.705343" StarRating="0" HotelCode="|466460" HotelName="Indigo Kuala Lumpur On The Park, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 5 JALAN PUNCAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/4/6/0/466460_1257fdd1822.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.82" OriginalAmount="108.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1539372" Longitude="101.7061935" StarRating="5" HotelCode="|55373" HotelName="Shangri-la Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/7/3/55373_1_4577.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has tropical gardens, has luxurios rooms, 701 standard rooms and suites. SITUATION: This hotel is on Jalan Sultan Ismail (Sultan Ismail Road) 5 minutes away from the establishment, you can find the cultural area. can also find the business area and the leisure area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588721936627" Longitude="101.70001029968" StarRating="5" HotelCode="17638|16871" HotelName="Sheraton Imperial Kuala Lumpur Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/01/9901d7e43422c32f9882bea6f6743f09a027fc74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the golden triangle. Within a short distance of the hotel guests will d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|104934-23859622/1991844498052636273/613" HotelName="THE GARDENS - A ST GILES SIGNATURE HOTEL &amp;amp; RESIDENCES" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26970000/26968100/26968078/e36f42f0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.42" OriginalAmount="110.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142515" Longitude="101.710059" StarRating="3" HotelCode="|537577" HotelName="tourism Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jln Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/5/7/7/537577_3b946810927.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.91" OriginalAmount="112.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153996" Longitude="101.7147915" StarRating="5" HotelCode="|35580" HotelName="Traders Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/8/0/35580_1_2842.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2006, is contemporary style, ideal for holidays and business stays, has a lobby, a reception, a currency exchange service, a lift, a bar, a safety deposit box service and a restaurant. The establishment offers conference rooms, an oudooor car park, room service and a laundry service. SITUATION: This hotel is in Kuala Lumpur city centre where you can find shops, business companies and a public transport stop. Nearby, you will find the Petronas Towers. It is situated 25 minutes away from Petaling Street ROOM: Each room has a bathroom with a hairdryer, a satellite television, a mini-bar, a coffee maker, a kettle, an ironing set, an air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a spa, treatments and a massage service. can use a gym and a swimming pool with deck chairs. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: have at their disposal a restaurant and a sushi bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="116.39" OriginalAmount="113" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3976-10682558/1991844498052636273/32" HotelName="SHANGRI LA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20700/20634/4a3f7452_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.47" OriginalAmount="113.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586654" Longitude="101.7005698" StarRating="5" HotelCode="|69986" HotelName="Sheraton Imperial Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/8/6/69986_1_2352.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, is rated 5 stars and has 385 standard rooms. This establishment has beautiful views, attentive service, a concierge and lifts. The establishment also offers a dry cleaner's, a laundry service, an oudooor car park (for a fee), meeting facilities, event rooms and a business centre with features that offer you the maximum level of comfort. SITUATION: This establishment is in a good area in SITUACIÃ“N:Directamente ubicado en la gran arenosa playa con vistas al ocÃ©ano. FACILITIES: The establishment boasts a fitness centre well-equipped, a swimming pool, a bar and a lounge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.75" OriginalAmount="113.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1595577956389" Longitude="101.71826541424" StarRating="5" HotelCode="68101|17954" HotelName="InterContinental Kuala Lumpur" 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,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/62/e16255b1f612b45c7d2ed81d47dd6d9b92609965.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A 90-minute drive from Kuala Lumpur International Airport, this business hotel is conveniently locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.12" OriginalAmount="114.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156682" Longitude="101.709233" StarRating="3" HotelCode="|441010" HotelName="KL Sky Suites KLCC by SA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Jalan P. Ramlee, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 50250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/1/0/441010_957ffb21709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14830524" Longitude="101.71477583" StarRating="4" HotelCode="744314|pavilion_hotel_kuala_lumpur_managed_by_banyan_tree" HotelName="Pavilion Hotel Kuala Lumpur Managed by Banyan Tree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>170 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/8f/de8f946a550da64bca48986da0a85b0f87ff0e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location
Strategically located in Kuala Lumpur, the capital of Malaysia, Pavilion Hotel Kuala Lumpur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.08" OriginalAmount="115.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1446284" Longitude="101.7125513" StarRating="5" HotelCode="|32521" HotelName="Parkroyal Collection Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN SULTAN ISMAIL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/2/1/32521_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 348 rooms and suites. It has a lobby with a reception, a currency exchange service, a safety deposit box service and a lift. Our guests can find a cafÃ©, conference rooms and meeting rooms. The establishment also offers room service and a laundry service. SITUATION: It is inthe Golden Triangle the heart of it is in the commercial area, the business area, nearby, you will find Sungei Wang the Street of the business area and the railway station. Clients can also find Petronas the towers and the government building. ROOM: Customers can find large, comfortable rooms with a bathroom and a hairdryer. They have views of the city, a direct line telephone, a television, a mini-bar, a kettle and a coffee maker. They also have an ironing set, a double bed, a safe and an individual air-conditioning system. FACILITIES: The establishment boasts a gym, squash courts and a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offers a buffet restaurant and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.30" OriginalAmount="115.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14741" Longitude="101.71583" StarRating="4" HotelCode="|390457" HotelName="Dorsett Residences Bukit Bintang at Dorsett Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/5/7/390457_145ddbf0932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.05" OriginalAmount="116.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14262" Longitude="101.70904" StarRating="3" HotelCode="|188540" HotelName="Excellent Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Imbi, Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/4/0/188540_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.78" OriginalAmount="118.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15791" Longitude="101.704" StarRating="5" HotelCode="|400566" HotelName="DEFACE PLATINUM SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THE PLATINUM SUITES 1020 JALAN SULTAN ISMAIL 50250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/5/6/6/400566_27cd3ec0831.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.11" OriginalAmount="122.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15264" Longitude="101.714398" StarRating="5" HotelCode="|390419" HotelName="The RuMa Hotel and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Kia Peng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/1/9/390419_34438670948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.37" OriginalAmount="122.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485713" Longitude="101.7150308" StarRating="5" HotelCode="|386082" HotelName="Pavilion Kuala Lumpur Managed By Banyan Tree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>170 Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/0/8/2/386082_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15328264" Longitude="101.71025395" StarRating="3" HotelCode="872219|soho_suites_klcc_by_aloha" HotelName="Soho Suites KLCC By Aloha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Jalan Perak, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/7a/e47a513d78d03319782623a9a45a4cde06642851.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.67" OriginalAmount="123.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144659" Longitude="101.71218" StarRating="5" HotelCode="|449146" HotelName="Pan Pacific Serviced Suites Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/1/4/6/449146_50a8ee21252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="937008|dorsett_residences_bukit_bintang_klcc_ecosuites" HotelName="Dorsett Residences Bukit Bintang by EcoSuites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/1b/ab1bc704343f2696e8c9c35e817651b3a6d7e7cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14779" Longitude="101.713649" StarRating="5" HotelCode="259012|jw_marriott_hotel_kuala_lumpur" HotelName="JW Marriott" Meals="ROOM ONLY" 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,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>183 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/e2/bde27996db0e4f12a267b6679ab10717bbd14acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the central business district of Kuala Lumpur, this luxury city hotel is in immed...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1571849681218" Longitude="101.70568585396" StarRating="5" HotelCode="16618|renaissance_kuala_lumpur_hotel_3" HotelName="Renaissance Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Sultan Ismail and Jalan Ampang, 50450 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/c1/16c1e98c4706cdb30121896745bad07ae794e6f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel complex is ideal for both business and leisure travellers, as it is located in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.79" OriginalAmount="126.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.151728" Longitude="101.716438" StarRating="0" HotelCode="|441022" HotelName="Wyndham Suites Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Changkat Kia Peng, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 50450</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/2/2/441022_4d87df31201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.02" OriginalAmount="127.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1571952" Longitude="101.7051591" StarRating="5" HotelCode="|35074" HotelName="Renaissance Kuala Lumpur  and Convention Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORNER OF JALAN SULTAN ISMAIL AND JALAN AMPANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/0/7/4/35074_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 921 standard rooms, suites and Royal Suites. The establishment has a convention centre, 15 multifunctional rooms, a ballroom, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers a cafÃ©, a restaurant, internet, a laundry service, room service and a car park. SITUATION: This hotel is in the Golden Triangle is situated in the commercial and business area, the shopping area and the leisure area. 70 minutes away from the establishment, you can find Kuala Lumpur Airport. ROOM: The rooms have a bathroom, a direct line telephone, a television, a coffee maker, a kettle, an ironing set, an air-conditioning system and a safety deposit box. FACILITIES: The establishment has an Olympic swimming pool, a gym and a spa. The establishment also offers aerobics, sports area, a jacuzzi, a sauna and a steam bath. OBSERVATIONS: Ask for the swimming pool timetables. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: In the food and drinks department, the establishment offers set menu or Ã  la carte restaurant and a barbecue.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.60" OriginalAmount="127.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1624" Longitude="101.71391" StarRating="4" HotelCode="|390472" HotelName="The Mews Klcc By Plush" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19, Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/7/2/390472_c03cd890928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.83" OriginalAmount="129.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.157289" Longitude="101.70572" StarRating="4" HotelCode="|469032" HotelName="Four Points By Sheraton Kuala Lumpur, City Centre" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/0/3/2/469032_2a495851822.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.52" OriginalAmount="133.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1543604" Longitude="101.7121676" StarRating="5" HotelCode="|89474" HotelName="Grand Hyatt Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 JALAN PINANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/4/89474_54478380648.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14242436" Longitude="101.71070849" StarRating="0" HotelCode="846450|the_suites_times_square" HotelName="The Suites @ Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/86/ad86216ebfc87c39fe2ec1bc33217b8722ac558d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.14" OriginalAmount="138.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16221586" Longitude="101.7142153" StarRating="0" HotelCode="956816|the_mews_klcc_by_plush" HotelName="The Mews Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Yap Kwan Seng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/f9/d7f9882bffa86e4921cf1dae1d0f0caf0c39537f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1527779456778" Longitude="101.70954641139" StarRating="4" HotelCode="48134|hotel_equatorial_kuala_lumpur" HotelName="EQ" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, Equatorial Plaza, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/b8/f7b89e0336484c8206c1624094a3d824c5922c8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city's commercial and entertainment district. It is within ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1468258789151" Longitude="101.71548128128" StarRating="5" HotelCode="16772|the_ritzcarlton_kuala_lumpur_2" HotelName="The Ritz-Carlton Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168, Jalan Imbi, 55100  Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/1c/751cc8e5299986f5d73e0fb70f831ade3238efa7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located near Bintang Walk, Kuala Lumpur's upscale and trendy business and enterta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572063932252" Longitude="101.71221971512" StarRating="5" HotelCode="14377|mandarin_oriental_2" HotelName="Mandarin Oriental Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre, P. O. Box 10905, 50088 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/07/2a077cd5e9c32d745c71f5a1784b714c9dfcd899.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an enviable location, offering the ideal mix of leisure, commerce and entertainment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.93" OriginalAmount="190.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14613" Longitude="101.714816" StarRating="5" HotelCode="|196828" HotelName="The Ritz-Carlton, Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>168 JALAN IMBI, KUALA LUMPUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/2/8/196828_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="197.76" OriginalAmount="192" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3963-10667272/1991844498052636273/83" HotelName="MANDARIN ORIENTAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/200600/200564/032e9b29_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.35" OriginalAmount="192.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.150061" Longitude="101.714188" StarRating="5" HotelCode="|386765" HotelName="Banyan Tree Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>02 Jalan Conlay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/7/6/5/386765_1_2268.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586421898485" Longitude="101.70931640774" StarRating="4" HotelCode="694875|335666" HotelName="W Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f2/25f2b0293b797c2bf254fa40906ec0ed5c68eeef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156098" Longitude="101.726164" StarRating="4" HotelCode="175929|62205" HotelName="Villa Samadhi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Madge, Kuala Lumpur 55000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/5a/365a2863faaa681875a16e448fe56d7816fa591e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 10 minutes’ drive from the lively parts of town such as the city centre an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.52" OriginalAmount="197.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13679099" Longitude="101.68905771" StarRating="5" HotelCode="442587|1894855" HotelName="The St. Regis Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Stesen Sentral 2, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/3e/173e95febc1c8fd1e6e6ce4ab1313f174089b24e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.17" OriginalAmount="208.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142425" Longitude="101.710444" StarRating="3" HotelCode="|397643" HotelName="Robbinsons At Times Square Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A28-17 ,East Tower ,Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/4/3/397643_307abef1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.62" OriginalAmount="224.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.053648" Longitude="101.670859" StarRating="3" HotelCode="|467884" HotelName="Hyatt Place Kuala Lumpur Bukit Jalil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>M-1, PUSAT PERDAGANGAN BANDAR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/8/8/4/467884_eee54231350.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.37" OriginalAmount="260.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1582474717023" Longitude="101.71390148347" StarRating="5" HotelCode="613465|2253445" HotelName="Four Seasons Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Four Seasons Place, 145 Jalan Ampang, 50450 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/b0/65b00763c677645f819028f7f5cfc382475ef5ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.33" OriginalAmount="265.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15856" Longitude="101.71335" StarRating="5" HotelCode="|219170" HotelName="Four Seasons Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/1/7/0/219170_1_393.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="292.52" OriginalAmount="284" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|28420-24887013/1991844498052636273/339" HotelName="PARKROYAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14500/14489/52c2fac8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.38" OriginalAmount="285.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14133" Longitude="101.70181" StarRating="5" HotelCode="|589984" HotelName="Park Hyatt Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Level 75 Menara Merdeka 118, Presint Merdeka 118</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/9/8/4/589984_01d95de1137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.85" OriginalAmount="360.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158547" Longitude="101.709461" StarRating="0" HotelCode="|455263" HotelName="Tropicana The Residences KLCC by VP" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/2/6/3/455263_645e8e31332.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="452.19" OriginalAmount="439.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586" Longitude="101.709316" StarRating="3" HotelCode="|397616" HotelName="The Residences Klcc - Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang Tropicana The Residences, W Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/1/6/397616_28170031032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="669.17" OriginalAmount="649.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14726" Longitude="101.72048" StarRating="0" HotelCode="|590409" HotelName="Agilesuitesklcc by TRX" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block B, Agile bukit Bintang, jalan Delima</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/0/4/0/9/590409_2dd3b2f2013.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.23" OriginalAmount="16.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12941" Longitude="101.73027" StarRating="3" HotelCode="|402363" HotelName="Twin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 &amp; 58 Jalan Jejaka 7 Taman Maluri Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.85" OriginalAmount="28.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1532247" Longitude="101.6967486" StarRating="2" HotelCode="|441263" HotelName="Mpalace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman 50100 Kuala Lumpur Federal Territory of Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.29" OriginalAmount="33.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11533" Longitude="101.668044" StarRating="4" HotelCode="|441337" HotelName="Imperial Regency Suites and Hotel Kuala Lumpur (Nexus Regency Suites and Hotel Kuala Lumpur)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tower D Bangsar Trade Cente, (formerly known as Plaza Pantai), Jalan Pantai Baru, 59200 Kuala Lumpur, Malaysia, 59200 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.48" OriginalAmount="44.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.093907" Longitude="101.73854" StarRating="4" HotelCode="|397704" HotelName="Innside by Melia Kuala Lumpur Cheras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>N-G01, Ekocheras No 693, Batu 5 Jalan Cheras, 56000, Kuala Lumpur, Malaysia,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.71" OriginalAmount="52.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.138786" Longitude="101.664807" StarRating="3" HotelCode="|440884" HotelName="Ken Bangsar By Sleepy Bear" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-2, Ken Bangsar, Jalan Kapas, Bangsar, 59100, Kuala Lumpur, 59100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.43" OriginalAmount="84.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1173562" Longitude="101.67101" StarRating="5" HotelCode="|447625" HotelName="Amari Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 3, Jalan Bangsar, KL Eco City 59200 Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.00" OriginalAmount="89.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1476869" Longitude="101.715368" StarRating="4" HotelCode="|447643" HotelName="Capri By Fraser Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 160 Jalan Imbi Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.12" OriginalAmount="150.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.152778" Longitude="101.709722" StarRating="4" HotelCode="|441299" HotelName="EQ Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Equatorial Plaza, Jalan Sultan Ismail, 50250 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Internet,Bar,Room Service,Conference Hall,Fax,Restaurant,Telephone Service,Laundry,Lounge,Kitchen,Swimming Pool,24 Hour Front Desk,Designated Smoking Area,LCD/Projector,Luggage Storage,Nightclub,Currency Exchange,Jacuzzi,Shopping Arcade,Golf,Massage Centre,Sauna,24 Hour Power Supply,24 Hour Security,Garden,Housekeeping,Wake-up Call Service,Wheelchair Access,Spa,Bicycle Rental,Airport Transfer (on Demand),Meeting Room,Parking,Central Heating,Business Centre,Dining,Kids Play Area,Elevator,Vending Machine,ATM/Cash Machine,Babysitting,Concierge,Porter,Smoking Rooms,Travel Desk,Valet Parking,24 Hour Room Service,Pets allowed,Printer,Banquet Hall,Beauty Salon,Coffee Shop,Dry Cleaning</BasicAmenities>
    <HotelRating>2,3,4,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>MOTEL,CITY HOTEL,HOTEL,APARTMENT,VILLAGE,FAMILY-FRIENDLY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,RESIDENCES,APARTMENT HOTEL,APARTHOTEL,CLUB RESORT,HOSTELS,GUESTHOUSE,GUEST HOUSES,RESIDENCE,BEACH HOTEL,SPA HOTEL,ECO HOTEL,INNS</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
4990b499-8a57-4f12-a147-4cbfb1e4fd09|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="4990b499-8a57-4f12-a147-4cbfb1e4fd09">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="62750" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-06T00:00:00" End="2026-06-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="saad.asaishtravels@gmail.com" Password="Revelon123$" RequestedCurrency="GBP" ClientNationality="PK" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4990b499-8a57-4f12-a147-4cbfb1e4fd09|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4990b499-8a57-4f12-a147-4cbfb1e4fd09|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
4990b499-8a57-4f12-a147-4cbfb1e4fd09|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:103d6246-aae6-4324-8049-f381bdd92c06
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4990b499-8a57-4f12-a147-4cbfb1e4fd09|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4990b499-8a57-4f12-a147-4cbfb1e4fd09|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-03T08:12:41.364696+01:00" Version="0" EchoToken="Search" TransactionIdentifier="4990b499-8a57-4f12-a147-4cbfb1e4fd09" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="8.48" OriginalAmount="8.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1420921563536" Longitude="101.69785533251" StarRating="2" HotelCode="404299|2264535" HotelName="Oasis Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125A Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/f6/a2f61567aff24e4f2ce4fc88d4b0b1bfcaf7953d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.27" OriginalAmount="9.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14619422" Longitude="101.70066692" StarRating="0" HotelCode="741440|kl_city_lodge_" HotelName="KL City Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Concierge,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16A Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2b/272b06a5f024ed2e7857d338521cc33256c79d1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chinatown, KL City Lodge promises a relaxing and wond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.05" OriginalAmount="9.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16725" Longitude="101.69807" StarRating="2" HotelCode="|235587" HotelName="O Shalimar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>510-512 Jalan Tuanku Abdul Rahman First Floor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/8/7/235587_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.05" OriginalAmount="9.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.02488" Longitude="101.716036" StarRating="2" HotelCode="|153846" HotelName="Sun Inns D'mind 2 Seri Kembangan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, Jalan Dagang Sb 4/2, Taman Sg Besi Indah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/4/6/153846_est.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has WiFi (free of charge) and a restaurant. SITUATION: This hotel Minas Waterfront Business Park it is situated 1 kilometre away from Mid Valley City it is 15 minutes drive away from Where clients can find dining facilities, shopping areas, leisure areas and the business area. the hotel Putrajaya it is 10 minutes drive away from Sunway Lagoon and las Torres Petronas it is 25 minutes drive away from it is 40 minutes drive away from Kuala Lumpur Airport. ROOM: The rooms have an air-conditioning system, a fan, a flat-screen television, a direct line telephone, a bathroom with a shower, a hairdryer and hot water. On request, the establishment offers an iron and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.09" OriginalAmount="9.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14560472" Longitude="101.70984469" StarRating="3" HotelCode="597155|2381765" HotelName="ABS Bintang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 &amp; 87 Jalan Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/76/ea764a94c47044f01270b967965cc35f4c0ea48c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.14" OriginalAmount="9.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.22443" Longitude="101.67127" StarRating="3" HotelCode="|592161" HotelName="Sun Inns Batu Caves" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Seri Utara 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/2/1/6/1/592161_90e030b2012.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.25" OriginalAmount="9.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.806111" Longitude="101.715471" StarRating="2" HotelCode="|398376" HotelName="Oyo 414 Adiff Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Bunga Raya 2, Bandar Baru Salak Tinggi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/7/6/398376_b68cc710714.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.30" OriginalAmount="10.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20625" Longitude="101.72054" StarRating="0" HotelCode="|235459" HotelName="Fast Setapak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 26, Jalan 8/23E. Taman Danau Kota, Off Jalan Genting Klang, Setapak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/5/9/235459_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.66" OriginalAmount="10.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21326" Longitude="101.71204" StarRating="0" HotelCode="|235702" HotelName="Fast Idaman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 34-3, Jalan Jernai 3, Medan Idaman Business Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/0/2/235702_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.92" OriginalAmount="10.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1458569" Longitude="101.702258" StarRating="2" HotelCode="|188719" HotelName="Kameleon Travellers Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 60, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/9/188719_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.01" OriginalAmount="10.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1769032" Longitude="101.6878119" StarRating="2" HotelCode="|398360" HotelName="OYO 724 Hotel Madras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>343 Jalan Ipoh, 2 1/2 Mile</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/6/0/398360_5c5b6b20712.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.02" OriginalAmount="10.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14488" Longitude="101.6986" StarRating="3" HotelCode="|394201" HotelName="Tang City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95-97 JLN SULTAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/0/1/394201_257bd6f1057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.12" OriginalAmount="10.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441" Longitude="101.69754" StarRating="2" HotelCode="|559029" HotelName="Petaling Street Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 55 &amp; 57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/0/2/9/559029_3f3b9141743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.17" OriginalAmount="10.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21032" Longitude="101.7468" StarRating="2" HotelCode="|397485" HotelName="New Wave Hotel Melawati" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 284, Jalan Bandar 11, Taman Melawati</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/8/5/397485_1155a3b1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.22" OriginalAmount="10.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14281" Longitude="101.69787" StarRating="0" HotelCode="|188917" HotelName="My City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118-120A, Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/1/7/188917_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.29" OriginalAmount="10.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15815839" Longitude="101.75039774" StarRating="2" HotelCode="915306|2261455" HotelName="Ampang Point Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 &amp; 19 Level 1,2,3, Jalan Mamanda 5, Ampang Point, KLCC Ampang, Kuala Lumpur, Selangor 68000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a1/1da188bc8bcd469ea75c7d108ef48b2d0e8e1ea1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11.33" OriginalAmount="11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17694321" Longitude="101.68781733" StarRating="2" HotelCode="852206|388006" HotelName="Madras Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>343 km 4, 51100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/d1/f5d167fb6716bdfe42520427d55dc05ebbcc81fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1453871897669" Longitude="101.6966304849" StarRating="2" HotelCode="380852|the_explorers_guesthouse" HotelName="The Explorers Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>128 &amp; 130 Jalan Tun H S Lee, 50000 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ee/f4eee80ffff953482a8b7725e13eeb4c2ec7e883.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.2016792" Longitude="101.67097806" StarRating="2" HotelCode="563759|hotel_de_ideal" HotelName="Hotel De Ideal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>B-G-13 Pusat Komersial, Jalan Kuching Boulevard Business Park, 115 Jalan Kepayang Off Jalan Kuching, 50250 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/0b/e40b122595e4a155352323c903bfbaf229f5df78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1656590319992" Longitude="101.69608458455" StarRating="3" HotelCode="438006|rafee_hotel_kuala_lumpur" HotelName="Hotel Grand Mutiara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/0a/f30a989a65fbb3bf60e4aef7cb0f9a51453d221c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16330971" Longitude="101.69882557" StarRating="2" HotelCode="553339|shalimar" HotelName="Shalimar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>510-512 Jalan Tuanku Abdul Rahman, First Floor, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/fa/7cfa034c29d137bf46a92cc7efb05ee140503f8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.40" OriginalAmount="11.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17645" Longitude="101.69934" StarRating="2" HotelCode="|234824" HotelName="Swing &amp; Pillows - KL Pekeliling" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3, Jalan Sarikei, Off Jalan Pahang Barat,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/8/2/4/234824_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.52" OriginalAmount="11.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1454" Longitude="101.69662" StarRating="0" HotelCode="|189096" HotelName="The Explorers Guesthouse and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 128 and 130 Jalan Tun H.S Lee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/9/6/189096_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.54" OriginalAmount="11.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.32128" Longitude="101.57573" StarRating="2" HotelCode="|606137" HotelName="New Rawang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 105-A Jalan Maxwell</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/1/3/7/606137_88620880032.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.55" OriginalAmount="11.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14761" Longitude="101.71104" StarRating="2" HotelCode="|188484" HotelName="33 Star by The Sqwhere" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 56 y 58, Bangunan Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/8/4/188484_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.73" OriginalAmount="11.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1937" Longitude="101.66949" StarRating="2" HotelCode="|238758" HotelName="De Ideal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B-G-13 Boulevard Business Park 115 Jl. Kepayang, off Jl. Kuching</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/7/5/8/238758_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.73" OriginalAmount="11.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.22651" Longitude="101.67137" StarRating="1" HotelCode="|196209" HotelName="Oyo 766 Times Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 22, Jalan Seri Utara 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/2/0/9/196209_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.76" OriginalAmount="11.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1425" Longitude="101.698" StarRating="2" HotelCode="|397393" HotelName="OYO 761 City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118-120 Jalan Petaling,City Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/9/3/397393_ef4890b1115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.81" OriginalAmount="11.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.9817695" Longitude="101.6522613" StarRating="2" HotelCode="|398370" HotelName="OYO 502 Midah Inn Puchong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN SURIA PUCHONG 1 PUCHONG GATEWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/7/0/398370_f7d2d1a0703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.87" OriginalAmount="11.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14486" Longitude="101.69576" StarRating="0" HotelCode="|188734" HotelName="Leo Leisure At Central Market" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6, Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/3/4/188734_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.90" OriginalAmount="11.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14648604018" Longitude="101.69605462702" StarRating="2" HotelCode="305896|2264455" HotelName="Leo Leisure Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/34/22345caf5a948f59f94d334bcbdd0c049bfa21d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.91" OriginalAmount="11.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.073614" Longitude="101.601321" StarRating="1" HotelCode="|398351" HotelName="Golden Night Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.18, Jalan PJS 10/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/5/1/398351_24eb2be0744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.04" OriginalAmount="11.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142707" Longitude="101.69791333333" StarRating="2" HotelCode="901204|2263405" HotelName="My City Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Jalan Petaling, City Centre, 50000 Kuala Lumpur, Federal Territory of Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/3c/163c2749f3b5ad6a952963d145ff7416580473e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.05" OriginalAmount="11.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.32079" Longitude="101.57721" StarRating="2" HotelCode="|606128" HotelName="New Wave Rawang Star" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 41, Jalan Bandar rawang 15, Bandar Baru Rawang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/1/2/8/606128_82c571f0026.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.07" OriginalAmount="11.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14547965" Longitude="101.70839229" StarRating="2" HotelCode="584543|2537315" HotelName="Hotel Elwarda KL City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>42-3D Jalan Alor, 3rd Floor, Wisma City Tower, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3d/0f3dc40f5fe953a27d80b31830017c2ccf38f2af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.16" OriginalAmount="11.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14655" Longitude="101.708" StarRating="3" HotelCode="|397850" HotelName="D'lima Inn Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO-48, Tengkat Tong Shin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/8/5/0/397850_3a9e29c0710.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.18" OriginalAmount="11.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16235" Longitude="101.64938" StarRating="2" HotelCode="|196081" HotelName="New Wave Sri Hartamas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 15, Jalan 26 / 70A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/8/1/196081_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.24" OriginalAmount="11.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1414234881337" Longitude="101.69719691344" StarRating="2" HotelCode="380853|1225678" HotelName="TheTravel Hub" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5-1 Jalan Balai Polis, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/b0/afb0690e71701cafeabdcf05a01b2bc443556fa0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.34" OriginalAmount="11.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14548" Longitude="101.70844" StarRating="0" HotelCode="|238899" HotelName="Spot On 90138 Elwarda Klcity" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42-3D, 3rd Floor, Jalan Alor Wisma City Tower</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/8/9/9/238899_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17665163" Longitude="101.69936589" StarRating="2" HotelCode="321184|swiss_cottage_hotel" HotelName="Swiss Cottage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Sarikei, off Jalan Pahang Barat, 53000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/e5/36e5fb380f0831e8980b306282badd6ba508e399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16211669" Longitude="101.64936066" StarRating="2" HotelCode="321142|new_wave_sri_hartamas" HotelName="New Wave Hartamas (H1)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Jalan 26/70A, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/ff/89ff6a3e748a39d04ef955d40aaed69bd180d968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.152973131447" Longitude="101.697705681" StarRating="1" HotelCode="338169|perfect_class" HotelName="Perfect Class Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry,Smoking Rooms,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>91A Medan Bunus, Off Jalan Masjid India, 51000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/45/67458c2879cdaf3203bf98b8640d245b4fcfe497.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect Class in Kuala Lumpur is within walking distance to Chinatown Central Market and Merdeka Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20623286" Longitude="101.72059589" StarRating="2" HotelCode="519728|fast_hotel_setapak" HotelName="Fast Hotel Setapak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Jalan 8/23E Taman Danau Kota, Off Jalan Genting Kelang, 53300 Kuala Lumpur, Setapak</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/b1/b1b1727ac16e24f79fb14ebae25dc66bb31f3d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Fast Hotel Setapak in Kuala Lumpur, you'll be close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14479638" Longitude="101.69858683" StarRating="3" HotelCode="585308|tang_city_hotel" HotelName="Tang City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95-97 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/3a/df3a0a6b32daa5ad8f9bcab8a89586a61618aefe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19537631" Longitude="101.63291155" StarRating="0" HotelCode="694838|raintree_hotel_" HotelName="Raintree Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Beauty Salon,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan 7A/62A, Level 3A, Wisma Menjalara, Bandar Manjalara, Kepong, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/e1/dfe19a8356aa289183122c51fa1577c4d7448720.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Raintree Hotel to discover the wonders of Kuala Lumpur. The hotel offers guests a range of s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1291168177167" Longitude="101.71225819567" StarRating="3" HotelCode="915301|leo_express_hotel" HotelName="Leo Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Jalan Sungai Besi, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/26/98262e5e6a6f90787eaa31b9f52266345d2dfdfd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.44" OriginalAmount="12.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14079" Longitude="101.70948" StarRating="0" HotelCode="|234697" HotelName="Revopackers Beds and Bunks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258, Jalan Changkat Thambi Dollah Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/9/7/234697_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.54" OriginalAmount="12.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14242" Longitude="101.69749" StarRating="0" HotelCode="|235151" HotelName="City Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 11, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/1/5/1/235151_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.63" OriginalAmount="12.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14119" Longitude="101.69768" StarRating="2" HotelCode="|189101" HotelName="Travel Hub Highstreet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13-1, Jalan Balai Polis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/0/1/189101_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.69" OriginalAmount="12.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.192544" Longitude="101.625799" StarRating="2" HotelCode="|391491" HotelName="Sun Inns Hotel Kepong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 25 &amp; 27, Jalan Medan Putra 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/9/1/391491_7289ce41042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.73" OriginalAmount="12.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21171956" Longitude="101.64592574" StarRating="2" HotelCode="852052|3122845" HotelName="Fumah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 &amp; 3 Jalan Ambong 2, Kepong Baru, 52100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/7c/ac7cfbff9706969fdb7f2d914a7ef4dde2fd186c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.79" OriginalAmount="12.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.075112" Longitude="101.611837" StarRating="2" HotelCode="|178564" HotelName="Sun Inns Sunway Mentari 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Pjs 8/5, Dataran Mentari, Bandar Sunway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/6/4/178564_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.82" OriginalAmount="12.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.03007" Longitude="101.70544" StarRating="2" HotelCode="|606142" HotelName="ARK Seri Kembangan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 40, Jalan SR 1/9, Taman Serdang Raya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/1/4/2/606142_8e716da0038.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.86" OriginalAmount="12.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1458900876734" Longitude="101.70197078515" StarRating="3" HotelCode="304399|1030978" HotelName="Sandpiper Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/c2/95c2ecfb1996e02ad79cfbbcd33f51ad8c0be12f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.86" OriginalAmount="12.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14343" Longitude="101.743968" StarRating="0" HotelCode="|188489" HotelName="Ampang Business" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-15, Jalan Pandan Prima 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/8/9/188489_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.05" OriginalAmount="12.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12609" Longitude="101.70956" StarRating="2" HotelCode="|189103" HotelName="Swing &amp; Pillows - KL Sg Besi formerly known as U Pac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2, Jalan Lapangan Permai 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/0/3/189103_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.15" OriginalAmount="12.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143984" Longitude="101.695774" StarRating="2" HotelCode="|402231" HotelName="Oyo 552  Kl Centre Point" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/2/3/1/402231_11ddb501041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.31" OriginalAmount="12.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16564" Longitude="101.696239" StarRating="3" HotelCode="|397419" HotelName="Grand Mutiara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110, Jalan Raja Laut</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/1/9/397419_fada6321458.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.32" OriginalAmount="12.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19542" Longitude="101.632869" StarRating="0" HotelCode="|464591" HotelName="Raintree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16,Level 3A,Wisma Menjalara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/5/9/1/464591_dc21bcd0844.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.35" OriginalAmount="12.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14846" Longitude="101.697301" StarRating="2" HotelCode="|391460" HotelName="Yy48" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 48 Jalan Tun Perak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/6/0/391460_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14399620615" Longitude="101.69777580154" StarRating="3" HotelCode="145961|hotel_china_town_inn" HotelName="China Town Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/a0/5ba04a599257d4054ba5b5a94ddf49a20d064801.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Kuala Lumpur's Chinatown. Chinatown Market is right in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14426309" Longitude="101.6975583" StarRating="2" HotelCode="321152|petaling_street_hotel" HotelName="Petaling Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>55 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/a2/e8a2cb893b06821ce8c11cf437de35170da58368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.177822" Longitude="101.686382" StarRating="2" HotelCode="187984|bestotel" HotelName="SCC Hotel City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>368 Jalan Sultan Azlan Shah, 2 ½ mile Jalan Ipoh, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/b0/b6b0feb34da951341f99076f411762740551551c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16735535" Longitude="101.69920166" StarRating="3" HotelCode="321279|crossroads_hotel_2" HotelName="Crossroads Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/06/59067ec26ecb8b41e7f0f9a084ea76b044cf5d41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1410635883094" Longitude="101.70913660531" StarRating="2" HotelCode="384843|orkid_inn_pudu" HotelName="Revopackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>258 Jalan Changkat Thambi Dollah, Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/0c/650c35df880a35230f68e16ef5915c8cb7c020da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1489017067468" Longitude="101.69674617093" StarRating="1" HotelCode="341297|w_hotel_8" HotelName="W Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Tun Perak, City Centre, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/25/fa254c6ea9f54a3845fe5ee84e6d800b2d18c585.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Happy Holiday Hotel is located at Jalan Tun Perak just only a few meter from Masjid Jamek LRT statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14421725" Longitude="101.69592191" StarRating="3" HotelCode="876912|oyo_552_hotel_kl_centre_point" HotelName="Hotel KL Centre Point By OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Unit 56 Jalan Hang Kasturi, First Floor, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/2b/652b13c9ac6f5159526252477660ab5994eb02ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21036406" Longitude="101.61534138" StarRating="3" HotelCode="867056|silver_sky_hotel_2" HotelName="Silver Sky Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3.2A Jalan Desa 2/2, Desa Aman Puri, 52100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/5b/715bf59dca6b3c977682a5a3880b225d61c3a168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.40" OriginalAmount="13.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12958" Longitude="101.67974" StarRating="0" HotelCode="|236366" HotelName="The Bodhi Lodge -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18A, Jalan Kemuja, Bangsar Utama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/3/6/6/236366_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.43" OriginalAmount="13.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14253721" Longitude="101.74146111" StarRating="2" HotelCode="341534|1194428" HotelName="Ampang Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-15 Jalan Pandan Prima 1, Dataran Pandan Prima, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/18/5218f569b54caa6a73ce9faeb66a1b50cca6d01f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.44" OriginalAmount="13.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144154" Longitude="101.698669" StarRating="0" HotelCode="|397699" HotelName="Nan Yeang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>87, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/9/9/397699_7fbb2ce0835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.52" OriginalAmount="13.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.209907" Longitude="101.747501" StarRating="2" HotelCode="|402682" HotelName="ARK Taman Melawati Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>261, Jalan Bandar 12, Taman Melawati</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/6/8/2/402682_691a0eb1221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.52" OriginalAmount="13.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.31884" Longitude="101.57764" StarRating="2" HotelCode="|397502" HotelName="Rawang Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 3A, Jalan BR 10, Bandar Baru Rawang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/5/0/2/397502_9264cac1254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.83" OriginalAmount="13.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11608" Longitude="101.68786" StarRating="3" HotelCode="|404425" HotelName="Aces Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Level 5, Complex Kotaraya, 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/2/5/404425_e627c330330.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.85" OriginalAmount="13.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.049026" Longitude="101.585881" StarRating="0" HotelCode="|398129" HotelName="Best View Boutique Hotel Taipan USJ" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 1,3 &amp; 5, Jalan USJ 10/1A, USJ Taipan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/1/2/9/398129_988d41d0828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.94" OriginalAmount="13.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1260265616631" Longitude="101.7096662875" StarRating="2" HotelCode="341778|1234888" HotelName="U Pac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-6 Jalan Lapangan Permai 1, Off Jalan Sungai Besi batu 2, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/41/1f414f03078252e9db64a62c1961524c4e5ab55f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.07" OriginalAmount="13.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14895" Longitude="101.69679" StarRating="3" HotelCode="|396805" HotelName="AL Amin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Tun Perak Wisma Lau Chung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/8/0/5/396805_b4a8bec1340.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.19" OriginalAmount="13.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1291713" Longitude="101.7121929" StarRating="3" HotelCode="|177268" HotelName="Leo Express" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59-65, Jalan Sungai Besi,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/7/2/6/8/177268_1_1377.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.19" OriginalAmount="13.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13202" Longitude="101.68813" StarRating="2" HotelCode="|234391" HotelName="Pods The Backpackers Home And Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>G-6, No 30 Jalan Thambipillay, Brickfields</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/3/9/1/234391_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.21" OriginalAmount="13.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1619303878901" Longitude="101.6490413557" StarRating="2" HotelCode="341535|1194358" HotelName="Hartamas Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Jalan 27/70A, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/9f/b69f11a58da42ce4e497016126f147e777944b79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.24" OriginalAmount="13.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14568" Longitude="101.70247" StarRating="2" HotelCode="|188720" HotelName="Kawana Tourist Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.68, Jalan Pudu Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/2/0/188720_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.33" OriginalAmount="13.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15207" Longitude="101.69693" StarRating="1" HotelCode="|188948" HotelName="Spot On 89962 Perfect Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91A, Medan Bunus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/4/8/188948_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146628" Longitude="101.708565" StarRating="2" HotelCode="|524669" HotelName="Red Velvet Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Rembia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/6/9/524669_6a418510930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1296158512296" Longitude="101.7151916027" StarRating="3" HotelCode="187201|onestop_residence_hotel" HotelName="One-Stop Residence Hotel &amp; Office" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Metro Pudu, Gate 3, Main Lobby, Metro Mall, Fraser Business Park, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/bb/bebb1241a56374e60e0ab1e9d31208af3d1f0196.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 4 km away from KLCC and 3 km away from Bukit Bintang Shopping Paradise. It provides gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485017193025" Longitude="101.69749998933" StarRating="3" HotelCode="345723|yy48_hotel" HotelName="YY48 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Jalan Tun Perak, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/73/b67336fee8f84ddc3e89cad3648cf5c0bea6a01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;YY48 Hotel is a popular choice amongst travelers in Kuala Lumpur, whether exploring or just passing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1488638043941" Longitude="101.69724811539" StarRating="3" HotelCode="380850|hotel_1915" HotelName="Hotel 1915 Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>49 Jalan Leboh Ampang, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/ab/37ab8544d96361a340b9599b02adea687d3da52f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16702382" Longitude="101.6962541" StarRating="0" HotelCode="756617|new_eastern_hotel_" HotelName="New Eastern Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>152-A Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/63/c36306b473f1dbcdf79786621bf13f08e7ce7364.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Chowkit / Putra WTC, New Eastern Hotel is a perfect starting point from which to explore ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13339674" Longitude="101.71473735" StarRating="0" HotelCode="741426|golden_asean_" HotelName="Golden Asean Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>520-522 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/84/02844738a0fca8c7b417a5d72b35d2615a9f399a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Golden Asean Hotel to discover the wonders of Kuala Lumpur. Offering a variety of facilities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.02604" Longitude="101.72496818" StarRating="0" HotelCode="835762|mine" HotelName="Mine Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Sungai Besi Indah 5/2, Seri Kembangan, Balakong, 43300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/75/4975199612228ab757419d800e9b108bd13447b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Seri Kembangan / Balakong, Mine Hotel is a perfect starting point from which to explore K...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.44" OriginalAmount="14.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17755" Longitude="101.68684" StarRating="2" HotelCode="|232180" HotelName="Scc City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 368, Jalan Sultan Azlan Shah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/1/8/0/232180_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.51" OriginalAmount="14.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1517292525529" Longitude="101.69577947976" StarRating="3" HotelCode="542843|2537195" HotelName="Adya Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21-2 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/2d/e92dd578321aee3acbbdc7fe3d17abcd814235e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.51" OriginalAmount="14.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1434203816753" Longitude="101.70755831466" StarRating="3" HotelCode="915313|1161408" HotelName="Golden Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>174-176 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/1e/ab1e2ffa2e1dca934ad9a8e4a033a5625f679fe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.67" OriginalAmount="14.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14571" Longitude="101.70201" StarRating="3" HotelCode="|188596" HotelName="99 Pudu Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44A-44B, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/9/6/188596_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.70" OriginalAmount="14.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19954819" Longitude="101.58483333" StarRating="2" HotelCode="321141|2280645" HotelName="New Wave Sg Buloh - DD" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>A201 Jalan PJU 10/2A, Damansara Damai, Sungai Buloh, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/f0/22f0a0b0e48ffc034fe609198f73f2d2aca81bb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.77" OriginalAmount="14.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145943" Longitude="101.701654" StarRating="3" HotelCode="305892|1519268" HotelName="Hotel 99 Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44A - 44B Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/09/b4099d678eee33d0b167f679fdc2e70e0efb8f98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.02" OriginalAmount="14.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143951" Longitude="101.697858" StarRating="2" HotelCode="|178298" HotelName="China Town 2 Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70-72 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/2/9/8/178298_1_6000.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.09" OriginalAmount="14.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139257" Longitude="101.709843" StarRating="3" HotelCode="904612|227056" HotelName="Sentral Pudu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.310 Jalan Pudu, Off Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/32/9332b545ff34951837770e3395bfc79e5e626627.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a prime location in Kuala Lumpur, located within a 10-minute walk of Times Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.34" OriginalAmount="14.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19755487" Longitude="101.72074112" StarRating="3" HotelCode="553598|3121915" HotelName="Worldview Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29-35 Jalan 10/23A, Medan Makmur, 53200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/4f/f24f3415f0730806c4d66ca6f2a7c7c398de0852.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.34" OriginalAmount="14.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15457" Longitude="101.69644" StarRating="3" HotelCode="|239711" HotelName="T Jalan Tar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157&amp; 159, Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/1/1/239711_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="2" HotelCode="601999|236313" HotelName="Just In Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan 1/154, Taman Bukit Anggerik, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/5c/af5cdad0b87b035ea1dcf03d6846000d40d0f285.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # When you stay at Just In Hotel in Kuala Lumpur, you'll be close to Aeon Cher...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12944444" Longitude="101.67959287" StarRating="2" HotelCode="584983|225895" HotelName="The Bodhi Lodge Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18A Jalan Kemuja, Bangsar Utama, 59000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/90/d390b611b21814b7c86b948ba9fdd94f8abb4464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1365953299055" Longitude="101.70258184789" StarRating="3" HotelCode="211922|ihotel__maharajalela" HotelName="I-Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 Jalan Maharajalela, 50150 Kuala Lumpur, Wilayah Perseketuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/0a/530ae82c8c12914d1a3fad738bb84fc6063f0058.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14558682" Longitude="101.70713608" StarRating="1" HotelCode="610825|dorms_kl" HotelName="Dorms KL" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Tengkat Tong Shin, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/8e/908e3bc2518fb90321bf27ac0a0a645e8f2206d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Dorms KL in Kuala Lumpur (Bukit Bintang), you'll be minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14270916" Longitude="101.69654978" StarRating="2" HotelCode="560448|birdnest_collective_cafe_guesthouse" HotelName="Birdnest Collective Cafe &amp; Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Bar,Designated Smoking Area,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>210 Jalan Tun HS Lee, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/7a/867aad18731bfb3d0f041932c7f3ca93efe7f937.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chinatown, Birdnest Collective Cafe &amp; Guesthouse prom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15457849" Longitude="101.69646311" StarRating="3" HotelCode="519738|thotel_jalan_tar" HotelName="T-Hotel Jalan Tar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>157 &amp; 159 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/16/c4162e2b419e49ab1aafd2b167b030c8a0794909.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16558524" Longitude="101.7017529" StarRating="2" HotelCode="782990|hotel_raja_bot" HotelName="Hotel Raja Bot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Jalan Raja Bot, 78-G 78-M 78-1 78-2 78-3 80-2 80-3, Chow Kit, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/09/e10993efeabe761043463ce6c31a77fba6cca805.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.48" OriginalAmount="15.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1330412630054" Longitude="101.68892632639" StarRating="2" HotelCode="304398|1059388" HotelName="Metro Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Thambypillai, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/2a/462a2eb6939d2f0d1c75808f0f5338790b48856a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.69" OriginalAmount="15.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.166615" Longitude="101.695868" StarRating="2" HotelCode="|456044" HotelName="Seri Putra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 &amp; 52 Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/0/4/4/456044_53d46521707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.80" OriginalAmount="15.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14731" Longitude="101.70947" StarRating="2" HotelCode="|589514" HotelName="MSP" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Berangan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/5/1/4/589514_7ba24ed2043.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.86" OriginalAmount="15.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1518118" Longitude="101.6958198" StarRating="3" HotelCode="|69987" HotelName="Citin Masjid Jamek By Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LOT N 7 SEKSYEN 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/8/7/69987_e702bbe1659.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 138Â comfortable, modern rooms with an air-conditioning system, cable television, WiFi (free of charge) and a bathroom. FACILITIES: With regards to the food and beverage offering, there isCitin CafÃ© the restaurant local dishes and Western dishes. The establishment also offers internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.99" OriginalAmount="15.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1510832003849" Longitude="101.69651408709" StarRating="3" HotelCode="146010|120504" HotelName="Citin Masjid Jamek" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot No 7, Seksyen 33, Jalan Melayu, Off Jalan Masjid, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/5c/5d5c253f359855b8fa3f87f9185cd9bca76dafc5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Kuala Lumpur’s commercial centre. The hotel is situated less t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.01" OriginalAmount="15.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14661252" Longitude="101.70955892" StarRating="3" HotelCode="419577|2537405" HotelName="Alor Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>79A Changkat Bukit Bintang, (at the junction of Jalan Alor), 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/69/1869aa7ae8c8682a004c35b6ec53cfe2f5e87dda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Alor Boutique Hotel in Kuala Lumpur (Bukit Bintang)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.04" OriginalAmount="15.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15846" Longitude="101.75006" StarRating="2" HotelCode="|189061" HotelName="Safari" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 9-12, Jalan Mamanda 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/6/1/189061_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.11" OriginalAmount="15.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15157" Longitude="101.69573" StarRating="3" HotelCode="|391707" HotelName="Adya Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 27, Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/0/7/391707_9bbd8e01023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.11" OriginalAmount="15.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14502" Longitude="101.69866" StarRating="0" HotelCode="|235165" HotelName="Sohotown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/1/6/5/235165_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.18" OriginalAmount="15.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09138336" Longitude="101.68840805" StarRating="1" HotelCode="338501|3133725" HotelName="Time Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Kuchai Maju 2, Off Jalan Kuchai Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/e6/cfe673648dbcfaa9c3872b9c05258673f5c317bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.19" OriginalAmount="15.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17129224" Longitude="101.6953145" StarRating="2" HotelCode="321125|1169118" HotelName="My Home Hotel Pekeliling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Jalan Lumut, Complex Damai, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/f6/44f69f5500e50c9a93d71fdb8b3461ff1e7a4cda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is conveniently situated close to the well-known Putra World Trade Centre and Pet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.21" OriginalAmount="15.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.152474" Longitude="101.696971" StarRating="2" HotelCode="188004|1206338" HotelName="Palace Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 40-46 Jalan Masjid India, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/0e/6d0e14b6a309523df86010533784822addd0ff5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.22" OriginalAmount="15.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451739508158" Longitude="101.71421957619" StarRating="2" HotelCode="915316|1159138" HotelName="Victory 2 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Imbi 114, 114-1, 114-2, 114-3, Mezzanine, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/d1/e2d17e5ce1dbfae1f6b4c3de0d5a521a9f46e0ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Kuala Lumpur, this boutique hotel is ideal for guests who appreciate a styli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.23" OriginalAmount="15.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19778" Longitude="101.72055" StarRating="0" HotelCode="|235695" HotelName="Worldview Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29-35, Jalan 10/23A, Medan Makmur Jalan Usahawan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/6/9/5/235695_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.30" OriginalAmount="15.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.091681" Longitude="101.5434323" StarRating="2" HotelCode="|398361" HotelName="Meria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 22 Block 3 Laman Seri Business Park, Seksyen 13, Shah Alam, Selangor, 40100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/6/1/398361_7c142530744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.34" OriginalAmount="15.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1386055" Longitude="101.7099902" StarRating="2" HotelCode="|397482" HotelName="Yy318  Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>318, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/8/2/397482_00e72801100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.37" OriginalAmount="15.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14243149" Longitude="101.6973262" StarRating="2" HotelCode="548964|2253745" HotelName="City Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/9c/399c3136f1a6b8adc8e487564d6f7ec89fcd90c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.39" OriginalAmount="15.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1438257" Longitude="101.6977337" StarRating="2" HotelCode="163463|1567258" HotelName="Hotel Chinatown 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70-72 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/0c/3a0c0ca5dd2414e688fdbfb9b36b8df8d0d8d0c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.40" OriginalAmount="15.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.163168" Longitude="101.698211" StarRating="2" HotelCode="|468297" HotelName="Kingston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 405, Wisma Dato' James Tan Yin Wah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/2/9/7/468297_44d382b1128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.42" OriginalAmount="15.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1328318" Longitude="101.7181068" StarRating="2" HotelCode="|203388" HotelName="Zen Rooms Sakura Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>327 &amp; 329 Jalan Tun Razak (Pudu)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/3/8/8/203388_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13529621" Longitude="101.69104738" StarRating="3" HotelCode="362980|royce_hotel_kl_sentral_2" HotelName="Royce Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 &amp; 22 Jalan Tun Sambanthan 3, Brickfields, 50470 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b4/59b498ce5c1c857e7e857789dbe70d3d95f86870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17692997" Longitude="101.68767093" StarRating="2" HotelCode="511725|madras_hotel" HotelName="Madras Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>343 Jalan Sultan Azlan Shah, 2 1/2 Mile Jalan Ipoh, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/89/238915ea9fc20a338a89739b0000bbd229d25ff9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17211784" Longitude="101.69735555" StarRating="3" HotelCode="488858|le_ruiz_boutique_hotel" HotelName="Le Ruiz Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Cemur, Off Jalan Pekeliling Lama, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/77/9a77c74346c6169cddb921a12296be79c809dfd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuala Lumpur. For guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14918968" Longitude="101.69689126" StarRating="2" HotelCode="688816|big_m_hotel" HotelName="Big M Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Garden,Housekeeping,Internet,Shopping Arcade,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Jalan Tun Perak, City Centre, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a7/aba7ace4a96eb11f28ca49ef6a4b8762557eeb9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located conveniently next to Masjid Jamek LRT Station, BIG M Hotel offers accommodation in Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.53" OriginalAmount="16.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13284656" Longitude="101.68870359" StarRating="2" HotelCode="407837|2537235" HotelName="Hotel New Winner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No.11 Jalan Thambipillai, Off Jalan Tun Sambanthan, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/5f/cb5ff8027061cc8dd2617c461d87f9d3ae566133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.56" OriginalAmount="16.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0909" Longitude="101.61485" StarRating="3" HotelCode="|606227" HotelName="Harbour hotel PJ 21" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18, PJ21 Commercial Centre, Jalan SS 3/39, Petaling Jaya, Selangor.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/2/2/7/606227_bca9a2d0024.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.58" OriginalAmount="16.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144649" Longitude="101.70599" StarRating="2" HotelCode="915315|761195" HotelName="My Hotel @ Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/55/c255f113080a74b23395ffafadcb45499d5cfabe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.70" OriginalAmount="16.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133326" Longitude="101.688857" StarRating="2" HotelCode="|153785" HotelName="My  @ Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.51 and 53, Jalan Thambippilay, Brickfields</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/8/5/153785_est.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception, a baggage room, a currency exchange service, a transfer service to the airport, a safety deposit box service and tourist information. SITUATION: This budget hotel is 5 minutes away from La PequeÃ±a India the district of restaurants, is situated 10 minutes walk away from Kuala Lumpur Sentral the Railway Station of el Museo KL the establishment is a 5-minute drive away from it is 15 minutes drive away from Kuala Lumpur the centre of the establishment is a 50-minute drive away from the airport. ROOM: All the rooms have a shower, WiFi (free of charge), wooden floors, an air-conditioning system, a satellite television, a bathroom, kettle, a coffee maker and a kettle. They also have an iron and a hairdryer (available on request).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.94" OriginalAmount="16.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.209929" Longitude="101.616422" StarRating="3" HotelCode="|397617" HotelName="Aman Puri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No P-3-62A, Jalan Desa 2/3, Desa Aman Puri, Sungai Buluh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/1/7/397617_c04d02c1320.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.01" OriginalAmount="16.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13277" Longitude="101.68874" StarRating="0" HotelCode="|196028" HotelName="New Winner" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.11, Jalan Thambipillai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/2/8/196028_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.02" OriginalAmount="16.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14021" Longitude="101.71" StarRating="2" HotelCode="|557403" HotelName="Ohana Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26th floor unit 2,Taragon Puteri Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/4/0/3/557403_55763f91001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.04" OriginalAmount="16.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1540006572144" Longitude="101.69668704271" StarRating="3" HotelCode="177911|795665" HotelName="Frenz Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Jalan Tuanku Abdul Rahman, Kuala Lumpur 50100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/dc/b6dcd5a5a5bb59fa4f366d6ac00dec6db83aaac7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the hotel's doorstep is the Asian Heritage Row, a stretch of elegant and charming restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1445821" Longitude="101.7060772" StarRating="2" HotelCode="|89477" HotelName="My At Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120, JALAN PUDU,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/7/89477_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15691" Longitude="101.69667" StarRating="3" HotelCode="|196082" HotelName="The Grand Campbell " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dang Wangi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/8/2/196082_1_3326.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15304" Longitude="101.69782" StarRating="1" HotelCode="|196083" HotelName="Super Oyo Capital O 90125 Grand Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>141, Jln Bunus Off Jln Masjid India</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/8/3/196083_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.16" OriginalAmount="16.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13168093" Longitude="101.68740863" StarRating="2" HotelCode="321130|2045305" HotelName="My Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Jalan Thambipillay, Near Singh Chapati, Kl Sentral, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/a6/78a6f581c3456e69f087f96afc2f7fad1d962ac5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.18" OriginalAmount="16.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133537" Longitude="101.688699" StarRating="2" HotelCode="188000|143636" HotelName="My Hotel @ Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/17/c817af16fdc1e6362231bb3fe9316eb5e47c4b6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.18" OriginalAmount="16.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148293" Longitude="101.70901675" StarRating="3" HotelCode="915305|1154518" HotelName="LaComme Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Angsoka, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/0d/5f0d3416c914d1298b3bbf1ebd15daa80a67465e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.25" OriginalAmount="16.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14165" Longitude="101.69793" StarRating="2" HotelCode="|188971" HotelName="Rain Forest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/7/1/188971_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.27" OriginalAmount="16.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139358" Longitude="101.713459" StarRating="3" HotelCode="|397879" HotelName="Venice" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 Lorong Thambi 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/8/7/9/397879_183853e0800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.29" OriginalAmount="16.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14529696" Longitude="101.69762782" StarRating="3" HotelCode="952653|3128335" HotelName="Season Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 &amp;13 Jalan Tun Tan Cheng Lock, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/20/04202a7543d28e302560bd80556cbf642b1c3e79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.38" OriginalAmount="16.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14216497" Longitude="101.69795252" StarRating="3" HotelCode="343073|2253785" HotelName="Rainforest Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>122 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/25/ba250d2bf27f1432bfef3a47e19141f0f832cdd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.38" OriginalAmount="16.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.992864" Longitude="101.574" StarRating="0" HotelCode="|441046" HotelName="Putra Heights New Wave Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Jalan Putra Mahkota, 7/8B, Subang Jaya, Selangor, 47650</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/4/6/441046_0b5a9721035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.39" OriginalAmount="16.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.208297" Longitude="101.65331" StarRating="3" HotelCode="|397287" HotelName="Kepong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, Jalan Kepong Usaha, Batu 6 1/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/8/7/397287_4535d381037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20841966" Longitude="101.65275313" StarRating="2" HotelCode="520057|4985435" HotelName="Hotel Kepong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Elevator,Internet,Meeting Room,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kepong Usah 2, Off Batu 6 1/2, Kepong, 52100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/af/10afdb4d1fee843d67eb9d993ceed54e1ff4c63b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Kepong is conveniently located in the popular Kepong area. The hotel offers a high standard of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14494428" Longitude="101.69864341" StarRating="2" HotelCode="511415|202725" HotelName="Sohotown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/23/1323330221e6f660944815b36339bd33158ded9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chinatown, SohoTown Hotel promises a relaxing and won...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156727081679" Longitude="101.69675512341" StarRating="3" HotelCode="320049|the_grand_campbell_hotel" HotelName="The Grand Campbell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dang Wangi, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ec/00ec2145cf758a286fdc729d62ef59e1a87158ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1386188764584" Longitude="101.71008541475" StarRating="2" HotelCode="341013|yy318_hotel_2" HotelName="YY318 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>318 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/52/56528c72eb71c6fd1e1bbd6dc4b2364efa258d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;YY318 Hotel is located in the bustling area of KL city whereby entertainment nightlife delicious cou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16371557" Longitude="101.70543804" StarRating="3" HotelCode="380857|bagasta_boutique_guesthouse" HotelName="Bagasta Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Jalan Raja Alang, Kampung Baru, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/9e/889e5648d68f6b9f7273d55a2ebdaccfee5bf878.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1311409814982" Longitude="101.71208133855" StarRating="3" HotelCode="344680|hote123_" HotelName="Hote123" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Sungai Besi, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/a8/9ba831360fe45f2a1c4ded769882a813131883e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14276968" Longitude="101.70795314" StarRating="2" HotelCode="783150|asia_like_boutique_hotel" HotelName="Asia Like Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>202 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/b4/e4b459efc7d9253251c13229a2624a38134b893a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1515376420923" Longitude="101.69525000549" StarRating="2" HotelCode="915304|swiss_hotel_2" HotelName="Swiss Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/13/33133674c312ad88ce04bb1c66cf311bd66f312f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="961346|ohana_kuala_lumpur" HotelName="The Ohana Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Changkat Thambi Dollah, 26th Floor, Unit 2, Taragon Puteri Bintang, 55100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/a8/86a817c723a263c0d4083e368bc2dbe2d83b63d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="968354|oyo_capital_o_978_midaris_hotel" HotelName="Midaris Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Loke Yew, Pudu, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/70/2970d6a5c229e7e3b4687e237e4b7e84e4d8f34f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.57" OriginalAmount="17.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16402" Longitude="101.704756" StarRating="0" HotelCode="|474211" HotelName="Redstone Boutique Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Jalan Raja Alang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/2/1/1/474211_a0b776e1240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.85" OriginalAmount="17.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.086096" Longitude="101.672226" StarRating="3" HotelCode="|397453" HotelName="Sunjoy9 At Mid Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1, Jalan 2/137B Resource Industrial Centre, Batu 5, Jalan Klang Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/5/3/397453_5bd4a740459.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.91" OriginalAmount="17.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17969734" Longitude="101.70097086" StarRating="2" HotelCode="595413|3132095" HotelName="Riccarton Capsule Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>G-1 Jalan Pahang, Wisma Q Titiwangsa, Persiaran Titiwangsa 1, 53000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/8a/008af37be2c9373b426e3c1b4f6e5666d08450cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.92" OriginalAmount="17.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.18918" Longitude="101.6541" StarRating="2" HotelCode="|189057" HotelName="Rujia Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30-1, Block A Plaza Sinar, Jalan 8/38D</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/5/7/189057_1_4842.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.94" OriginalAmount="17.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15249" Longitude="101.69751" StarRating="2" HotelCode="|188601" HotelName="Oyo 431 De Grand Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Medan Bunus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/6/0/1/188601_1_41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.98" OriginalAmount="17.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1130323746526" Longitude="101.67834167984" StarRating="3" HotelCode="341229|2173865" HotelName="Valenza Hotel &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot 118 Batu 3, Jalan Klang Lama, 58100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/0f/420f221e304e92c4ae12ae982e5dc80b70383abe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.98" OriginalAmount="17.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1554808367309" Longitude="101.69636103313" StarRating="2" HotelCode="405888|3127855" HotelName="Canary Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>189/191 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/44/05447faec7006ce3223f167203ac9f365a9910dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.00" OriginalAmount="17.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14491002" Longitude="101.70889234" StarRating="2" HotelCode="915309|2537275" HotelName="T-Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>40&amp;42 Jalan Bukit Bintang, 55000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/90/0190744a11601e8719057bd8f186c2d4235ac61d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.07" OriginalAmount="17.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14653" Longitude="101.71103" StarRating="0" HotelCode="|234917" HotelName="Travelogue Kl -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118B Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/9/1/7/234917_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.30" OriginalAmount="17.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1327043563126" Longitude="101.71775354985" StarRating="2" HotelCode="344855|1518928" HotelName="Sakura Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327 &amp; 329 Jalan Tun Razak, Pudu, 50400 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/84/0784ce2444c548b7e613ca4719e96a780e2fb869.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.36" OriginalAmount="17.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13521037" Longitude="101.69123879" StarRating="2" HotelCode="511702|3113435" HotelName="Sun Inns Hotel Sentral Brickfields" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Jalan Tun Sambanthan 3, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/8f/128f4f96e85f7c9beb14eb02e77a65f310304e18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.47" OriginalAmount="17.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148818" Longitude="101.6988" StarRating="3" HotelCode="260589|929905" HotelName="Arenaa Star Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Jalan Hang Lekiu, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/90/26901bad48d1a8e741b2855e3c5d102d8a03dfaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.47" OriginalAmount="17.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15114" Longitude="101.69606" StarRating="3" HotelCode="|231575" HotelName="Lotus Family , Masjid India" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 45, Jalan Melayu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/5/7/5/231575_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.53" OriginalAmount="17.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.098903" Longitude="101.687055" StarRating="3" HotelCode="|402362" HotelName="Oyo 89652 Bjorn Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24, Jalan 4/109F, Taman Danau Desa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/3/6/2/402362_dea52b01214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145626060475" Longitude="101.70706987381" StarRating="2" HotelCode="188020|yy38_hotel" HotelName="Yy38" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Parking,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Tengkat Thong Shin, off Jalan Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/c6/efc6db55e16c78c6b6555a52bc4b790d2f7d320a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;YY38 Hotel is strategically located in the heart of Kuala Lumpur's ultra fashionable Golden Triangle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1951038914684" Longitude="101.62898342179" StarRating="2" HotelCode="346073|sovotel_boutique_hotel" HotelName="Sovotel Boutique Hotel @  Bandar Menjalara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan 3/62A, Bandar Menjalara, Kepong, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/e0/5de06d85327a91edae8637fe5755f391113ec63d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0808618579561" Longitude="101.73291267019" StarRating="2" HotelCode="404660|lsn_hotel_" HotelName="LSN Hotel Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Jalan Menara Gading 1, Taman Connaught, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/66/e4661029e247a310bbf6199e9cf7c699b70d1ae6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12943376" Longitude="101.68429738" StarRating="2" HotelCode="426596|lotus_hotel_kl_sentral" HotelName="Lotus Hotel KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>250 Jalan Tun Sambanthan, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/37/2b371ed95ee92d76ba9d0e9d810e822c7a640b27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1467023858838" Longitude="101.70803724123" StarRating="1" HotelCode="380855|green_hut_lodge" HotelName="Green Hut Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Tengkat Tong Shin, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/44/fb445b9951463195e428b0ff5aa9696df082a5ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Green Hut Lodge in Kuala Lumpur Bukit Bintang, you'll be minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.098969888915" Longitude="101.6870628013" StarRating="3" HotelCode="341627|bjorn_boutique_hotel_taman_danau_desa" HotelName="Bjorn Boutique Hotel Taman Danau Desa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24-2 Jalan 5/109F, Taman Danau Desa, 58100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/6e/366ec72e52317291ae4ffca02601f708c38bd565.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Bjorn Boutique Hotel Taman Danau Desa is a popular choice amongst travelers in Kuala Lumpur, whether...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14348678" Longitude="101.69579212" StarRating="2" HotelCode="488895|lavana_hotel_chinatown" HotelName="Lavana Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Bangunan Mariammanm, Jalan Hang Kasturi, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/f8/c6f89839be8dcee3f2906d8ca82d6c9c3436bb5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20579001" Longitude="101.71986038" StarRating="3" HotelCode="511737|fan_holiday_hotel" HotelName="Fan Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33A-0 Jalan Langkawi, Blok G, Platinum Walk, Danau Kota, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/59/d6592cd6c744f6cf55a9518184ca1ebdc45fc91f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13220907" Longitude="101.68840387" StarRating="2" HotelCode="585824|m_m_hotel_kl_sentral" HotelName="M&amp;M Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Jalan Thambypillai, Brickfields Kl Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/5c/b15c4fa829ddccc4ca1a7406fa17cf88c4a42da3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13259922" Longitude="101.68963181" StarRating="2" HotelCode="765542|double_m_hotel_kl_sentral" HotelName="Double M Hotel @ Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/0d/510de98aa0728f0339e96a38c9c8550a23897714.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17683512" Longitude="101.68780081" StarRating="2" HotelCode="880428|zen_rooms_poorna_hotel" HotelName="Poorna Hotel by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 &amp; 335 Jalan Sultan Azlan Shah, 51200 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/dd/63dd11ea54b2c86b7890ae94c958cc39ea87a257.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Kuala Lumpur . It is known for "its boasting gleaming skyscrapers, colonial architecture,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.59" OriginalAmount="18.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14537" Longitude="101.69754" StarRating="3" HotelCode="|394216" HotelName="Pacific Express Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 32, Jalan Tun Tan Cheng Lock</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/1/6/394216_29a20601001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.59" OriginalAmount="18.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.179485" Longitude="101.700872" StarRating="2" HotelCode="|558293" HotelName="Riccarton Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>G-1, Wisma Q Titiwangsa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/2/9/3/558293_3f40dc71639.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.61" OriginalAmount="18.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14943509" Longitude="101.69760801" StarRating="2" HotelCode="585111|3124005" HotelName="Ahyu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Leboh Ampang, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/28/9d28c03978ced3caee38b53910582ed091493158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.69" OriginalAmount="18.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1528509902405" Longitude="101.69779468588" StarRating="2" HotelCode="352823|1239358" HotelName="Hotel De'Grand Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>81-83 Medan Bunus, Off Jalan Masjid India, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/3a/323af5f6a045e4401335c0e9146337f22c890af8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.72" OriginalAmount="18.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1494649" Longitude="101.6954874" StarRating="2" HotelCode="|398116" HotelName="Ahyu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 leboh ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/1/1/6/398116_2ba1d040731.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.74" OriginalAmount="18.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14553733" Longitude="101.69729325" StarRating="3" HotelCode="778703|2292805" HotelName="Pacific Express Hotel Chinatown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Tun Tan Cheng Lock, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/54/2554fd01aeb242ea6aa48e3a005211e3a9aff215.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.78" OriginalAmount="18.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154545" Longitude="101.701475" StarRating="3" HotelCode="|391741" HotelName="Flora by Crossroads" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 66 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/4/1/391741_a3e7fec1031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.79" OriginalAmount="18.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.149359" Longitude="101.696873" StarRating="2" HotelCode="|398115" HotelName="Big M" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Jalan Tun Perak, 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/1/1/5/398115_c64407e0750.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.94" OriginalAmount="18.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.080846" Longitude="101.73284" StarRating="0" HotelCode="|196141" HotelName="Lsn Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, Jalan Menara Gading 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/1/4/1/196141_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.94" OriginalAmount="18.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19516" Longitude="101.62898" StarRating="0" HotelCode="|230125" HotelName="Sovotel Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 11, Jalan 3/62A Bandar Menjalara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/1/2/5/230125_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.97" OriginalAmount="18.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15073899" Longitude="101.6961992" StarRating="2" HotelCode="321118|2344715" HotelName="Lotus Family Hotel Masjid India" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Jalan Melayu, City Centre, 50100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/3d/403d340ea94a7da10d768f6f7ae8fa7e4d5f822e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.00" OriginalAmount="18.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13181018" Longitude="101.68762811" StarRating="2" HotelCode="321166|2199435" HotelName="Signature Hotel KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Jalan Thambipillai, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d4/84d4db080b5aadd6861eeda7633d8d8d92475b4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.04" OriginalAmount="18.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1161430734441" Longitude="101.66931996872" StarRating="2" HotelCode="393977|2199385" HotelName="Signature Hotel at Bangsar South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>B-10 Off Jalan Pantai Baru, Pantai Business Park, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/11/b71171164eaf734de9322f0fae184493a0cbc97d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.04" OriginalAmount="18.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14637385" Longitude="101.70119875" StarRating="3" HotelCode="545998|2536515" HotelName="Signature International Hotel @ Pudu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Pudu Lama, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8c/878cdfece2651667a689a0884e5c7b59e7bd5dcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The numerous facilities and services at the hotel ensure guests a comfortable and relaxing stay. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.07" OriginalAmount="18.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20899917" Longitude="101.6581057" StarRating="2" HotelCode="599803|3120075" HotelName="Hotel 99 - Kepong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3, 5 &amp; 7 Jalan 2/32, Jalan Kepong, 6th Miles, 52000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/a9/cfa9f5cee46353472988e52ef79301e1ee722b8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.16" OriginalAmount="18.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13256" Longitude="101.68968" StarRating="2" HotelCode="|524768" HotelName="Double M @ KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25, Jalan Tun Sambanthan 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/6/8/524768_96d83491158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.27" OriginalAmount="18.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09964" Longitude="101.7123" StarRating="2" HotelCode="|239688" HotelName="Maple Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29, JALAN DWITASIK 1, DATARAN DWITASIK, BANDAR SRI PERMAISURI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/8/8/239688_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.27" OriginalAmount="18.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20634" Longitude="101.72126" StarRating="0" HotelCode="|596117" HotelName="Festival Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan 9/23e Taman Danau Kota Off Jalan Genting Kelang Setapak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/6/1/1/7/596117_d09eed32128.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.44" OriginalAmount="18.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13235" Longitude="101.68708" StarRating="0" HotelCode="|188714" HotelName="Westree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 142, Jalan Tun Sambanthan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/4/188714_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13191921" Longitude="101.68810546" StarRating="2" HotelCode="485128|151824" HotelName="PODs The Backpackers Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 Jalan Thambipillay, G-6, Brickfields, 50470 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/656842/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15463555" Longitude="101.70143149" StarRating="3" HotelCode="553184|flora_by_crossroads_hotel" HotelName="Flora By Crossroads Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>66 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/7b/e77b959bb2b9cd4a51fccab5d9e077ecacbef1a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="975086|hotel_sunjoy9_mid_valley_2" HotelName="Hotel Sunjoy 9 At OKR KL by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 2/137B, Jalan Kelang Lama, Resource Industrial Park, Batu 5, Bedford Business Park, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/16/c9164da45c8e2039e33a47337068bdba395ecb37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.58" OriginalAmount="19.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1281762" Longitude="101.6853978" StarRating="3" HotelCode="|89487" HotelName="Sentral Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 30, JALAN THAMBYPILLAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/8/7/89487_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.64" OriginalAmount="19.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.18989" Longitude="101.671842" StarRating="2" HotelCode="|159081" HotelName="Oyo 89655 Sri Duta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 and 23, BLOCK A, MEDAN NIAGA SERI KUCHING</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/9/0/8/1/159081_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.67" OriginalAmount="19.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14641" Longitude="101.69591" StarRating="2" HotelCode="|234997" HotelName="Lavana Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bangunan Mariammanm No. 2 Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/9/9/7/234997_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1375577115635" Longitude="101.71338357609" StarRating="3" HotelCode="934242|1478088" HotelName="Hotel Pudu Plaza Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan 1/77 C, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/46/53461d9db38b60fb44e14ad8951400dacbe8769a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155403" Longitude="101.696297" StarRating="2" HotelCode="|196006" HotelName="Canary" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 189-191, Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/0/6/196006_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14642" Longitude="101.70131" StarRating="3" HotelCode="|238275" HotelName="Signature International At Pudu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19, Jalan Pudu Lama,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/2/7/5/238275_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.84" OriginalAmount="19.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.089734" Longitude="101.68883" StarRating="2" HotelCode="|398374" HotelName="OYO 251 Intime Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26, Jalan Kuchai Maju 11, Kuchai Entreprenuer Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/7/4/398374_7c01cf50716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.85" OriginalAmount="19.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139081768968" Longitude="101.71034569444" StarRating="4" HotelCode="936610|2045225" HotelName="Greystone Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 - 38 Jalan Baba, Off Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/dd/54dd3bcacc17402d07e537f6ea19a90d40a9abb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.88" OriginalAmount="19.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.975774" Longitude="101.789121" StarRating="2" HotelCode="|397163" HotelName="Smart  Reko Sentral Kajang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN REKO SENTRAL 6, REKO SENTRAL, KAJANG, 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/1/6/3/397163_8062bed0944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.90" OriginalAmount="19.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13199" Longitude="101.688224" StarRating="3" HotelCode="902465|111922" HotelName="Hotel Sentral Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/b2/38b2b23062b6d554a1c09c01892208e0d163b146.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within Kuala Lumpur Railway Station and is conveniently close to the Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.92" OriginalAmount="19.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14586" Longitude="101.69694" StarRating="2" HotelCode="|402705" HotelName="Space" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.5-3 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/7/0/5/402705_851376c0737.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.03" OriginalAmount="19.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14681" Longitude="101.695802" StarRating="3" HotelCode="|158223" HotelName="Pacific Express  Central Market" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Kasturi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/8/2/2/3/158223_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities and comfortable rooms. SITUATION: This establishment, Jalan Pasar Leboh and Jalan Cuelgue Kasturi it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.07" OriginalAmount="19.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11685" Longitude="101.66924" StarRating="0" HotelCode="|196194" HotelName="Signature At Bangsar South" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO.10, Pantai Business Park, Off Jalan Pantai Baru,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/1/9/4/196194_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.14" OriginalAmount="19.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1827208419891" Longitude="101.68047367295" StarRating="3" HotelCode="343589|1967525" HotelName="Cairnhill Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>478 Jalan Ipoh, Batu 3 1/2, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/bc/c4bc25883d7ff111f4d22efe4da7c21a75072a06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.19" OriginalAmount="19.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.208703" Longitude="101.6583" StarRating="0" HotelCode="|441045" HotelName="99 Kepong KL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 3, JALAN 2/32 6TH Miles, Jalan Kepong, 52000 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/4/5/441045_881c24e1024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.30" OriginalAmount="19.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148518" Longitude="101.708573" StarRating="2" HotelCode="|456233" HotelName="Oyo 90909 I.villa Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-1, No 27-1, Jalan Mesui,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/2/3/3/456233_6d2d2501145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14049584" Longitude="101.71151309" StarRating="3" HotelCode="321257|63117" HotelName="Beltif Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>77 Jalan Changkat Thambi Dollah, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/ff/29ff4823f2e7c4935e1c04b612478d914e934d8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1287655" Longitude="101.7300375" StarRating="2" HotelCode="199899|d_garden_boutique_hotel_kuala_lumpur_2" HotelName="D'Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 43 &amp; 45 Jalan Jejaka 5, Taman Maluri Cheras, Kuala Lumpur 55100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/a7/29a79a27f83efc4f28141b39c39fa21be7433a99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146750448433" Longitude="101.69584572884" StarRating="4" HotelCode="304400|pacific_express_hotel" HotelName="Pacific Express Hotel Central Market" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/99/32996dee8f15a2dc778977f2b43382e169493c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.139249" Longitude="101.710012" StarRating="2" HotelCode="188003|orkid" HotelName="Orkid Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>300 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/de/8edeb69ebb7094797c12b0709ab27794a54b3997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Kuala Lumpur. The Hotel has a coffee shop. All 65...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1662253" Longitude="101.69788943" StarRating="3" HotelCode="321173|smile_hotel_chow_kit_pwtc" HotelName="Smile Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Chow Kit, off Jalan Tuanku Abdul Rahman, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/19/471964b3d951f1ed9b29484c33afc0d9f1642cff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuala Lumpur. For guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1475129058072" Longitude="101.69599160184" StarRating="2" HotelCode="380860|hotel_aone" HotelName="Hotel A-One" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Medan Pasar, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/da/0edab0d21212c10391240d8475caf699f62c5dc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1320092813608" Longitude="101.68698042264" StarRating="2" HotelCode="345349|hotel_westree" HotelName="Hotel Westree" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>142 Jalan Tun Sambanthan, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/31/d1317efd450c7e1228a284e2b38687e61cfead83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.189763214504" Longitude="101.67052467487" StarRating="2" HotelCode="537629|sri_duta" HotelName="Sri Duta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Block A Medan Niaga Seri Kuching, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/bc/d0bcba72e279e0ba2facbca35e60b852769073c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers to Kuala Lumpur can expect a warm welcome and quality service at this comfortable, modern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14576472" Longitude="101.69698871" StarRating="2" HotelCode="619269|space_hotel_china_town_kuala_lumpur" HotelName="Space Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5-3 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/79/af79b60574585bf8d47839b9f287073339608d9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.93" OriginalAmount="20.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17689494" Longitude="101.73829102" StarRating="3" HotelCode="489398|3118265" HotelName="KL Guest Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan AU 1A/4C, Taman Keramat Permai, 54200 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/be/06be2fab8b2fed17d2bd4ad52fd51c0bb82a529e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.96" OriginalAmount="20.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1769" Longitude="101.73831" StarRating="3" HotelCode="|234788" HotelName="Kl Guest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan AU 1A/4C Taman Keramat Permai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/7/8/8/234788_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.98" OriginalAmount="20.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12877" Longitude="101.7299" StarRating="2" HotelCode="|188512" HotelName="D'garden Boutique Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 41, 43, 45 Jalan Jejaka 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/1/2/188512_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.00" OriginalAmount="20.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154114" Longitude="101.6981695" StarRating="3" HotelCode="|43697" HotelName="Silka Maytower Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 JALAN MUNSHI ABDULAH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/6/9/7/43697_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban aparthotel, has 179 standard rooms and suites. It has a lobby with express check-out, a reception, a lift, a cafÃ©, a restaurant and a conference room. The establishment offers guests room service, a laundry service and a car park. SITUATION: This hotel is in the commercial and business area. In the surrounding area, you can find restaurants, clubs, cinemas, shopping centres and the market. 5 minutes away from the establishment guests have Kuala Lumpur city centre. It is 10 minutes away from railway station. 45 minutes away, you can find Kuala Lumpur Airport. ROOM: Customers have contemporary style rooms. They have a bathroom with a bath or shower, a bathrobe, toiletry set and a hairdryer. They also have a direct line telephone, a television, internet, a mini-bar, a coffee maker, an ironing set, individual air-conditioning and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.02" OriginalAmount="20.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.05735" Longitude="101.59509" StarRating="2" HotelCode="|178437" HotelName="New Town Usj Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 17, Jalan Usj Sentral 3, Usj Sentral</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/3/7/178437_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.22" OriginalAmount="20.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12041" Longitude="101.72863" StarRating="3" HotelCode="|232157" HotelName="Mezzo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>532, Batu 3 1/4, Jalan Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/1/5/7/232157_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.23" OriginalAmount="20.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.132497" Longitude="101.688245" StarRating="2" HotelCode="|441262" HotelName="Cozy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.27, Jalan Thambipillay Off Jalan Tun Sambathan, Brickfields, Kuala Lumpur 50470 Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/2/6/2/441262_a9953c81729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.26" OriginalAmount="20.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13321" Longitude="101.68931" StarRating="3" HotelCode="|188480" HotelName="Ymca Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95, Jalan Padang Belia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/8/0/188480_1_1289.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.33" OriginalAmount="20.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1637856093955" Longitude="101.69608289815" StarRating="3" HotelCode="304358|998455" HotelName="Hotel Club Dolphin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Tiong Nam, Off Jalan Raja Laut, Wilayah Perseketuan, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/ce/a3ce921ed06c849bc37724b117299836747e3cc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.33" OriginalAmount="20.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.078867" Longitude="101.744206" StarRating="3" HotelCode="304007|1030608" HotelName="Silka Cheras Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KM10 Jalan Cheras, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b2/88b24a12c6c783e7c5a40e74cd75d8af6192860e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.49" OriginalAmount="20.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08947" Longitude="101.74332" StarRating="1" HotelCode="|606836" HotelName="Smile Cheras Taman Segar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 - 34 Jalan Manis 3 Taman Bukit Segar, 56100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/8/3/6/606836_60988df0024.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.56" OriginalAmount="20.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.18284" Longitude="101.68085" StarRating="0" HotelCode="|229357" HotelName="Cairnhill Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>478, 3 1/2 Miles, Jalan Ipoh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/3/5/7/229357_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.62" OriginalAmount="20.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133291" Longitude="101.68819315" StarRating="2" HotelCode="595629|2537735" HotelName="City Central Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>80 &amp; 82 Jalan Tun Sambanthan, Brickfields, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/02/9602cb37e754e14a7dfd180c0fd9dd747d7c8a19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.132698" Longitude="101.689976" StarRating="3" HotelCode="187995|171642" HotelName="Summer View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Jalan Sultan Abdul Samad, Off Jalan Tun Sambathan 4, Brickfields, Kuala Lumpur 50470</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/56/4f568ef6492e7d306efffc68be61faabe2f73dd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1203826190025" Longitude="101.72870687242" StarRating="3" HotelCode="345963|hotel_mezzo" HotelName="Hotel Mezzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>532 Jalan Cheras, Batu 3 ¼, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/68/de68e8fc456922c3d1e805db697fd1ff69b7b7b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20524968" Longitude="101.73584112" StarRating="2" HotelCode="511434|orange_premier_hotel_wangsa_maju" HotelName="Orange Premier Hotel Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Metro Wangsa, Seksyen 2, Wangsa Maju, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/e2/3ce20bf2cb435c2d14e05f65e8f43e0a51f992ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at OYO 279 Orange Premier Hotel in Kuala Lumpur, you'll be convenient ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1318357" Longitude="101.68745377" StarRating="2" HotelCode="599837|cozy_hotel_kl_sentral" HotelName="Cozy Hotel @ KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Jalan Thambipillay off, Jalan Tun Sambanthan, Brickfields KL Sentral Monorail Station, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/93/c79367beb02e5c8d5cc3258382f3796528a76140.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09028289" Longitude="101.7429004" StarRating="3" HotelCode="554726|orange_premier_hotel_taman_segar" HotelName="Orange Premier Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Jalan Manis 3, Taman Segar, Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/da/52dad30b0a2c43884213849b374b04587cb8973e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Orange Premier Hotel Taman Segar is perfectly located for both business and leisure guests in Kuala ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.9236564" Longitude="101.760436" StarRating="2" HotelCode="783253|bangi_sri_minang_guesthouse_2" HotelName="Bangi Sri Minang Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Internet,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jernang Jaya 1, Lot PT 62966, Seksyen 14, Kg Teras Jernang, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/fd/28fd4d8c6249824f98b9a4d13802f3344ac43158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Putrajaya, Bangi Sri Minang Guesthouse promises a rel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.65" OriginalAmount="21.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.89986" Longitude="101.792064" StarRating="2" HotelCode="|441174" HotelName="Avenue Bangi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32A, Jalan Bangi Avenue 1/8, Taman Bangi Avenue, Kajang, Selangor, 43000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/1/7/4/441174_a42fbf61724.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.78" OriginalAmount="21.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08529" Longitude="101.69117" StarRating="3" HotelCode="|196036" HotelName="1 Kuchai Lama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. J-0-1, Jalan 1/127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/3/6/196036_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.93" OriginalAmount="21.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.131851" Longitude="101.68721" StarRating="3" HotelCode="|396547" HotelName="Euro Life Hotel KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65, Jalan Thambipillay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/4/7/396547_bb5dfcf1323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.11" OriginalAmount="21.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1590568738326" Longitude="101.69728964974" StarRating="3" HotelCode="153189|2383575" HotelName="Prescott Hotel Kuala Lumpur - Medan Tuanku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Lorong Medan Tuanku, Satu Off Jalan Sultan Ismail, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/c0/dcc0ae763db9806ad4e2078c6083056a90fd8a56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.17" OriginalAmount="21.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0852365" Longitude="101.69124377" StarRating="2" HotelCode="407969|2262415" HotelName="1 Hotel Kuchai Lama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>J-0-1 Jalan 1/127, Kuchai Business Park, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ce/b1cecd65f5cf99381d1a4dadf07026a4a3d29aaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.36" OriginalAmount="21.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.176186" Longitude="101.684621" StarRating="2" HotelCode="|481590" HotelName="Midtown Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Kasipillay, Jalan Ipoh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/5/9/0/481590_c126ac61833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.46" OriginalAmount="21.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145747" Longitude="101.70708854233" StarRating="2" HotelCode="316706|1224408" HotelName="D'or Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No.18 Tengkat Tong Shin, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/2b/362bd975435fdf21092ab22504c7f819ac63f47e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.54" OriginalAmount="21.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1476" Longitude="101.69602" StarRating="0" HotelCode="|188598" HotelName="A-one" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Medan Pasar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/9/8/188598_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.55" OriginalAmount="21.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1541667022631" Longitude="101.69770091772" StarRating="3" HotelCode="142208|120644" HotelName="StarPoints Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>149 Jalan Masjid India, Wilayah Persekutuan, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/c8/37c82a9ab9b9d58f3910fc591d0af7f03cfd7709.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the part of Kuala Lumpur known as Little India, along Jalan Masjid India above the popula...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.55" OriginalAmount="21.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20577" Longitude="101.71986" StarRating="3" HotelCode="|233538" HotelName="Fan Holiday" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 33A-0, Blok G, Platinum Walk, Jalan Langkawi, Danau Kota</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/5/3/8/233538_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.55" OriginalAmount="21.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14914" Longitude="101.70785" StarRating="3" HotelCode="|189099" HotelName="The Mesui" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Mesui, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/9/9/189099_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.58" OriginalAmount="21.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161532" Longitude="101.698594" StarRating="3" HotelCode="|440889" HotelName="Hotel Living At Dsulaiman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tuanku Abdul Rahman, Kuala Lumpur, 50300, Wilayah Persekutuan Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/8/9/440889_9a6c0061226.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.60" OriginalAmount="21.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16175" Longitude="101.69764" StarRating="4" HotelCode="|234444" HotelName="Wp" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>362, Jalan Tunku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/4/4/4/234444_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16680614" Longitude="101.69563349" StarRating="3" HotelCode="529929|tune_hotels_jalan_putra" HotelName="Tune Hotel Kuala Lumpur PWTC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>61 Jalan Putra, 50350 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247aef5ee4b190a614c44e67a5d1c4678bdd68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13190738" Longitude="101.68759166" StarRating="3" HotelCode="586168|euro_life_hotel_kl_sentral" HotelName="Euro Life Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>65 Jalan Thambipillay, Brickfield, Kl Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/04/9204fac414ef33639b6a145555ea883444d29616.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1464719" Longitude="101.70057834" StarRating="3" HotelCode="630424|city_comfort_hotel_chinatown" HotelName="City Comfort Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3-1 Jalan Pudu Lama, Seksyen 19, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0f/690ffabe74c32737dfc1cab1a5f7dff219708343.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.73" OriginalAmount="22.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17682" Longitude="101.73716" StarRating="3" HotelCode="|232298" HotelName="Seeds Setiawangsa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 22, Jalan Jelatek 2 Jelatek Business Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/2/9/8/232298_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.80" OriginalAmount="22.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15324" Longitude="101.71031" StarRating="3" HotelCode="|196013" HotelName="Soho Suites KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.20, Jalan Perak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/1/3/196013_266fc961042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.92" OriginalAmount="22.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14637" Longitude="101.70112" StarRating="3" HotelCode="|240726" HotelName="Ramada Encore By Wyndham Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-1 Jalan Pudu Lama, Seksyen 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/7/2/6/240726_1_2241.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.03" OriginalAmount="22.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162184" Longitude="101.737076" StarRating="4" HotelCode="|466901" HotelName="Neu Suites Residence By Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nipah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/9/0/1/466901_3fe4c9f1823.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.20" OriginalAmount="22.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14583" Longitude="101.70142" StarRating="3" HotelCode="|188713" HotelName="Transit Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/3/188713_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.22" OriginalAmount="22.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1489406" Longitude="101.7079717" StarRating="3" HotelCode="311334|1893035" HotelName="The Mesui Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Mesui, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/e3/b2e35bebf9c21af9a9185186b8828d990bced759.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.24" OriginalAmount="22.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20564" Longitude="101.72084" StarRating="3" HotelCode="|232305" HotelName="Smile Danau Kota" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.48, Jalan 8/23E, Danau Kota Setapak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/0/5/232305_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.28" OriginalAmount="22.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15604" Longitude="101.752" StarRating="1" HotelCode="|441060" HotelName="Seeds Hotel Ampang Point" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B2A-1, Jalan Ampang Utama 1/2, Ampang Utama 68000 Ampang. , 68000 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/6/0/441060_201c1e91128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.39" OriginalAmount="22.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16298" Longitude="101.737165" StarRating="2" HotelCode="|455679" HotelName="Neu Suites 3rdnvenue By Perfect Host" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Nipah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/6/7/9/455679_9a099a21702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.57" OriginalAmount="22.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1505016069502" Longitude="101.67000134589" StarRating="3" HotelCode="225283|130054" HotelName="Peninsula Residence All Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Semantan, Bukit Damansara, 50490 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/35/a935d6461e981cce9e1e1f421aec46d2a72ebe34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.59" OriginalAmount="22.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13637" Longitude="101.69081" StarRating="3" HotelCode="|188952" HotelName="Palette KL Sentral Station  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 10, Jalan Tun Sambanthan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/5/2/188952_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448734950791" Longitude="101.70659780502" StarRating="3" HotelCode="75141|225903" HotelName="Corona Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Tong Shin, Off Jalan Bukit Bintang, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/ac/61ac218c08cde2c497e1c0046cd8e026ab3dc33f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is tucked into the middle of the golden triangle, where guests are just a stroll – o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1363461949854" Longitude="101.69089499915" StarRating="3" HotelCode="321153|prescott_hotel_kuala_lumpur__sentral" HotelName="Prescott Hotel Kuala Lumpur Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Tun Sambanthan, 50470 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/7d/457d25f9a801fc52d62efab2a6c93e99ee629eb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.100514" Longitude="101.739567" StarRating="3" HotelCode="187986|caliber_kuala_lumpur" HotelName="Caliber" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46-56 Jalan 5/101C, Off Jalan Kaskas, Cheras Commercial Centre, Taman Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/6f/6b6f5492fbf97910b9a56dbd463249204d3a0798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1388609869262" Longitude="101.69734686613" StarRating="3" HotelCode="68099|midah_hotel" HotelName="Midah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kampung Attap, 50460 Kula Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/20/8a20be67e88ac7f06cb1a5d812abf7f616487679.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superior business city hotel is located within the commercial and business hub of Kuala Lumpur....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17686776" Longitude="101.73725963" StarRating="3" HotelCode="360098|seeds_hotel_setia_wangsa" HotelName="Seeds Hotel Setiawangsa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Jelatek 2, Jelatek Business Park, 54200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/07/a007da606680c9e946a3c7481f8642380d81470f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12862879" Longitude="101.72037707" StarRating="2" HotelCode="352512|smile_hotel_warisan_cityview" HotelName="Smile Hotel Cheras Cityview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Warisan Cityview, Block H, Jalan 4/93A, Batu 2 1/2, Jalan Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/09/0b091a089f333aa30576c040b28fd15b4821df05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="974525|m_design_hotel_taman_pertama" HotelName="M Design Hotel @ Taman Pertama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Jalan 2/90, Taman Pertama, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/db/49dbfc99e7095753a08b0cfa53e89fbafa625ef4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.72" OriginalAmount="23.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14277" Longitude="101.70788" StarRating="0" HotelCode="|462415" HotelName="Asia Like Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 202 Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/4/1/5/462415_d1377231357.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.80" OriginalAmount="23.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146001" Longitude="101.701469" StarRating="3" HotelCode="317343|1516708" HotelName="Hotel Transit Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/73/a67341581f80e6ad0547cb8704a9bb0ef88ec392.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.99" OriginalAmount="23.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13991161" Longitude="101.71369828" StarRating="2" HotelCode="529918|2264545" HotelName="The Hulo Hotel &amp; Gallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/3f/533fd30984eba1b09be982a4d32cf75000981b34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at The Hulo Hotel &amp; Gallery places you in the heart of Kuala Lumpur, minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.13" OriginalAmount="23.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1211972665446" Longitude="101.7293925502" StarRating="2" HotelCode="915308|2269865" HotelName="V Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Jalan Pudu Ulu, Off Jalan Cheras, 56100  Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/a3/fba329a8fbe07792314c9df87b68dcc8d96f6e81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.15" OriginalAmount="23.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12874" Longitude="101.72032" StarRating="3" HotelCode="|232329" HotelName="Smile Cheras Pudu Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36, Warisan Cityview, Jalan 4/93 A Batu 2 1/2, Jalan Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/2/9/232329_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.15" OriginalAmount="23.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13682" Longitude="101.71143" StarRating="3" HotelCode="|392577" HotelName="D'majestic Place By Widebed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13A-8 D Majestic, 376 Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/5/7/7/392577_68b528a1048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.28" OriginalAmount="23.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162847" Longitude="101.751058" StarRating="3" HotelCode="98792|83338" HotelName="Flamingo by The Lake" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Tasik Ampang, Jalan Hulu Kelang, 68000 Ampang, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/35/06359b30ff0ea75b7383fc9e7d53850c3ba56a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located in a serene environment, beside a tranquil lake in Ampang. Only minutes a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.36" OriginalAmount="23.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1447677" Longitude="101.7064863" StarRating="3" HotelCode="|59504" HotelName="Kingston Hotel 6 @ Changkat Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Tong Shin Off Jalan Bukit Bintang Kuala Lumpur.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/0/4/59504_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: the Golden Triangle Is situated in Chinatown near the establishment, guests will find Clients can also find the business area, the shopping centres and leisure areas. ROOM: Each room has a bathroom, a mini-bar, a kettle, a coffee maker and a direct line telephone. You are offered superior family rooms. RESTAURANT: Regarding gastronomy, the establishment offersCorona Cafe the restaurant, with Occidental and local cuisine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.47" OriginalAmount="23.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.118202" Longitude="101.649082" StarRating="3" HotelCode="|440867" HotelName="Urban Living Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ilmu, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 59100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/6/7/440867_5bd34ba1711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.63" OriginalAmount="23.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13518" Longitude="101.69124" StarRating="2" HotelCode="|398968" HotelName="Sun Inns  Sentral Brickfields" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 28, Jalan Tun Sambanthan 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/9/6/8/398968_535185e0923.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.66" OriginalAmount="23.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167252" Longitude="101.700385" StarRating="2" HotelCode="187981|2265965" HotelName="Adamson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>79 Lorong Haji Hussein 2, Off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/81/9f8190c28685dfaae357d2b3a28243a0dff6a641.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14769602" Longitude="101.69780013" StarRating="3" HotelCode="960867|151539" HotelName="Arenaa Mountbatten by NIDA Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Tun Perak, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1620851464505" Longitude="101.69759071095" StarRating="4" HotelCode="322904|wp_hotel" HotelName="WP Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No. 362 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/65/7a6515475092eb4ff78e27d154dcff9706cd8959.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16749719" Longitude="101.70051703" StarRating="3" HotelCode="945549|adamson_park_hotel" HotelName="Adamson Park Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>40 Lorong Haji Hussein 2, Off Jalan Raja Muda Abdul Aziz, Chow Kit, Kuala Lumpur 50300</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/5d/955debd239cd100b19e1c5f4bc83859c2c5c1660.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.09" OriginalAmount="24.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0689" Longitude="101.65533" StarRating="3" HotelCode="|235899" HotelName="Summit Signature Oug Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 60, Jalan Puchong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/9/9/235899_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.13" OriginalAmount="24.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148247" Longitude="101.696646" StarRating="4" HotelCode="|211076" HotelName="Cosmo Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Leboh Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/6/211076_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.21" OriginalAmount="24.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1426296769414" Longitude="101.70811644907" StarRating="3" HotelCode="936580|983545" HotelName="Metro Hotel Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Meeting Room,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No. 208 Jalan Pudu – Imbi, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/61/f761fa3987e7d984bc19efaf0bc3039e2e45fa9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located at the heart of the city, this charming property is within walking distance to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.25" OriginalAmount="24.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12869633" Longitude="101.71416083" StarRating="3" HotelCode="834499|2294335" HotelName="Days Hotel &amp; Suites by Wyndham Fraser Business Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Metro Pudu 2, Kompleks Metro Pudu, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/8d/bd8d0c2941696d3c50c114f732b1b3f40b236300.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.44" OriginalAmount="24.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14606" Longitude="101.708442" StarRating="3" HotelCode="|391421" HotelName="Melange Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14, Jalan Rembia, Off Jalan Tengkat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/2/1/391421_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.47" OriginalAmount="24.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1389" Longitude="101.69718" StarRating="3" HotelCode="|53959" HotelName="Howard Johnson By Wyndham Kuala Lumpur 118" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.8 Jalan Kampung Attap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/5/9/53959_7e4cc2b0802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.73" OriginalAmount="24.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.129118" Longitude="101.714001" StarRating="3" HotelCode="|396509" HotelName="Days Hotel and Suites Fraser Business Park KL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kompleks Metro Pudu 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/0/9/396509_e05ee270920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1547098078358" Longitude="101.70732429848" StarRating="2" HotelCode="690217|236627" HotelName="The Bed KLCC" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/34/d13450ce83bfe0bbd381e2e4e554d622f015e063.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160286" Longitude="101.696823" StarRating="3" HotelCode="163464|tune_hotel__downtown_kl" HotelName="Tune Hotel - Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>316 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/2e/822e3ece106575999db803729ef440322b7f20a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 5 minutes’ walk to Medan Tuanku monorail station for direct access to Kuala Lum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448647882493" Longitude="101.70851270644" StarRating="2" HotelCode="225284|bintang_garden_hotel" HotelName="Bintang Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 &amp; 24 Jalan Bukit Bintang, 55100 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/e8/51e81427d5cda571122defde8a2c4b6b5f6e088b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14805515" Longitude="101.69644302" StarRating="3" HotelCode="523482|cosmo_hotel_4" HotelName="Hotel Cosmo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Leboh Ampang, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/af/3bafac7a7a57d71b23f2988ba2cd6b24335fd9dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.06873314" Longitude="101.65537381" StarRating="3" HotelCode="553727|summit_signature_hotel_oug_kuala_lumpur" HotelName="Summit Signature Hotel OUG Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>60 Jalan Puchong, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/02/8b02c7ae358dfa022f73817f68c9a1fae4ed25f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.05" OriginalAmount="25.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14823" Longitude="101.70824" StarRating="3" HotelCode="|392181" HotelName="Twenty 8b" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28, Jalan Berangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/1/8/1/392181_e8c2e1c1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.06" OriginalAmount="25.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.2033" Longitude="101.73638" StarRating="3" HotelCode="|232342" HotelName="Smile Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 36, Jalan Metrowangsa Sek 2, Wangsa Maju</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/4/2/232342_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.14" OriginalAmount="25.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1435067" Longitude="101.6984364" StarRating="3" HotelCode="|35411" HotelName="Swiss Inn Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62, JALAN SULTAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/1/1/35411_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has has 110 rooms a reception, a safety deposit box service, a restaurant, a bar and a cafÃ©. The establishment offers guests WiFi, air-conditioning and a car park. SITUATION: It is in a central area, Chinatown is situated in Petaling Street and Jalan Sultan It is situated between close to the establishment, clients can find the railway station, the bus station, in the surrounding area, clients have tourist areas, monuments and cultural areas. it is situated 30 minutes away from Sunway Lagoon the theme park. ROOM: The rooms have an individual air-conditioning system, a bathroom, a television and films. It also offers deluxe rooms with mini-bar, They have an electronic key, a direct line telephone, a kettle and a coffee maker. OBSERVATIONS: It is situated near a car park, (for a fee). PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers with local dishes, international cuisine and Chinese food.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.15" OriginalAmount="25.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16374" Longitude="101.70548" StarRating="3" HotelCode="|188491" HotelName="Bagasta Boutique Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, Jalan Raja Alang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/9/1/188491_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.15" OriginalAmount="25.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.210659" Longitude="101.651848" StarRating="3" HotelCode="|397082" HotelName="77 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Rimbunan Raya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/0/8/2/397082_8c804a01412.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.18" OriginalAmount="25.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.197661" Longitude="101.6074931" StarRating="3" HotelCode="|391757" HotelName="ibis Styles Kuala Lumpur Sri Damansara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 5 Jalan Cempaka SD 12/5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/5/7/391757_2e5e1561118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.36" OriginalAmount="25.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12771" Longitude="101.73638" StarRating="1" HotelCode="|188745" HotelName="M Design At Shamelin Perkasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 and 93, Jalan 1/91</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/4/5/188745_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.58" OriginalAmount="25.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1408416621604" Longitude="101.70954080503" StarRating="2" HotelCode="320332|2044825" HotelName="Ceria Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>270 Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/5d/4b5d1fc607bb170f6369a02661cfba6877d9d981.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.64" OriginalAmount="25.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1270631950141" Longitude="101.73514808836" StarRating="2" HotelCode="346105|3120225" HotelName="M design Hotel @ Shamelin Perkasa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>91 &amp; 93 Jalan 1/91, Taman Shamelin Perkasa, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/10/0410833105e75c93645abd317dde4364a32c81d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.66" OriginalAmount="25.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1284067" Longitude="101.7137833" StarRating="3" HotelCode="|89475" HotelName="Ibis Styles Kuala Lumpur Fraser Business Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kompleks Metro Pudu (Metro Mall) 1 Jalan Metro Pudu 2 Fraser Business Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/5/89475_1_6308.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Kuala Lumpur it is in is situated in the city centre, Close to public transport services, the metro station and the bus station. Around the establishment, clients can find a golf course. HOTEL: The hotel was built in 2012, has 500 rooms, 304 single rooms, 196 double rooms and 2 rooms adapted for people with reduced mobility.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143767" Longitude="101.698854" StarRating="3" HotelCode="187980|the_5_elements_hotel" HotelName="5 Elements" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot 243 Jalan Sultan, Chinatown, Kuala Lumpur 50000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/db/5edbe09f4247bdb4061de2682e915d8c89dbe381.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14774727" Longitude="101.71126049" StarRating="2" HotelCode="343716|33_star_hotel" HotelName="33 Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>56/58 Jalan Sultan Ismail, Off Jalan Bukit Bintang, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/77/ef77338582105853ca9ad7ef3f2a7df5b8894f32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.199682621486" Longitude="101.71793717302" StarRating="2" HotelCode="343555|hotel_manis" HotelName="Mixx Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Jalan 2/23A, Taman Danau Kota, Off Jalan Genting Klang, Setapak, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/88/9388a2c8613bb0ec1aab2a75048c38a08e98b537.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Manis is perfectly located for both business and leisure guests in Kuala Lumpur. Offering a va...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451666239488" Longitude="101.69778854848" StarRating="2" HotelCode="337816|dragon_inn_premium_hotel_kuala_lumpur" HotelName="Dragon Inn Premium Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14 Jalan Petaling, Off Jalan Tun Tan Cheng Lock, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/be/13be4b0439199c4b8aeb1a96abdd13cb4435fbed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20347395" Longitude="101.73631529" StarRating="2" HotelCode="422677|smile_wangsa_maju" HotelName="Smile Hotel Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Laundry,LCD/Projector,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>36 Jalan Metrowangsa, Seksyen 2 Wangsa Maju, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/e8/f8e8b9755655475d3c1d9540c08b79fe38ce7a93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Smile Hotel Wangsa Maju is a popular choice amongst travelers in Kuala Lumpur, whether exploring or ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0600032" Longitude="101.71159117" StarRating="0" HotelCode="677544|hotel_trillium" HotelName="Hotel Trillium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>63-2 Jalan Tasik Utama 4, Medan Niaga Tasik Damai, Sungai Besi, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/da/09dadc2ebfc56c99655aa278be8ca47747478d3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Hotel Trillium offers comfort and convenience whether you're on business or holiday in Ku...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.21059128" Longitude="101.65177354" StarRating="0" HotelCode="685407|77_boutique_hotel_2" HotelName="77 Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Rimbunan Raya</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/e8/a1e8aaac363b49b234101b95480c5e101def5165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.83" OriginalAmount="26.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1455" Longitude="101.70955" StarRating="2" HotelCode="|234499" HotelName="Cardogan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64, Jalan Bukit Bintang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/4/9/9/234499_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.46" OriginalAmount="26.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1978579125109" Longitude="101.60612494828" StarRating="3" HotelCode="504455|3128535" HotelName="Hotel S Damansara" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Cempaka SD 12/5, Bandar Sri Damansara PJU 9, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/a8/02a82dd0a03d2bb6a8167d4114a1481e5a14af44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.51" OriginalAmount="26.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08433" Longitude="101.68978" StarRating="0" HotelCode="|188741" HotelName="Love Inn Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>J-05, Jalan 1/127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/4/1/188741_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.76" OriginalAmount="26.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16472" Longitude="101.69631" StarRating="3" HotelCode="|394205" HotelName="Koptown Edc  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Laut</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/0/5/394205_78af7220444.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13461489" Longitude="101.62980983" StarRating="3" HotelCode="585575|225891" HotelName="Manhattan Business Hotel  TTDI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot A-12-G Jalan Damansara, Block A, Glomac Damansara 699, 60000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/28/5d28eb5a07f5d773047c907ad0b5864087cd55bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.134332" Longitude="101.717871" StarRating="3" HotelCode="188019|wenworth_hotel_" HotelName="Hotel WW Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yew, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/1f/b91ff83f4bf060485e2d79943d69f719dc5cadf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Kuala Lumpur. The property consists of 106 rooms. Those who di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1445601491847" Longitude="101.69788599014" StarRating="3" HotelCode="18110|swiss_inn_kuala_lumpur" HotelName="Swiss-Inn Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/2f/102f95b5751e6d2c80ffbc33e9484da922fac88c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a central location, this hotel is able to present its guests with the sights and splendour ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14812386" Longitude="101.70834126" StarRating="3" HotelCode="585545|hotel_twenty_8b" HotelName="Hotel Twenty 8B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Jalan Berangan, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/72/4772097b5b75bfbe7bafd6893a390e4f68716ec5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14552252" Longitude="101.70951866" StarRating="2" HotelCode="486406|cardogan_" HotelName="Cardogan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>64 Jalan Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/dd/18dd4879c107d058d829eee609566ee90cc5b551.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.96" OriginalAmount="27.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162785" Longitude="101.695266" StarRating="3" HotelCode="|189080" HotelName="Club Dolphin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 3, Jalan Tiong Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/8/0/189080_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.06" OriginalAmount="27.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13437" Longitude="101.62973" StarRating="3" HotelCode="|239242" HotelName="Manhattan Business Ttdi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot A-12-G, Block A, Glomac Damansara No.699, Jalan Damansara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/2/4/2/239242_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.19" OriginalAmount="27.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154874" Longitude="101.696592" StarRating="3" HotelCode="|397456" HotelName="M Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/5/6/397456_510c24d0421.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.24" OriginalAmount="27.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1483516854979" Longitude="101.70307158069" StarRating="4" HotelCode="376152|2536435" HotelName="Suasana Suites Bukit Ceylon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Persiaran Raja Chulan, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/98/cc98b40c99accba647eb2c17253ef98020052099.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.26" OriginalAmount="27.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08433058" Longitude="101.68988794" StarRating="2" HotelCode="304004|1204368" HotelName="Love Inn Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>J-05 Pusat Perdagangan Kuchai, Jalan 1/127, Off Jalan Kuchai Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/4a/624a93609d759358d3e8cf44057bc28b9cfabf29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel has the perfect ambience for guests who appreciate a st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.40" OriginalAmount="27.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08077" Longitude="101.73285" StarRating="0" HotelCode="|196091" HotelName="1  Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Menara Gading 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/9/1/196091_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.44" OriginalAmount="27.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158558" Longitude="101.704187" StarRating="4" HotelCode="|532962" HotelName="Quzoma Suites KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/9/6/2/532962_286a9021124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.60" OriginalAmount="27.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20307" Longitude="101.736" StarRating="0" HotelCode="|441025" HotelName="Hotel Seeds @ Wangsa Maju" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43A, Jalan Metro Wangsa, Section 2, Wangsa Maju, 53300 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/2/5/441025_1d028d70817.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.61" OriginalAmount="27.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1474999" Longitude="101.7113104" StarRating="2" HotelCode="932698|1567348" HotelName="Hotel Ambassador Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/46/154607ec22be3424366a12768f7c99ac2735cbb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.73" OriginalAmount="27.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13073098" Longitude="101.68521389" StarRating="3" HotelCode="362563|2536065" HotelName="Easy Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Jalan Tun Sambanthan (Jalan Brickfields), NU Sentral Mall, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/88/ed88baaf75917c31bb1b51b25c505bd9d73e3365.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1646226094063" Longitude="101.69631563558" StarRating="3" HotelCode="153273|edc_hotel_kuala_lumpur" HotelName="EDC Hotel  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/25/c825959b8cac50c9270178fe693a7c607c161230.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Jalan Raja Laut, the centre of Kuala Lumpur's fast growing business and c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.085042847578" Longitude="101.692759992" StarRating="2" HotelCode="339375|hotel_min_cott" HotelName="Hotel Min Cott" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>43 Jalan Kuchai Maju 13, B-G-1 Kuchai Exchange, Jalan 2/116b, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/13/b313b56e63a06f0abab6c233bb62ac6d6b70139f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13326325" Longitude="101.68898983" StarRating="2" HotelCode="965966|zen_rooms_my_hotel_sentral" HotelName="My Hotel @ Sentral by Zen Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/30/fd305bca3f4cd17e704fe0fc6c8476ba00b24309.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.86" OriginalAmount="28.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.140201" Longitude="101.713679" StarRating="3" HotelCode="|215783" HotelName="Zen Premium Hulo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 JALAN CHANGKAT THAMBI DOLLAH BUKIT BINTANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/8/3/215783_0cbe5031124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.92" OriginalAmount="28.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13073" Longitude="101.68532" StarRating="3" HotelCode="|196116" HotelName="Easy Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 110 Jln Tun Sambanthan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/1/1/6/196116_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.02" OriginalAmount="28.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14729" Longitude="101.71014" StarRating="3" HotelCode="|188716" HotelName="Izumi Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85, Jalan Berangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/1/6/188716_1_1118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.26" OriginalAmount="28.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.94487531" Longitude="101.72239023" StarRating="0" HotelCode="979745|4729735" HotelName="Enclave Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Jalan Diplomatik, Putrajaya, 62050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c1/dfc15b5029a24215525e77d43e7b01d50ad23a7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.49" OriginalAmount="28.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143909" Longitude="101.695568" StarRating="3" HotelCode="915312|1475698" HotelName="Travelodge City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/fe/85feb11ec3d91d05243571da5432b20bad6747c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.59" OriginalAmount="28.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.163987" Longitude="101.692607" StarRating="3" HotelCode="221722|936765" HotelName="Upper View Regalia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Anjung Putra, Off Jalan Sultan Ismail, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/62/a3620d79f671824af071c99315332dbbf724649f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.59" OriginalAmount="28.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.19797" Longitude="101.60656" StarRating="3" HotelCode="|233133" HotelName="S. Damansara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Jalan Cempaka SD 12/5 Bandar Sri Damansara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/1/3/3/233133_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.78" OriginalAmount="28.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="967509|2660545" HotelName="M Palace Hotel KL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.109774" Longitude="101.678388" StarRating="3" HotelCode="296383|v_hotel_kuala_lumpur" HotelName="V Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Tasik Selantan 8, Bandar Tasik Selatan, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/9f/129fb52313647a71cc11a74be63f31d7394c4115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0808854898702" Longitude="101.73296750751" StarRating="2" HotelCode="343571|1_hotel_taman_connaught" HotelName="1 Hotel Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Menara Gading 1, Taman Connaught, Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/dc/71dc6a101b7f0085c3a9a34613a2306ddc583625.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1389115" Longitude="101.70964604" StarRating="3" HotelCode="754133|eco_hotel_at_bukit_bintang" HotelName="ECO Hotel @ Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>179 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/25/382596f05b3ec9ed610793b56212b1df6ea3a96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.08" OriginalAmount="29.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14475368" Longitude="101.71387284" StarRating="3" HotelCode="584691|2203355" HotelName="InnB Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>102-106 Jalan Imbi, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/0a/190acce37f6a99d434cd2b5ac8dbe497743862f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.09" OriginalAmount="29.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20423" Longitude="101.66836" StarRating="3" HotelCode="|188508" HotelName="Crystal Crown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.3, Jalan Jambu Mawar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/0/8/188508_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.13" OriginalAmount="29.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14583" Longitude="101.70983" StarRating="2" HotelCode="|460298" HotelName="Tai Ichi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 &amp; 80, Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/2/9/8/460298_f044f581920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.41" OriginalAmount="29.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13954859" Longitude="101.7134553" StarRating="3" HotelCode="421908|1893105" HotelName="City Comfort Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Designated Smoking Area,Housekeeping,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>22 Lorong Thambi 2, Off Jalan Changkat Thambi Dollah, Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c4/3dc45203ac0c2b03c39a49f8a5f363fbd0e8004b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;"City Comfort Hotel Bukit Bintang offers accommodation in Kuala Lumpur. The property has a 24-hour f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.48" OriginalAmount="29.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1471114101793" Longitude="101.71008436501" StarRating="3" HotelCode="343585|1217818" HotelName="Izumi Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>85 Jalan Berangan, Off Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a3/44a3a6661dfcb518178f670750d96747699ce730.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.55" OriginalAmount="29.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.093586" Longitude="101.666595" StarRating="4" HotelCode="|456299" HotelName="Cubic Botanical Suites Homebrickz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 2/112c</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/2/9/9/456299_c754bdf1759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.88" OriginalAmount="29.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14634862" Longitude="101.7099244" StarRating="1" HotelCode="353693|2280475" HotelName="Hotel Imperial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76-80 Changkat Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/34/7734f4122f0de6dbd6232a87b5f467198c09348b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an exciting setting in Kuala Lumpur, lying amidst the city's main shopping, dining...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17597708" Longitude="101.68432286" StarRating="2" HotelCode="435980|236301" HotelName="Midtown Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>D23A Jalan Kasipillay, Putra Majestik, Off Jalan Ipoh, 51200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/c5/5fc5e25d860172650aa1481b0c3a1dd4eb7cf0dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|57007-28849480/3115366361812179649/250" HotelName="REGALPARK HOTEL KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2860000/2856700/2856665/d14a4ac3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1669311512364" Longitude="101.69551017254" StarRating="3" HotelCode="13035|grand_central" HotelName="Sani Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/zz/cead561eda5bd7506b2535bfa54bea8b698b771a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located near Putra World Trade Centre, banks, a shopping mall, street mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14575674" Longitude="101.70984978" StarRating="2" HotelCode="357057|tai_ichi" HotelName="Tai Ichi Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>78 &amp; 80 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/0b/0f0b9da8fd4647770d2d185af7c2bc9895d0f840.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1662051952184" Longitude="101.70074338635" StarRating="2" HotelCode="337604|city_park_hotel_kuala_lumpur" HotelName="City Park Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46 Lorong Haji Hussein Satu, Off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/62/5a627a0f5dbb9b7be0f7c27647719e4ab8c43cb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.24" OriginalAmount="30.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1634118" Longitude="101.6925057" StarRating="4" HotelCode="|128139" HotelName="Regalia Upper View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2 Jalan Anjung Putra,Off Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/3/9/128139_9ac65ca1446.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers rooms with a kitchen, a seating area, dinner service, a squash court, WiFi, a swimming pool, a playground and a library. SITUATION: This hotel is in Kuala Lumpur is situated in the city centre, close to Putra World Trade Centre, Sunway Putra Shopping Shopping Centre and Putra Komuter and PWTC Sultan Ismail LRT.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.26" OriginalAmount="30.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16681" Longitude="101.69569" StarRating="3" HotelCode="|391718" HotelName="Lazdana  Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.61, Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/1/8/391718_a0316141028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.32" OriginalAmount="30.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.113974" Longitude="101.665544" StarRating="3" HotelCode="|397290" HotelName="Komune Living" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.20, Jalan Kerinchi Kiri 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/9/0/397290_e9360b21029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.42" OriginalAmount="30.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16662" Longitude="101.6963" StarRating="3" HotelCode="|189065" HotelName="Sani Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63M Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/6/5/189065_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.44" OriginalAmount="30.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.20407" Longitude="101.668279" StarRating="3" HotelCode="187987|2253765" HotelName="Crystal Crown Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.3 Jalan Jambu Mawar, Off Jalan Kepong, 52000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/8b/808bd65883d7597575dfbe6ca723ca1f9fe205f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.57" OriginalAmount="30.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.171592" Longitude="101.712627" StarRating="4" HotelCode="|390725" HotelName="Expressionz Professional Suites by MyKey Global" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 1/65a off Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/5/390725_62985a90926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.57" OriginalAmount="30.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13964" Longitude="101.71351" StarRating="3" HotelCode="|231952" HotelName="City Comfort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 22, Lorong Thambi 2 Off Jalan Changkat, Thambi Dollah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/9/5/2/231952_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.65" OriginalAmount="30.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14764" Longitude="101.70893" StarRating="4" HotelCode="|390710" HotelName="Mov  Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Jalan Berangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/1/0/390710_4cae4951000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14764417" Longitude="101.70890386" StarRating="4" HotelCode="638678|mov_hotel_kuala_lumpur" HotelName="MOV Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Jalan Berangan, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/71/f571e85295e8c891f67c634230d6f2b41a6863dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.33" OriginalAmount="31.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11514974" Longitude="101.6684613" StarRating="3" HotelCode="746352|4703425" HotelName="Nexus Regency Suites &amp; Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Housekeeping,Internet,Kitchen,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tower D Jalan Pantai Baru, Bangsar Trade Center, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/91/649159153d665440377866f077687f72bf6a5c8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, Nexus Regency Suites &amp; Hotel Bangsar offers accommodations away from the hu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.43" OriginalAmount="31.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.082248" Longitude="101.583487" StarRating="4" HotelCode="904617|227616" HotelName="Empire Hotel Subang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan SS16/1, 47500 Subang Jaya, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/15/8c15257c368b1b0ea13b6dfceb9138c9dd1d69e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is majestically located in the business district of Subang Jaya. Breathtaking shopping spe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.48" OriginalAmount="31.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17134" Longitude="101.71246" StarRating="4" HotelCode="|390468" HotelName="Expressionz Professional Suites by KL Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Razak, No. 30, Jalan 1/65A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/6/8/390468_acc67080904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.50" OriginalAmount="31.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14835" Longitude="101.70454" StarRating="4" HotelCode="|390722" HotelName="Indie Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.9, Jalan Ceylon, Bukit Ceylon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/2/390722_29eefe00929.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.66" OriginalAmount="31.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15914" Longitude="101.70388" StarRating="3" HotelCode="|235388" HotelName="Summer Suites Bernice" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Off Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/3/8/8/235388_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.85" OriginalAmount="31.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.207713" Longitude="101.658081" StarRating="3" HotelCode="|396689" HotelName="Suwara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 19, Jalan 4/32, Batu 6 off Jalan Kepong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/6/8/9/396689_7839f220800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13680453" Longitude="101.7114696" StarRating="3" HotelCode="961345|271607" HotelName="Kl Short Stay @ D'majestic Place at D'Majestic Place by Swiss Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>376 Jalan Pudu, D' Majestic, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/67/c567138ca0133be8570c90bbb2debce69773fc34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1570701098504" Longitude="101.75250646357" StarRating="3" HotelCode="316771|de_palma_hotel_ampang" HotelName="De Palma Ampang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Selaman 1/2, Palm Square, Ampang Point, 68000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/90/ca906fbb8aeef81d8b622e5d282f81f98aed723c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16490646" Longitude="101.69835076" StarRating="4" HotelCode="768432|hilton_garden_inn_kuala_lumpur_jalan_tuanku_abdul_rahman_south" HotelName="Hilton Garden Inn Kuala Lumpur Jalan Tuanku Abdul Rahman South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>452 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/08/7608d35fe7d007befdc994385cb0fc11b010e789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="881484|expressionz_suites_by_ihost_global" HotelName="Expressionz Professional Suites by Ben" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/65A Off Jalan Tun Razak</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/f3/49f3b25ac7ee4bfe016da980925e5a4554558970.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.02" OriginalAmount="32.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.92349" Longitude="101.651053" StarRating="3" HotelCode="|203499" HotelName="FOX Lite DPulze Cyberjaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLOCK D,CYBERJAYA CBD,PERSIARAN MULTIMEDIA,CYBER12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/9/203499_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.59" OriginalAmount="32.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.22693" Longitude="101.67137" StarRating="4" HotelCode="|231349" HotelName="Kip Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 77 Jalan Seri Utara 1 Sri Utara Off Jalan Ipoh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/3/4/9/231349_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.59" OriginalAmount="32.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15947" Longitude="101.71483" StarRating="3" HotelCode="|188727" HotelName="De King Boutique Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160, Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/2/7/188727_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.60" OriginalAmount="32.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14032" Longitude="101.71095" StarRating="3" HotelCode="|235765" HotelName="Taragon Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah Taragon Puteri Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/6/5/235765_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.72" OriginalAmount="32.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.115" Longitude="101.66875" StarRating="0" HotelCode="|224353" HotelName="Imperial Regency Suites and Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tower D Bangsar Trade Center Jalan Pantai Baru</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/3/5/3/224353_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14672667" Longitude="101.71108812" StarRating="2" HotelCode="549032|158400" HotelName="Travelogue KL Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>118B Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/da/19daae07c8ed5aa0d10be6186ecb6208102cafcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147" Longitude="101.717138" StarRating="3" HotelCode="|397698" HotelName="J-hotel By Dorsett" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 7 Jalan Jati</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/9/8/397698_f6c47120818.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.122148" Longitude="101.719596" StarRating="4" HotelCode="260771|vivatel" HotelName="Vivatel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Jalan Loke Yew, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/62/bd62cd616224d6595c6b445212da88321cc989db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1469865687799" Longitude="101.70815885067" StarRating="3" HotelCode="15705|radius_international_hotel_kuala_lumpur" HotelName="Hotel Soleil Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51-A Changkat Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/37/e837a4106ca4af1dcde194481b2f4ab7c298c556.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is in the ideal location with the hip Bintang Walk within walking distance. The conv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1633634139966" Longitude="101.6955538094" StarRating="3" HotelCode="115914|citrus_hotel" HotelName="Q Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Jalan Tiong Nam, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/81/25819eb7f28281756d6d8f7d5c02c223d5e41c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located off Jalan Raja Laut, one of the artery city roads with easy access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.2268885083481" Longitude="101.67122781714" StarRating="3" HotelCode="378785|kip_hotel" HotelName="KIP Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Jalan Seri Utara 1, Sri Utara Off Jalan Ipoh, 68100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/17/b817a313dd1d073cd58217b1a56692860f0605f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15840667" Longitude="101.70487433" StarRating="4" HotelCode="862432|apartamenty_summer_suites_klcc" HotelName="Summer Suites KLCC Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Mercu Summer Suites, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/9b/c29b1cb7a775a671f542e3069caf285d0e9d8328.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.28" OriginalAmount="33.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17143" Longitude="101.71227" StarRating="3" HotelCode="|394090" HotelName="Expressionz Klcc By Wodages" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 30 Jalan 1/65A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/0/9/0/394090_f2521361006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.79" OriginalAmount="33.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159671109773" Longitude="101.71464337361" StarRating="3" HotelCode="318859|1068458" HotelName="Le Apple Boutique Hotel KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>160 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/25/fd25422d9bde9c940486088d2bcd281f3d4d24e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuala Lumpur. For guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.86" OriginalAmount="33.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1399887563656" Longitude="101.71012182538" StarRating="4" HotelCode="171255|458525" HotelName="Furama Bukit Bintang" 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,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/ac/d8aceb61d88c0fa1c046c7374dc90d2b54c2f7ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally located in Kuala Lumpur's vibrant Golden Triangle, adjacent to Bukit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17150392" Longitude="101.71252702" StarRating="3" HotelCode="756573|335620" HotelName="Expressionz Professional Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Business Centre,Conference Hall,Designated Smoking Area,Dining,Internet,Kids Play Area,Meeting Room,Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2/65A Off Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/80/4a80642d6135cd43de7d89ee08079612cce29d4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Aparthotel is in Kuala Lumpur. The aparthotel comprises a total of 300 snug accommodatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|609166-27456466/3115366361812179649/230" HotelName="DAYS AND SUITES FRASER BUSINESS PARK KL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29330000/29327100/29327046/0ef30f0b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146801" Longitude="101.712606" StarRating="2" HotelCode="345043|gold_tree_hotel" HotelName="Gold3 Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,LCD/Projector,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Lot B5, 179 Jalan Bukit Bintang, Fahrenheit 88, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/33/0c337b36f591246340f6e07de59de7f6b00c6ae4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Gold Tree Hotel, you'll be centrally located in Kua...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.10" OriginalAmount="34.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.100258" Longitude="101.717811" StarRating="3" HotelCode="|521503" HotelName="Komune Living and Wellness" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Jalan Tasik Permaisuri 2, Bandar Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/5/0/3/521503_b4af4f41036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.36" OriginalAmount="34.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.098743" Longitude="101.646519" StarRating="3" HotelCode="|441047" HotelName="Orange Business Hotel Petaling Jaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 68, Jalan 52/4, Seksyen 52 46200 Petaling Jaya Selangor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/4/7/441047_76b8b3f1022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.36" OriginalAmount="34.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146906" Longitude="101.71242" StarRating="3" HotelCode="|391416" HotelName="Gold3 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot B5, 1 Floor, KL Plaza Block B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/1/6/391416_5c1d3341020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.43" OriginalAmount="34.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451742894508" Longitude="101.70769927368" StarRating="3" HotelCode="66216|17964" HotelName="Travelodge Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan Alor, Bukit Bintang, Wilayah Persekutuan, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/ab/41ab529b05fe6bf9836b11810eeaa8242271a31b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Jalan Alor, which is within Kuala Lumpur's Golden Triangle. It offers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.63" OriginalAmount="34.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08967" Longitude="101.68829" StarRating="3" HotelCode="|397314" HotelName="Lolex" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Jalan Kuchai Maju 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/1/4/397314_45bf2a31301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.83" OriginalAmount="34.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485" Longitude="101.70785" StarRating="0" HotelCode="|404218" HotelName="One Bukit Ceylon Ramada KLCC - CoLiving" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>One Bukit Ceylon, No 1, Lorong Ceylon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/2/1/8/404218_9e6db540738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1426201280436" Longitude="101.71116701607" StarRating="3" HotelCode="321190|times_private_serviced_suites_2" HotelName="Berjaya Times Square Apartment Complex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/22/62/226270647170a841193e95d2a3a4118fb67c409a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17145056" Longitude="101.71239824" StarRating="0" HotelCode="881505|expressionz_professional_suites_by_plush" HotelName="Expressionz Professional Suites by Plush" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Jalan 1/65A</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/94/d894954cabb9a4bdbf80cbef8a7401fa011443f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15454177" Longitude="101.70705135" StarRating="3" HotelCode="885361|vortex_klcc_apartments" HotelName="Vortex KLCC Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, Vortex Suites &amp; Residences, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/a4/26a46760143d7fd55ed017cef22c51fee70d5e57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1417522202795" Longitude="101.7047608919" StarRating="3" HotelCode="970932|casa_residency_service_apartment" HotelName="Casa Residency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Golloway, Bukit Bintang, 50150 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/6d/0c6d1dfae200c757a94ef90a9631f9a14d16ca59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.16" OriginalAmount="35.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1597429" Longitude="101.7264386" StarRating="3" HotelCode="|34155" HotelName="Holiday Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225, JALAN AMPANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/1/5/5/34155_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts 134 rooms, 20 floors, one or two bedroom apartments and studio suites. It has air-conditioning, a lobby with a reception, a safety deposit box service and conference facilities. SITUATION: Kuala Lumpur It is in close to the establishment, clients can find Petronas the towers the city centre, 5 minutes away from the establishment you have Ampang Park LRT the metro station of Jalan Ampang It is in it is situated near the business area surrounded by shopping centres, restaurants, leisure areas, offices and embassies. 45 minutes away from the establishment, guests will find Kuala Lumpur Airport 30 minutes away from the establishment you have the central station. ROOM: The fully-equipped rooms, have a dining room, a direct line telephone and a satellite television. They have a kitchen with a microwave, kitchen utensils, kitchenware, an ironing set, a bathroom with a shower and a bath. Clients are offered suites with internet, They also have an individual air-conditioning system. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have breakfast, lunch and dinner service, local dishes and Occidental dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.19" OriginalAmount="35.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.990222" Longitude="101.790424" StarRating="4" HotelCode="188002|2262295" HotelName="Oriental Crystal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 13 Jalan S10/3, Section 10, Off Jalan Bukit, 43000 Kajang, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/fb/2ffb59fe2c2b65b6a56dbb072279254b1d6c7664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.29" OriginalAmount="35.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1470472" Longitude="101.7081597" StarRating="3" HotelCode="|51693" HotelName="Starus Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51,A Changkat Bukit Bitang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/6/9/3/51693_1_8398.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 431 rooms, superior rooms, deluxe rooms, Premier rooms and suites. This air-conditioned hotel has conference facilities, dining facilities, a car park, a hairdresser's, a laundry service and room service. SITUATION: It is in an excellent location, Bintang Walk in the surrounding area, clients have it is well-connected by public transport services, is 3 kilometres away from tourist points of interest, Clients can also find Petronas the towers Suria KLCC and Chinatown the square and the market. It is 45 minutes away fromKuala Lumpur Airport. ROOM: The rooms a bathroom, a direct line telephone, a television, a coffee maker, a kettle, an iron, a safe and an air-conditioning system. FACILITIES: The establishment has a swimming pool and a terrace. MEALS: Regarding the food and beverage offering, the establishment offersKopitiam the cafÃ© local dishes and international dishes. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.31" OriginalAmount="35.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161323" Longitude="101.7289437" StarRating="4" HotelCode="|211075" HotelName="Oakwood and Residence Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/5/211075_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.34" OriginalAmount="35.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1427" Longitude="101.70942" StarRating="3" HotelCode="|238346" HotelName="Sky Apartment At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/3/4/6/238346_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.67" OriginalAmount="35.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1285177850771" Longitude="101.72958433628" StarRating="3" HotelCode="161558|76694" HotelName="Hotel Maluri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Permaisuri, Taman Maluri, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/69/b6695e82d5773acba79a3b5ff16925270be707c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located within the vicinity of city centre in Kuala Lumpur for business o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.73" OriginalAmount="35.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1497664995173" Longitude="101.7051333189" StarRating="3" HotelCode="185518|796785" HotelName="The Maple Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Changkat Raja Chulan, Menara Maplelee, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/e3/8be34e7ced7b07ca772e17bd0b65945de92b8de3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to KL Tower at the heart of Kuala Lumpur's financial and business district...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.75" OriginalAmount="35.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1714" Longitude="101.712502" StarRating="4" HotelCode="|390730" HotelName="Expressionz Professional Suites By Mad Kl Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 1/65a, Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/3/0/390730_b60dc610950.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.85" OriginalAmount="35.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16422627" Longitude="101.65197813" StarRating="4" HotelCode="548945|2537165" HotelName="The Signature Hotel and Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Sri Hartamas 22, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/af/62afe2b7d6256bc7f8294c79aa302e2765f8ec32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.88" OriginalAmount="35.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.124103" Longitude="101.710264" StarRating="4" HotelCode="|537922" HotelName="Trion Kuala Lumpur by Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/2/2/537922_0066f250944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.01" OriginalAmount="35.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.140452" Longitude="101.710394" StarRating="3" HotelCode="|391772" HotelName="Peaceful Service Suites at Taragon Puteri Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah, Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/7/2/391772_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.07" OriginalAmount="35.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0305822734845" Longitude="101.71674185648" StarRating="4" HotelCode="64174|18914" HotelName="Philea Mines Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dulang, Mines Resort City, 43300 Seri Kumbangan, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/e2/c0e2cd55c5a38d30420b7a4ffa556a6dbcf92a63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is strategically situated, just around a 20-minute drive from the city of Kuala Lumpur. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1465116598419" Longitude="101.70792951431" StarRating="2" HotelCode="153354|rae" HotelName="Hotel RAE Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42, 44 &amp; 46 Tengkat Tong Shin, Off Jalan Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/fd/90fd31a1d5e80fd5d662385ae7b6f0347a160064.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08962091" Longitude="101.68823137" StarRating="3" HotelCode="735332|lolex_hotel" HotelName="Lolex Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Jalan Kuchai Maju 10, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/54/a95471e94e90dc7f9f38e868d79d757c758b6b32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.46" OriginalAmount="36.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.129271" Longitude="101.710984" StarRating="3" HotelCode="|397391" HotelName="H Boutique  Xplorer Loke Yew" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110-114, Jalan Loke Yew</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/9/1/397391_eddbb401113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.57" OriginalAmount="36.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154727" Longitude="101.707367" StarRating="0" HotelCode="|404167" HotelName="Yemala Suites @ Vortex Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/6/7/404167_c299d620626.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.78" OriginalAmount="36.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142878" Longitude="101.702421" StarRating="0" HotelCode="|404487" HotelName="Olympic Malaysia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Jebat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/8/7/404487_4c69fd40828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.85" OriginalAmount="36.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143067" Longitude="101.710761" StarRating="0" HotelCode="|403543" HotelName="Garden Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Times Square East No. 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/5/4/3/403543_0f80d681055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.91" OriginalAmount="36.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.141772" Longitude="101.698078" StarRating="2" HotelCode="|469580" HotelName="Yu Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>126 Jalan Petaling</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/5/8/0/469580_4498c6b1200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.93" OriginalAmount="36.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1456658" Longitude="101.7098395" StarRating="3" HotelCode="932697|2253585" HotelName="Sungei Wang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74-76 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/9a/1c9adc5f53fe6db288b4eb821cbed35d11e2b47e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.02" OriginalAmount="36.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1720941" Longitude="101.6920261" StarRating="3" HotelCode="|89492" HotelName="Grand Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN TUN ISMAIL, KUALA LUMPUR, 50400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/9/2/89492_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.10" OriginalAmount="36.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15333316" Longitude="101.70520366" StarRating="4" HotelCode="429439|1871158" HotelName="Oasia Suites Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong P Ramlee, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/45/7a45587b45e92b021d6861284d4b6ac6fb986940.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring free WiFi and an outdoor pool, Oasia Suites Kuala Lumpur by Far East Hospitality offers ac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="3" HotelCode="13045|grand_pacific_hotel_kuala_lumpur" HotelName="Grand Pacific Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Ismail, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/7e/847e049c8b9fb133d8492c2acf8b3e0451a35d9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is strategically placed close to the internationally renowned Putra World Trade ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1617993895634" Longitude="101.69657438993" StarRating="3" HotelCode="12992|hotel_grand_continental_kuala_lumpur" HotelName="Grand Continental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Belia, Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/03/9103df15e5ee1cd5720e512c842cb5baf0fb0f5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Malaysian capital - the beautiful, so-called Garden City of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1644030813766" Longitude="101.69847291898" StarRating="3" HotelCode="401333|hilton_garden_inn_kuala_lumpur_jalan_tuanku_abdul_rahman" HotelName="Hilton Garden Inn Kuala Lumpur Jalan Tuanku Abdul Rahman North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>449 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/e7/d3e7c8c4ccca9e3388069ce784d773eb7d7640b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located on the fringes of the golden triangle of Kuala Lumpur's city cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.21" OriginalAmount="37.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148255" Longitude="101.704848" StarRating="3" HotelCode="|441007" HotelName="Ceylonz Lifestyle Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ceylon, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 50200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/0/7/441007_9312d681707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.52" OriginalAmount="37.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146452" Longitude="101.705624" StarRating="3" HotelCode="|441006" HotelName="Ceylonz Starlight Suites Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Persiaran Raja Chulan, Kuala Lumpur, Federal Territory of Kuala Lumpur, 50200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/0/6/441006_8f35e6e0723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.78" OriginalAmount="37.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160942" Longitude="101.700907" StarRating="4" HotelCode="|538750" HotelName="The Colony and Luxe, KLCC by Canopy Lives, Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Jalan Dewan Sultan Sulaiman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/7/5/0/538750_290618f2113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.79" OriginalAmount="37.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16419" Longitude="101.65201" StarRating="4" HotelCode="|189100" HotelName="The Signature and Serviced Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3, Jalan Sri Hartamas 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/0/0/189100_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.82" OriginalAmount="37.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08450871" Longitude="101.67110212" StarRating="3" HotelCode="436034|2537955" HotelName="Hotel Six Seasons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>4 Lorong 1/137C, Batu 5, Jalan Klang Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/31/b73137857ea1d39b50b1cc5fa46dbb5dc930cc5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The wide range of services and facilities makes the hotel the ideal starting point for business and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1608674012798" Longitude="101.72898888588" StarRating="4" HotelCode="69801|oakwood_hotel_and_residence_kuala_lumpur" HotelName="Oakwood Hotel &amp; Residence Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/aa/b5aaac0adc96fdf0bf28d52075e97606e2e4c50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located along the famous “Embassy Row” in Jalan Ampang, the complex is merely a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.29" OriginalAmount="38.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14135" Longitude="101.71031" StarRating="3" HotelCode="|188527" HotelName="Empire Suites @ Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>07-04, 7th Floor, Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/2/7/188527_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.41" OriginalAmount="38.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.093458" Longitude="101.738274" StarRating="3" HotelCode="|440860" HotelName="Minsu Ekocheras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cheras, Ekocheras No. 693, Batu 5, Kuala Lumpur, 56000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/6/0/440860_580387f1708.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.52" OriginalAmount="38.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159055" Longitude="101.746534" StarRating="3" HotelCode="|396554" HotelName="St Nomad M City Ampang, Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 326, Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/5/4/396554_08f40de1044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.54" OriginalAmount="38.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143791" Longitude="101.705311" StarRating="3" HotelCode="|396580" HotelName="Swiss Garden Residence By Urban Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 2A, Jalan Galloway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/8/0/396580_12c83e21054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.55" OriginalAmount="38.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11030208" Longitude="101.66552069" StarRating="4" HotelCode="450246|1908505" HotelName="V E Hotel and Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kerinchi, Bangsar South City, 59200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/86/6686e26f44a6e34a787325ab6e4e90c0f2e3ae01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.56" OriginalAmount="38.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16211" Longitude="101.70647" StarRating="0" HotelCode="|593812" HotelName="Legasi Kampung Baru Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raja Muda Musa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/3/8/1/2/593812_c48a8c62124.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.70" OriginalAmount="38.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1454517" Longitude="101.7071347" StarRating="4" HotelCode="|89476" HotelName="Anggun Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 7&amp;9 JALAN TENGKAT TONG SHIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/6/89476_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.70" OriginalAmount="38.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14524" Longitude="101.70932" StarRating="2" HotelCode="|189090" HotelName="Sungei Wang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74-76, Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/9/0/189090_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.77" OriginalAmount="38.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16287066" Longitude="101.65596969" StarRating="4" HotelCode="758827|2289885" HotelName="Dorsett Hartamas" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Internet,Laundry,Meeting Room,Parking">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Sri Hartamas 1, D-G-08, Plaza Damas 3, Taman Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/2f/992fbb4cc1904545a6f704cb3ec769c2a8ffb74b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Explore the vibrancy of the neighbourhood. Indulge in the warm signature hospitality that's uniquely...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.80" OriginalAmount="38.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1449163457924" Longitude="101.71005785465" StarRating="3" HotelCode="166840|17724" HotelName="Capitol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bulan, Off Jalan Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/64/cb6465e8a8bf539a937984ff3c9f205a8dbb13f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Bukit Bintang, the commercial and entertainment centre of Kual...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.97" OriginalAmount="38.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.110286" Longitude="101.664188" StarRating="4" HotelCode="|390451" HotelName="V E  and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bangsar South No. 8 Jalan Kerinchi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/5/1/390451_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14834822" Longitude="101.70286732" StarRating="3" HotelCode="602085|391597" HotelName="AirPorter Bukit Bintang Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Suasana Bukit Ceylon 2, Persiaran Raja Chulan, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/6b/216b453929da232b3a6148f15906e0bb28ca3383.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142857" Longitude="101.702429" StarRating="3" HotelCode="188001|olympic_sports_hotel_kuala_lum" HotelName="Olympic Sports" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Jebat, 50150 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/79/c77991242c46f2db9b8de8423288f82ec3e4fa53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145469" Longitude="101.70715" StarRating="4" HotelCode="161038|anggun_boutique_hotel" HotelName="Anggun Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 &amp; 9, Tengkat Tong Shin, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/d6/e1d6fd19b7b3d6fd0a5560694061af613594ee36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is neatly tucked into the street known as Tengkat Tong Shin in Bukit Bintang. An oasis of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.25" OriginalAmount="39.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08465" Longitude="101.67107" StarRating="0" HotelCode="|232459" HotelName="Six Seasons" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 4, Lorong 1/137C, Batu 5, Jalan Klang Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/4/5/9/232459_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.30" OriginalAmount="39.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1321438977015" Longitude="101.68806842265" StarRating="2" HotelCode="452039|1892625" HotelName="NU Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Jalan Thambypillai, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/fb/0dfb2ee0199979d5ca9bdccabe8031d78c529956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.68" OriginalAmount="39.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16907" Longitude="101.65296" StarRating="3" HotelCode="|392475" HotelName="The Signature Service Suite Mont Kiara By Klhomesweet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kiara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/4/7/5/392475_4322a3b1011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.77" OriginalAmount="39.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.136757" Longitude="101.711722" StarRating="0" HotelCode="|441021" HotelName="D'majestic Premier Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>376, Jalan Pudu, Kuala Lumpur, 55100, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/2/1/441021_9da91ab1717.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.16" OriginalAmount="39.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12818" Longitude="101.6805" StarRating="0" HotelCode="|239607" HotelName="Kl Bangsar Sentral (est)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44, Jalan Ang Seng, Brickfields,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/0/7/239607_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.18" OriginalAmount="39.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16305" Longitude="101.65588" StarRating="4" HotelCode="|390714" HotelName="Dorsett Hartamas Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>D-G-08 Plaza Damas, No. 63 Jalan Sri Hartamas 1, Taman Sri Hartamas ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/1/4/390714_886cb0e0948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.40" OriginalAmount="40.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15903" Longitude="101.71422" StarRating="4" HotelCode="|597177" HotelName="Santa Grand Signature Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 36 Menara Santa Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/1/7/7/597177_2392b0b2239.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.55" OriginalAmount="40.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142781" Longitude="101.709695" StarRating="3" HotelCode="|391736" HotelName="Rainbow Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bejaya Times Square East Tower</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/3/6/391736_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.69" OriginalAmount="40.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.140364" Longitude="101.710273" StarRating="3" HotelCode="|392818" HotelName="Royal Apartments At Taragon Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Level 11-7 Taragon Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/8/1/8/392818_b5910aa1005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.73" OriginalAmount="40.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14008768" Longitude="101.71205404" StarRating="4" HotelCode="460907|1974275" HotelName="Mercure Kuala Lumpur Shaw Parade" 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>Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/74/4d74e22faccfd6e372f25a27393329436383a961.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.89" OriginalAmount="40.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16297235" Longitude="101.71443635" StarRating="4" HotelCode="726151|2271935" HotelName="ibis Kuala Lumpur City Centre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Dining,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Yap Kwan Seng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/7a/ca7a46c392cdc42b3001c28d5e1a2969592d2827.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located right in the heart of Kuala Lumpur, ibis Kuala Lumpur City Centre is only a 5-...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.96" OriginalAmount="40.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1447" Longitude="101.7042" StarRating="0" HotelCode="|440960" HotelName="The Robertson Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Idaman Robertson, No 2, Jalan Robertson, Bukit Bintang, 50150 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/6/0/440960_8853e6d1656.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.00" OriginalAmount="40.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146452" Longitude="101.705624" StarRating="3" HotelCode="|441005" HotelName="Ceylonz Suites by MyKey Global" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Persiaran Raja Chulan, Kuala Lumpur, Federal Territory of Kuala Lumpur, 50200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/0/5/441005_a7e50690731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.122443" Longitude="101.682317" StarRating="3" HotelCode="267076|my_hotel__mid_valley" HotelName="Ray Parc Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan 2/87G, Off Jalan Syed Putra, Taman Seputeh, 58000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/d3/2ad3a4525acc5cb02a8e49ff5092da6a093d2c35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14252045" Longitude="101.71017685" StarRating="0" HotelCode="965197|cool_service_suites_at_times_square" HotelName="Cool Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Bukit bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/86/ad86216ebfc87c39fe2ec1bc33217b8722ac558d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.74" OriginalAmount="41.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159673" Longitude="101.699249" StarRating="4" HotelCode="|468607" HotelName="Quill Residences Kuala Lumpur, Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1018 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/6/0/7/468607_b46006b1808.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.83" OriginalAmount="41.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145241" Longitude="101.712498" StarRating="4" HotelCode="76105|18124" HotelName="Royal Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Walter Grenier, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/89/0b89efcc57e765be56f40a7e0d7142801411c7b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the Golden Triangle in Kuala Lumpur: a haven for shopping, gou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.83" OriginalAmount="41.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144324" Longitude="101.706152" StarRating="3" HotelCode="187993|896735" HotelName="Sky Express Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu, Kuala Lumpur 55100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/308681/308681a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.95" OriginalAmount="41.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14927" Longitude="101.70034" StarRating="3" HotelCode="|470493" HotelName="lyf Chinatown Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan Raja Chulan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/4/9/3/470493_97e62871947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.24" OriginalAmount="41.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14462012" Longitude="101.70424861" StarRating="3" HotelCode="746362|3114775" HotelName="The Robertson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Robertson, 50150 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/97/2d975aea74784cd80e328937fce33ce0b1a42ea7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155006536917" Longitude="101.70820551147" StarRating="3" HotelCode="224800|placin_at_crown_regency_kl" HotelName="Crown Regency Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan P. Ramlee, Kuala Lumpur 50250</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/13/ec136153d24936fa7cd55f2bd771d2ccd5389a82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.30" OriginalAmount="42.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14257" Longitude="101.70991" StarRating="3" HotelCode="|396561" HotelName="Queens Service Suite At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East Tower, Lot 07-29, 7th Floor, Berjaya Time Square. No 1, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/6/1/396561_0bb4fe51047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.47" OriginalAmount="42.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.132234" Longitude="101.688" StarRating="2" HotelCode="|398053" HotelName="Nu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 37 Jalan Thambypillai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/0/5/3/398053_bee933e1342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.80" OriginalAmount="42.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09325" Longitude="101.73898" StarRating="3" HotelCode="|440837" HotelName="EkoCheras Luxury Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 693, Batu, 5, Jalan Cheras, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 56000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/3/7/440837_489ba7a1752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.04" OriginalAmount="42.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1436897" Longitude="101.7057154" StarRating="3" HotelCode="|386183" HotelName="Swiss Garden Residences Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2 Jalan Galloway, Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/1/8/3/386183_1_2333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.09" OriginalAmount="42.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158843" Longitude="101.704086" StarRating="0" HotelCode="|402570" HotelName="Yemala Suites At Platinum Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/5/7/0/402570_c5d4ce10605.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1451725" Longitude="101.70675533" StarRating="3" HotelCode="321252|12fly_hotel" HotelName="12FLY Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16-1 Jalan Tong Shin, Bukit Bintang 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b8/abb8b4b4b841789842074afcb2f96d9c55ee7d21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14287294" Longitude="101.71039482" StarRating="3" HotelCode="845142|best_service_suites_at_times_square_2" HotelName="Best Service Suites at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c4/8fc4376bde2620fb7e7a351502f72a92ad578a3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14283898" Longitude="101.71024511" StarRating="3" HotelCode="845554|the_apartments_times_square" HotelName="The Apartments at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Designated Smoking Area,Elevator,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/12/931294a2fd6d6ffae1b4e4c2e5d4afe83a3c0e97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Kuala Lumpur, The Apartments @ Times Square puts everything the city has ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.47" OriginalAmount="43.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14265" Longitude="101.71" StarRating="3" HotelCode="|397207" HotelName="Falcon Apartment At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1,Jalan Imbi.Bukit bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/0/7/397207_cdd5acc1001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.50" OriginalAmount="43.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588025621868" Longitude="101.69414162636" StarRating="4" HotelCode="16299|18014" HotelName="Summit Hotel KL City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/df/13dfdb3704459848e2deea8612476237e0f99ac8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located in the heart of business and shopping districts of Kuala Lumpur. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.57" OriginalAmount="43.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14925101" Longitude="101.70635053" StarRating="4" HotelCode="435709|1987955" HotelName="Verdant Hill Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Changkat Raja Chulan, Bukit Ceylon, 50200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/ac/48ace28c1cc59245da3a526ffc95a493a6394694.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.71" OriginalAmount="43.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16313" Longitude="101.71493" StarRating="4" HotelCode="|386532" HotelName="Ibis Kuala Lumpur City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/5/3/2/386532_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.04" OriginalAmount="43.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1619509" Longitude="101.6961092" StarRating="3" HotelCode="|33945" HotelName="Grand Continental Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BELIA/JALAN RAJA LAUT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/4/5/33945_1_3738.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 27 floors and 309 rooms. This air-conditioned hotel has a restaurant, a cafÃ©, a hall with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers guests a conference room, room service, a laundry service and a car park. SITUATION: It is situated in the surrounding area of banks, the government building and business areas. Clients can also find shopping centres, and metro stations. 45 minutes away from the establishment you have Kuala Lumpur Airport. ROOM: The rooms have a bathroom with a hairdryer, a shower, a direct line telephone, a television and a mini-bar. They also have a coffee maker, a kettle, individual air-conditioning, a safe and a terrace. FACILITIES: Clients can find a gym and a swimming pool with a children's area. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.10" OriginalAmount="43.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144795" Longitude="101.704349" StarRating="3" HotelCode="|397753" HotelName="The Robertson by Homes Asian" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Robertson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/7/5/3/397753_539ecfc1015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441439813105" Longitude="101.70519397127" StarRating="4" HotelCode="410665|swissgarden_residences_kuala_lumpur" HotelName="Swiss-Garden Residences Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2A Jalan Galloway, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/74/4b7494b81fce8f13459d54938dadfee633983113.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur, about 9 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.61" OriginalAmount="44.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15838" Longitude="101.70467" StarRating="3" HotelCode="|236291" HotelName="Mercu Summer Suite Klcc At Penguin Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MERCU SUMMER SUITE, 8, JALAN CENDANA OFF</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/2/9/1/236291_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.75" OriginalAmount="44.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14257" Longitude="101.70991" StarRating="0" HotelCode="|405214" HotelName="Grand Service Apartment At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Jalan Imbi, Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/1/4/405214_ec9a3411036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.85" OriginalAmount="44.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14286" Longitude="101.71015" StarRating="0" HotelCode="|239735" HotelName="Real Point Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square E Twr, Suite A 20-1 1 Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/3/5/239735_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.90" OriginalAmount="44.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1643131" Longitude="101.69226674" StarRating="3" HotelCode="845839|2253615" HotelName="Best KL City View @ Regalia Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Anjung Putra, Off Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/a8/f3a8f9ebead557dfd0285d824a3707e53b3a3b2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.02" OriginalAmount="44.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158473" Longitude="101.703835" StarRating="4" HotelCode="|546688" HotelName="The Platinum Suites KLCC by Veedu Hauz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/6/8/8/546688_c73af7b1047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.26" OriginalAmount="44.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13684" Longitude="101.70084" StarRating="0" HotelCode="|589204" HotelName="Crystal Suite at Opus Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Jalan Talalla opus resedench 2-21-03</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/2/0/4/589204_a411cd02008.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.26" OriginalAmount="44.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158542" Longitude="101.703882" StarRating="3" HotelCode="|545785" HotelName="Amazing Pool By Platinum Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Face Suites, Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/7/8/5/545785_58b0e8a1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.32" OriginalAmount="44.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12845" Longitude="101.68068" StarRating="3" HotelCode="|396789" HotelName="KL Sentral Bangsar Suites (EST) by Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44A Jalan Ang Seng, Bricksfields, Kuala Lumpur, 50470</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/7/8/9/396789_768636a1034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.39" OriginalAmount="45.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0854409" Longitude="101.5227072" StarRating="2" HotelCode="|398368" HotelName="Super Oyo 530 Dd" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL TENGKU AMPUAN ZABEDAH E 9 E SEKSYEN 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/3/6/8/398368_d8c4df50732.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.51" OriginalAmount="45.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142361" Longitude="101.709716" StarRating="3" HotelCode="|396785" HotelName="Residency Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/7/8/5/396785_44d6f2f1252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.70" OriginalAmount="45.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.149268" Longitude="101.706417" StarRating="4" HotelCode="|211073" HotelName="Verdant Hill Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.6 Changkat Raja Chulan,Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/3/211073_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.91" OriginalAmount="45.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16426" Longitude="101.69212" StarRating="3" HotelCode="|234672" HotelName="Best Kl City View At Regalia Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B-12-06, Regalia Residence 2 Off Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/7/2/234672_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.91" OriginalAmount="45.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162235" Longitude="101.713274" StarRating="4" HotelCode="|441364" HotelName="Ceylonz Suite by Five Senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Persiaran Raja Chulan, Bukit Bintang, 50200 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/3/6/4/441364_c3572e81343.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.30" OriginalAmount="45.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15074416" Longitude="101.70852132" StarRating="3" HotelCode="442581|1867328" HotelName="Holiday Inn Express Kuala Lumpur City Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>84 Jalan Raja Chulan, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/59961/c5c37754-075b-4306-a4ce-0140a3790c29.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162948" Longitude="101.657201" StarRating="4" HotelCode="186265|64174" HotelName="Damas Suites &amp; Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Damas Club, Plaza Damas 3, 63 Jalan Sri Hartamas 1, Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/98/4b98cd8bd9d6f45f712e0b2c44842b89650deb0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled beautifully in the heart of Sri Hartamas, offering a chic and trendy environmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145594" Longitude="101.709609" StarRating="2" HotelCode="187985|bintang_warisan_hotel" HotelName="Bintang Warisan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/63/b3637fe95631529605c81eb186376540356b0c25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14276365" Longitude="101.71013699" StarRating="3" HotelCode="965861|grand_service_suite_at_times_square_kuala_lumpur" HotelName="Grand Service Suite at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/15/ed15bf80dc678df3a584f0e860e1e1810ff55fc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.67" OriginalAmount="46.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144435" Longitude="101.704162" StarRating="3" HotelCode="|397333" HotelName="Robertson Residences At Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Robertson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/3/3/397333_f788a691043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.13" OriginalAmount="46.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.163102" Longitude="101.713984" StarRating="3" HotelCode="|554892" HotelName="Royce Residence By Dormeo Destinations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/9/2/554892_4e7ae251546.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.15" OriginalAmount="46.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1448865" Longitude="101.7096545" StarRating="3" HotelCode="|32618" HotelName="Capitol Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BULAN, OFF JALAN BUKIT BINTANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/6/1/8/32618_1_9771.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1957, has air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a cafÃ© and a restaurant. The establishment also offers room service, a laundry service and a car park. SITUATION: It is inBukit Bintang the heart of is situated in Kuala Lumpur the leisure and shopping area of near the establishment, you will find Sungei Wang Plaza and BB Plaza the shopping centres Clients can also find Bintang Walk the shopping centres. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, a satellite television with films, a mini-bar, a coffee maker, a teapot and an ironing set. They also have a safe, an electronic key, an alarm clock and an individual air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.21" OriginalAmount="46.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160508" Longitude="101.735335" StarRating="0" HotelCode="|404222" HotelName="Five Senses Suite At M Suite Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>283, Jalan Ampang, Desa Pahlawan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/2/2/2/404222_d6ecc4f1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.27" OriginalAmount="46.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167357" Longitude="101.695661" StarRating="4" HotelCode="|471541" HotelName="Chambers Residence By Five Senses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ipoh Kecil, Chow Kit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/4/1/471541_1ddb7381209.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.29" OriginalAmount="46.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14232" Longitude="101.7101" StarRating="3" HotelCode="|394281" HotelName="Eastern Suites At Times Square Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/2/8/1/394281_3e865e31022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.40" OriginalAmount="46.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.150733" Longitude="101.708627" StarRating="3" HotelCode="|204004" HotelName="Holiday Inn Express Kuala Lumpur City Centre, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Jalan Raja Chulan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/0/0/4/204004_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.44" OriginalAmount="47.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145123" Longitude="101.696298" StarRating="3" HotelCode="|32971" HotelName="Ancasa Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN TUN TAN CHENG LOCK, PO BOX 12700</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/7/1/32971_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, is perfect for business and holiday stays, has air-conditioning and has 200 rooms a reception, a safety deposit box service, a lift and a restaurant. The establishment also offers room service, a laundry service and a car park. SITUATION: The hotel is in the historic centre, nearby, you will find the business area, in the surrounding area, clients have the railway station, the bus station, is 10 minutes away from a market, Chinatown it is situated 2 minutes away from 30 minutes away from the establishment guests have the mosque. ROOM: Customers can find large and inviting rooms with adjustable air-conditioning system, a safe, internet, a direct line telephone, a satellite TV and films. They also have a mini-bar, a coffee maker, a kettle and a hairdryer (available on request). FACILITIES: The establishment boasts a spa, treatments and aromatherapy treatments. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment also offers a bar. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.54" OriginalAmount="47.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158544" Longitude="101.703885" StarRating="3" HotelCode="|440830" HotelName="KL Platinum Suites by SNC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, Platinum Suites, Kuala Lumpur, KL, 50250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/3/0/440830_45a9faf0909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.78" OriginalAmount="47.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1452912894585" Longitude="101.69924587011" StarRating="3" HotelCode="58323|17854" HotelName="Ancasa Hotel &amp; Spa Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Tan Cheng Lock, 50500 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/2c/dd2c81d71368e0e6752966961ae2c4f4ac38d0c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the historical part of the city, close to Kuala Lumpur's business ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.85" OriginalAmount="47.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142161" Longitude="101.71064" StarRating="0" HotelCode="|404219" HotelName="Kl Times Square Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/2/1/9/404219_d62836f1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.19" OriginalAmount="47.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15443" Longitude="101.70706" StarRating="0" HotelCode="|247393" HotelName="Vortex Klcc By Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/3/9/3/247393_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.36" OriginalAmount="47.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154727" Longitude="101.707367" StarRating="3" HotelCode="|404116" HotelName="Luxe Suites At Vortex Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/1/6/404116_146aae90232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12941126" Longitude="101.75455514" StarRating="3" HotelCode="511750|sojourn_guest_house" HotelName="Sojourn Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 &amp; 3 Jalan Pandan Indah 4/2, Pandan Indah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/52/56528c72eb71c6fd1e1bbd6dc4b2364efa258d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Sojourn Guest House offers comfort and convenience whether you're on business or holiday ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15581659" Longitude="101.70822992" StarRating="3" HotelCode="792050|parkview_service_apartment_klcc" HotelName="Park View Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Changkat Perak, Off Lorong Perak, City Centre, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/07/6107865db26821913fe7cb352abb6060b890fdc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12750822" Longitude="101.68031148" StarRating="3" HotelCode="876441|kl_sentral_bangsar_suites_est" HotelName="The Establishment by Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/49/b049bd2e11b11df93af9e4faaaf2cf13ce502bda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.62" OriginalAmount="48.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14297" Longitude="101.71041" StarRating="0" HotelCode="|238352" HotelName="Kl Service Suite At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East tower, Suite 22-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/3/5/2/238352_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.92" OriginalAmount="48.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1715846647316" Longitude="101.69602879166" StarRating="4" HotelCode="37486|88317" HotelName="Vistana Kuala Lumpur Titiwangsa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Lumut, Off Jalan Ipoh, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/89/6b89601adb86ac0589e69e37eab6563fac9be949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located within Kuala Lumpur's main business hub, this city hotel is within short walki...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.04" OriginalAmount="48.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.128108" Longitude="101.680411" StarRating="0" HotelCode="|440933" HotelName="The Establishment Est Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 44A, Jalan Ang Seng, Brickfields, Kuala Lumpur, Wilayah Persekutuan, 50470</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/3/3/440933_903bd1d1124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.20" OriginalAmount="48.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14647" Longitude="101.71568" StarRating="3" HotelCode="|240567" HotelName="Tribeca Hotel and Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 215 Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/5/6/7/240567_64246781620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.44" OriginalAmount="48.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1581867" Longitude="101.7185102" StarRating="0" HotelCode="|89498" HotelName="Perdana Kuala Lumpur City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10, JALAN BINJAI, 50450 KUALA LUMPUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/9/8/89498_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14252396" Longitude="101.71052277" StarRating="3" HotelCode="845365|best_service_suites_at_times_square" HotelName="Times Service Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Designated Smoking Area,Elevator,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c2/0ac299baab29418d652ad8b214751c3dee9796dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;We are service suite within Times Square super mall the monorail station is right in front of the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.49" OriginalAmount="49.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.0849316687158" Longitude="101.6736549139" StarRating="3" HotelCode="67211|17994" HotelName="The Pearl Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Batu 5, Jalan Klang Lama, 58000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bb/b3bbaa31e6e32d00cb1badcd4fcb6ec2fd7c1dcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Pearl Point Shopping Mall, Jusco J-1 Supermarket, Parkson Grand ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.55" OriginalAmount="49.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.130363" Longitude="101.723306" StarRating="4" HotelCode="|534379" HotelName="UNA Sunway Velocity by Unimax" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Peel Cheras, Maluri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/7/9/534379_23d142c1419.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.72" OriginalAmount="49.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159567" Longitude="101.696724" StarRating="4" HotelCode="285007|1059418" HotelName="Premiera Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Jalan Tuanku Abdul Rahman, Menara Mara, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/71/a5719fbf6156a95c47db657a39684df7ea452ead.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.03" OriginalAmount="49.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.166312" Longitude="101.692747" StarRating="5" HotelCode="|165410" HotelName="Sunway Putra , Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9th Floor, Sunway Putra Palace, 100 Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/4/1/0/165410_4a5dcf91326.jpg</HotelPictures>
        <HotelDescription>HOTEL: The SUNWAY PUTRA is rated four stars, it was opened in 1994, has a cafÃ©, a swimming pool and a gym. SITUATION: This establishment is in the centre of Kuala Lumpur. It is located near National Mosque, ROOM: The establishment has 620 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.11" OriginalAmount="49.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147327" Longitude="101.712635" StarRating="4" HotelCode="173333|215876" HotelName="Fahrenheit Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Jalan Bukit Bintang, 5th Floor Fahrenheit 88, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cd/b9cd73a5ef28a957f56812941c80847996076cfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a strategic location in the heart of the city. It is situated steps away from the r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.14" OriginalAmount="49.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142696" Longitude="101.709432" StarRating="4" HotelCode="|393668" HotelName="KL Service Apartment at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square East Tower, Suite A-40-09, No.1, Jalan Imbi, Kuala Lumpur, 55100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/6/6/8/393668_ba2db360926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.15" OriginalAmount="49.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.08505" Longitude="101.673175" StarRating="3" HotelCode="|34844" HotelName="The Pearl Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BATU 5, JALAN KLANG LAMA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/4/4/34844_1_4307.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 563 air-conditioning rooms, a hall with a reception, a safety deposit box service, a lift, a restaurant and conference facilities. The establishment offers room service and a laundry service. SITUATION: It is nearPearl Point the shopping centre Clients can also find a supermarket, Parkson Grand Plaza OUG the shopping centre tourist points of interest, the central station, the sports centre, the convention centre, Citrus Park the theme park Sunway Lagoon the water park. it is well-connected with the motorway. ROOM: The rooms have a bathroom, a television, individual air-conditioning, a hairdryer and a direct line telephone. They also have data connection, an answering machine, a coffee maker, a kettle, a radio, films, a safety deposit box and a mini-bar. FACILITIES: The establishment boasts a spa and a covered swimming pool. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant with typical cuisine, Occidental dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.22" OriginalAmount="49.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.171641" Longitude="101.712433" StarRating="0" HotelCode="|404133" HotelName="Expressionz Suites by iHost Global" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 30, Jalan 1/65A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/3/3/404133_9505dd80337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.32" OriginalAmount="49.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1497129363747" Longitude="101.71713352203" StarRating="5" HotelCode="104009|98228" HotelName="Royale Chulan Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Conlay, City Centre, 50450 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/8e/ab8e9cd3063dbbe8a91df0e0c6cbe674df08f991.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;For a city hotel, location is everything and this one is central to most inner city attractions, ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.64" OriginalAmount="50.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156959" Longitude="101.7220675" StarRating="5" HotelCode="|69984" HotelName="Micasa All Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>368-B, Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/8/4/69984_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.00" OriginalAmount="50.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162823" Longitude="101.656117" StarRating="3" HotelCode="|397404" HotelName="Dorsett Residences Sri Hartamas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Sri Hartamas 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/4/0/4/397404_0bad80b1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.34" OriginalAmount="50.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158128" Longitude="101.719147" StarRating="4" HotelCode="67500|227496" HotelName="PNB Perdana Hotel &amp; Suites On The Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Binjai, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/0e/0e445a4a6ec5c7e5/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of the city's business, residential and entertainment dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.40" OriginalAmount="50.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.157095" Longitude="101.721924" StarRating="4" HotelCode="63916|64584" HotelName="MiCasa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>368-B Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/52/1052de1ea0a87d2519a4fa767690cea00467b04e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a prestigious location within the embassy and business district, a stone's throw aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11794" Longitude="101.678646" StarRating="3" HotelCode="63774|the_boulevard_st_giles_premier_hotel" HotelName="Cititel Mid Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mid Valley City, Lingkaran Syed Putra, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/10/a810106e5b23be6aa610b7311656a19784660f89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of Klang Valley, between Kuala Lumpur and Petaling Jaya, this hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14275" Longitude="101.7102" StarRating="4" HotelCode="982962|kl_service_apartment_at_time_square" HotelName="KL Service Apartment at Time Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, East Tower, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f6/4ef6ee490d96f1ecdf1c1e589d779ec6db74e83e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.54" OriginalAmount="51.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.159238" Longitude="101.705194" StarRating="5" HotelCode="311548|1060148" HotelName="Fraser Residence Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Cendana, Off Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/bc/57bcf2d8836545caf2690a61e8a929ac41549db9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.57" OriginalAmount="51.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1631334" Longitude="101.656961" StarRating="4" HotelCode="|128137" HotelName="Damas Suites and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 63 Jalan Sri Hartamas 1,Taman Sri Hartamas.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/3/7/128137_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.59" OriginalAmount="51.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.943152" Longitude="101.69978" StarRating="5" HotelCode="|34960" HotelName="Pulse Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TAMAN PUTRA PERDANA, PRESINT 1, 62000 PUTRAJAYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/6/0/34960_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern style, boutique hotel, is perfect for business and holiday stays, was opened in 2003, has air-conditioning and 118 rooms. Guests can also find a lobby with a reception, a safety deposit box service, a lift, a bar, a restaurant, conference rooms, WiFi, a laundry service, room service and a car park. SITUATION: It is in an excellent location, 30 minutes away, you can find Kuala Lumpur the city of it is 35 minutes away from Petronas the towers Clients can also find, 40 minutes away from the establishment you have a public transport stop 25 minutes away fromKuala Lumpur Airport. ROOM: The spacious rooms, have a terrace, internet, a direct line telephone with an answering machine and individual air-conditioning. They also have satellite or cable TV, a coffee maker, a kettle, a mini-bar, a safe and a bathroom. FACILITIES: Outdoors, guests have access to a swimming pool, Guests are offered a massage service, a sauna and facial treatments. The establishment has a gym and a spa. close to the establishment, you can find a golf course, motorboat rides. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoyPalm Hill CafÃ© the cafÃ© with traditional and international dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.97" OriginalAmount="51.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147109" Longitude="101.708249" StarRating="0" HotelCode="|470684" HotelName="Stay With Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51-A, Changkat Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/8/4/470684_eac136b1202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.18" OriginalAmount="51.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158161" Longitude="101.703754" StarRating="5" HotelCode="650811|1896485" HotelName="The Face Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/38/9938d1f8da4d0e8717429fae9a4a1b29cecdda3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.61" OriginalAmount="52.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.141469" Longitude="101.70464" StarRating="3" HotelCode="|397687" HotelName="Bbhomes At Casa Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Jalan Galloway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/8/7/397687_4235a2d1058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.99" OriginalAmount="52.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14291" Longitude="101.710121" StarRating="4" HotelCode="|390453" HotelName="Kl Bintang Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berjaya Times Square East, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/5/3/390453_c7cc6e80915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.30" OriginalAmount="52.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1661172" Longitude="101.6985038" StarRating="3" HotelCode="|59502" HotelName="Q Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Jalan Tiong Nam, Off Jalan Raja Laut,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/0/2/59502_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Citrus is rated four stars and it is situated in Kuala Lumpur city centre. This establishment was built in 2004, has a swimming pool, a cafÃ© and business facilities. It has 171 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.40" OriginalAmount="52.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1227757431824" Longitude="101.72956531775" StarRating="3" HotelCode="321036|935135" HotelName="Seri Cempaka Service Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Pudu Ulu, Tower 2, Menara PGRM, Cheras, 56100 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/6c/2a6cc7bad64a55e7c1f91d6a06c1c8f14d842003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Cheras.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.133802" Longitude="101.663363" StarRating="4" HotelCode="186940|63864" HotelName="The Nomad Residences Bangsar" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Ara, Bangsar, 59100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/d9/35d9d98af08d3475e95a8674b349323a4c9e7070.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the city centre, this apartment hotel is close to Bangsar Village, the Malaysian Houses ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485488944671" Longitude="101.70763750543" StarRating="4" HotelCode="319465|invito_hotel_suites" HotelName="Ramada Suites by Wyndham Kuala Lumpur City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong Ceylon, Bukit Ceylon, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/e3/12e31db78b05fb8c4d4b092f30da221d4514231b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.64" OriginalAmount="53.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.766671" Longitude="101.6933692" StarRating="3" HotelCode="|59557" HotelName="ibis Styles Sepang KLIA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN KLIA 1/60 SEPANG, SELANGOR SEPANG, SELANGOR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/5/7/59557_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, has 338 rooms and suites. It has a lobby with a reception, a restaurant, conference rooms, room service, a laundry service and a car park. SITUATION: It is located close toKuala Lumpur Airport 8 minutes away, you can find the Formula 1 the Circuit It is situated 28 minutes away fromKuala Lumpur the city centre of Petaling Street 45 minutes away from the establishment you have Clients can also find Petronas the towers. ROOM: The establishment has superior rooms, deluxe rooms, executive rooms, executive suites and family suites. They have an individual air-conditioning system, a satellite TV, a coffee maker, a kettle, a bathroom and a direct line telephone. They also have a mini-bar, a safe, a hairdryer and water (free of charge). FACILITIES: You can find a swimming pool, tennis courts, a gym, a sports bar, a bistro restaurant, billiards, darts and games. MEALS: Regarding the food and beverage offering, the establishment offersMelting Pot CafÃ© the restaurant. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.91" OriginalAmount="53.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.28283" Longitude="101.54263" StarRating="0" HotelCode="|605337" HotelName="Gaia Residence, Gamuda Gardens Rawang by Sleepy Bear" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gaia Residences, 48050 Rawang, Selangor.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/3/3/7/605337_57328b02311.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.98" OriginalAmount="53.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161987" Longitude="101.71282" StarRating="4" HotelCode="|535750" HotelName="Scarletz Suites by Five senses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/7/5/0/535750_f730fe62059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1442255289131" Longitude="101.70822226257" StarRating="4" HotelCode="47330|5142" HotelName="Royale Chulan Bukit Bintang" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17-21 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/c3/c3f81450a626102f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a perfect location, directly in the heart of the Golden Triangle in Kuala Lumpur. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14258268" Longitude="101.71014078" StarRating="3" HotelCode="844935|kl_bintang_suites_at_times_square" HotelName="KL Bintang Private Unite at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/ec/98ecfdeb29ab8b37393745a8c84289b8d2bc71d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.85" OriginalAmount="54.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15941" Longitude="101.70544" StarRating="5" HotelCode="|188572" HotelName="Sfera Residence Kuala Lumpur City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Cendana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/7/2/188572_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.89" OriginalAmount="54.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.065689" Longitude="101.484958" StarRating="3" HotelCode="|203246" HotelName="Best Western I-city Shah Alam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A-GF-01 NO 6 PERSIARAN MULTIMEDIA, SHAH ALAM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/2/4/6/203246_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.93" OriginalAmount="54.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14435" Longitude="101.705746" StarRating="4" HotelCode="|390723" HotelName="Platinum Suites At Swiss Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117, Jalan Pudu, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/3/390723_3b90fb10947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.94" OriginalAmount="54.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1470559" Longitude="101.7121477" StarRating="4" HotelCode="|43945" HotelName="Ansa Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 Jalan Bukit Bintang, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/4/5/43945_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 239 contemporary style rooms. SITUATION: This hotel is opposite the Golden Triangle of Art is situated in the business area and the leisure area. Near the establishment, guests will find Lot 10 Shopping Centre. Clients can also find Starhill Gallery and Bintang Walk Shopping Centre and The Pavilion. It is situated 10 minutes away from Chinatown 20 minutes away from the establishment clients have the Craft Cultural Complex (also known as Kompleks Budaya Kraf) clients can also find the national gallery. ROOM: The comfortable, smart rooms have a bathroom with a bath or shower, a hairdryer, a direct line telephone, a mini-bar, a coffee maker, a kettle, individual air-conditioning, a safe and internet. FACILITIES: The establishment boasts a spa fully-equipped, a massage service and spa treatments. PAYMENT METHODS: Customers can pay using AmEx, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have L'Opera Restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.32" OriginalAmount="54.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15954" Longitude="101.71816" StarRating="0" HotelCode="|402444" HotelName="Binjai 8 Klcc By Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Suite 1808, level 18, Binjai 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/4/4/4/402444_4e48df21250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.40" OriginalAmount="54.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158649" Longitude="101.703803" StarRating="5" HotelCode="|203490" HotelName="The Face Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020, Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/0/203490_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15903995" Longitude="101.71761911" StarRating="3" HotelCode="601168|335366" HotelName="Binjai 8 Premium Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Lorong Binjai, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/76/ec7638c438a8a9c9f8b351c60230224505967925.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.74" OriginalAmount="55.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.128209" Longitude="101.723968" StarRating="0" HotelCode="|396526" HotelName="Sunway Velocity Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV, Sunway Velocity, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/2/6/396526_c3a0f831055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.95" OriginalAmount="55.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143937" Longitude="101.705378" StarRating="3" HotelCode="|404687" HotelName="Swiss Garden Residence Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A Jalan Galloway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/6/8/7/404687_041b86d1304.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.01" OriginalAmount="55.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.128344" Longitude="101.723192" StarRating="3" HotelCode="|392602" HotelName="Velocity Kl Suites By Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV1, Sunway Velocity</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/6/0/2/392602_78650e51004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.53" OriginalAmount="55.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586793680254" Longitude="101.70832514763" StarRating="5" HotelCode="400918|17824" HotelName="Hotel Maya Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/48/ee489d1fd523711a6de8da7141b3d13438e3e46f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the hub of the business and commercial districts adjacent to Kuala Lumpur's famous Petron...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.74" OriginalAmount="56.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1444188" Longitude="101.705461" StarRating="4" HotelCode="|51694" HotelName="Swiss-garden Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117, Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/6/9/4/51694_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is modern. SITUATION: The establishment is in the heart of Kuala Lumpur. Close to the establishment, guests can find the shopping area and the business area. can also find Chinatown ROOM: Guests are offered 310 rooms with TV, a direct line telephone, an air-conditioning system, internet and a bathroom. FACILITIES: have access to a restaurant, a bar, banquet halls, fitness facilities and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.83" OriginalAmount="56.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.162235" Longitude="101.713274" StarRating="0" HotelCode="|467381" HotelName="Mana-mana Suites At Scarletz Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/3/8/1/467381_60d69ab1740.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.87" OriginalAmount="56.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588448" Longitude="101.7077128" StarRating="5" HotelCode="|59523" HotelName="Maya Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138, Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/2/3/59523_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 207 large rooms, The establishment boasts air-conditioning, a hall with a reception, a safety deposit box service, a lift, a restaurant and room service. SITUATION: This hotel is in the business and commercial area, next to the establishment, clients can find Petronas the tower it is 15 minutes away from the market, Clients can also find. ROOM: The are spacious and modern rooms, Guests are offered 107 suites with a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar and a mini-fridge. They also have a coffee maker, a kettle, an individual air-conditioning system and a safety deposit box. FACILITIES: Guests are offered a massage service, a spa, a heated hydromassage swimming pool and showers. Customers can also find a swimming pool and a gym. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants and a bar. PAYMENT METHODS: With regards gastronomy American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.92" OriginalAmount="56.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.143258" Longitude="101.709992" StarRating="4" HotelCode="|55372" HotelName="Melia Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 JALAN IMBI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/7/2/55372_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 302 rooms, 92 standard rooms, 109 deluxe rooms, 47 Premier suites, 49 Melia Deluxe rooms, 4 junior suites and 1 executive suites. It has air-conditioning, a cafÃ©, a restaurant, a hairdresser's, conference rooms, room service and a car park. SITUATION: This hotel is in Kuala Lumpur the city centre of in front of the establishment, guests have Times Square the shopping centre in the surrounding area, clients can find business areas, shopping centres and leisure areas. ROOM: The rooms a bathroom, a direct line telephone, a mini-bar, an ironing set, individual air-conditioning and a safe. FACILITIES: The establishment boasts a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offersEl Patio the cafÃ© local and international dishes. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.95" OriginalAmount="56.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441578" Longitude="101.7083195" StarRating="4" HotelCode="|32851" HotelName="Royal Signature" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-21, Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/5/1/32851_1_3045.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 418 rooms, a lobby, a reception, a safety deposit box service, a currency exchange service and lifts. Guests can find a cafÃ© and conference rooms. The establishment offers guests room service, a laundry service and a car park. SITUATION: It is in Kuala Lumpur city centre. It is in the Golden Triangle, near the establishment, you will find the business area and Bukit Bintang Plaza Shopping Centre. Clients can also find Lot 10. ROOM: The Oriental-style rooms have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar, a coffee maker, a kettle, a safety deposit box and an individual air-conditioning system. FACILITIES: Outdoors, clients can enjoy a swimming pool, deck chairs and a terrace. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and cash. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet restaurant and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.47" OriginalAmount="56.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146706" Longitude="101.713845" StarRating="3" HotelCode="|448186" HotelName="Sleeping Lion Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln Gading, Bukit Bintang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/8/6/448186_7acebaa0910.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.49" OriginalAmount="56.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.174748" Longitude="101.657508" StarRating="4" HotelCode="188018|1182578" HotelName="Wedgewood Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Duta Kiara, La Grande Kiara, Bukit Kiara, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/5f/5f5f1194230970d11aca4968cad6968626446da5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1626804926592" Longitude="101.72037363052" StarRating="4" HotelCode="187199|myhabitat_residences_by_fairlane_hospitality" HotelName="MyHabitat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Aman, 54000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/d9/09/d909fd016f4f7eba7071a0424d4d01cc9c5fda12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a mere stone's throw from Kuala Lumpur city centre, with the Petronas Twin Towers and S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1535143078967" Longitude="101.71005154026" StarRating="3" HotelCode="377544|betty_roux_at_soho_suites_klcc" HotelName="Soho Suites @ KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Perak, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/20/e8204298c1100a18e3de47c47435a90795969ed2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12794597" Longitude="101.7237287" StarRating="3" HotelCode="572696|sunway_velocity_hotel_kuala_lumpur" HotelName="Sunway Velocity Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV, Sunway Velocity, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/73/a9733557e48e6426655273bbbe199044e69acca9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14436119" Longitude="101.70616098" StarRating="3" HotelCode="733821|metropol_hotel_10" HotelName="Metropol Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu, Bukit Bintang, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/1d/841dea6e4bbbece9aa6ba73779d68c53880e072f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15873431" Longitude="101.70491014" StarRating="0" HotelCode="970716|mercu_summer_suites_klcc_by_feel_homes" HotelName="Mercu Summer Suites by Feel Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Off Jalan Sultan Ismail, Kampung Baru, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/6e/506e65f94bcb4fc38cff911b93805905e287a0dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.79" OriginalAmount="57.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158914" Longitude="101.703781" StarRating="3" HotelCode="|397612" HotelName="One Bukit Ceylon Ramada Klcc - Ecosuites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>One Bukit Ceylon, No 1, Lorong Ceylon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/1/2/397612_4c0b4971352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.91" OriginalAmount="57.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155618" Longitude="101.705984" StarRating="4" HotelCode="|33498" HotelName="Concorde Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, JALAN SULTAN ISMAIL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/4/9/8/33498_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 338 rooms, They have air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service and lifts. Guests can find a restaurant, a nightclub, conference rooms, a car park and room service. SITUATION: the Golden Triangle It is in nearby, you will find the business area, is located near the shopping areas, places of interest ,Putra World Trade Center 10 minutes away from the establishment clients have Malaysia Tourism center near the establishment, guests will find Clients can also find Suria KLCC the shopping centre Petronas the towers the convention centre and Kuala Lumpur the Tower of it is 75 kilometres away from the international airport. ROOM: Guests are offered interconnecting rooms, standard rooms, superior rooms, superior executive rooms and non-smoking rooms. The rooms a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: Guests are offered live music, a TV room, a swimming pool, a sauna and a gym. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoyCrossroads the bar Melting Pot CafÃ© the cafÃ© with breakfast service and lunch and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.22" OriginalAmount="57.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15533" Longitude="101.705862" StarRating="4" HotelCode="66146|89136" HotelName="Concorde Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/03/b9030ba8ab961748e392a98f7db24aac18274ccb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Golden Triangle of Kuala Lumpur, the capital of Malaysia. The city's bus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.27" OriginalAmount="57.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1443607547293" Longitude="101.70548483349" StarRating="4" HotelCode="424158|1870678" HotelName="Swiss-Garden Hotel Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>117 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/2c/112c340c3e903e29a24086073d648136234c00bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of Kuala Lumpur, between bustling Bukit Bintang and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.47" OriginalAmount="57.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142208" Longitude="101.710542" StarRating="5" HotelCode="|59492" HotelName="Berjaya Times Square , Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/9/2/59492_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Berjaya Times Square is rated five stars and it is in Kuala Lumpur city centre. This establishment was built in 2004 and has a safety deposit box service. ROOM: Guests are offered 610 rooms with a hairdryer, an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.61" OriginalAmount="57.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15911" Longitude="101.71783" StarRating="3" HotelCode="|391771" HotelName="Binjai 8 Premium Soho KLCC - Artez Maison" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2, Lorong Binjai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/7/7/1/391771_adc7fbe1041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.70" OriginalAmount="57.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1191831" Longitude="101.677416" StarRating="4" HotelCode="|33237" HotelName="The Boulevard - A St Giles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MID VALLEY CITY, LINGKARAN SYED PUTRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/3/7/33237_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a lobby, with a reception, lifts, air-conditioning, a safety deposit box service and a currency exchange service. Guests can find dining facilities, a bar, room service and a laundry service. SITUATION: Mid Valley City It is in in front of the establishment, you can find the train, is 5 kilometres away from the central train station, is in the city centre, Kuala Lumpur and Petaling Jaya It is between it is well-connected with business zones, the commercial area, the government building, tourist points of interest and shopping areas. Clients can also find leisure areas. ROOM: The establishment has 390 smart, comfortable rooms, have a bathroom, a direct line telephone, a satellite television, a mini-bar, individual air-conditioning, a coffee maker, a kettle and a safe. FACILITIES: The establishment has a swimming pool. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant with traditional and Occidental dishes with terrace, The establishment also offers room service and a lounge bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14428" Longitude="101.7056" StarRating="4" HotelCode="567642|3488" HotelName="Swiss-Garden Hotel &amp; Residences Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,ATM/Cash Machine,Babysitting,Bar,Concierge,Conference Hall,Currency Exchange,Elevator,Internet,Kitchen,Laundry,Massage Centre,Meeting Room,Parking,Porter,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Swimming Pool,Telephone Service,Travel Desk,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>117 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/7b/8a7b5ccb34578f95a2e6ffdc765ef117e4d2053e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Swiss-Garden Hotel &amp; Residences Kuala Lumpur is strategically located in the heart of Kuala Lumpur b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1673451845483" Longitude="101.69211265278" StarRating="4" HotelCode="45314|seri_pacific_hotel_kuala_lumpur" HotelName="Seri Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/df/f5df2d6c9dfb6c0a9bab126876cc8e7349dc84ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur next door to the Putra World Trade Centre, Malaysia's premier ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11923" Longitude="101.67751" StarRating="4" HotelCode="58799|the_boulevard_a_st_giles_hotel_kuala_lumpur" HotelName="The Boulevard - A St Giles Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mid Valley City, Lingkaran Syed Putra, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/97/37972116903109ff7219b9924c92b13da162c7fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically set within Mid Valley City, the city hotel, with the commuter train running right by i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.97" OriginalAmount="58.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14411" Longitude="101.698628" StarRating="3" HotelCode="|392757" HotelName="Tian Jing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 66 &amp; 68, Jalan Sultan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/7/5/7/392757_a8f2ec41052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.10" OriginalAmount="58.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14630187" Longitude="101.71565628" StarRating="3" HotelCode="630828|2283985" HotelName="Tribeca Serviced Suites Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>215 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/0a/2f0a592106be39ed637a8c87f85f3a2ea378beb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.61" OriginalAmount="58.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158527" Longitude="101.703844" StarRating="5" HotelCode="|448765" HotelName="THE FACE Style" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/7/6/5/448765_ec164a21220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16752397" Longitude="101.65250709" StarRating="3" HotelCode="637672|hyatt_house_kuala_lumpur_mont_kiara" HotelName="Hyatt House Kuala Lumpur, Mont Kiara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Printer,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>G-2 Arcoris, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/41/e1419d36fb88a45d89407477017ed43b87362ef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Sepang. Hyatt House Kuala Lumpur Mont Kiara offers wired and wire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.80" OriginalAmount="59.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1423104835894" Longitude="101.71017587185" StarRating="4" HotelCode="61883|17704" HotelName="Berjaya Times Square Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/5b/ff5b640d330fdb04fe6bf7145013e0148b559deb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is sitting on the top of the world with a spectacular view of the city skyline, posi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.84" OriginalAmount="59.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.161394" Longitude="101.712171" StarRating="4" HotelCode="|393664" HotelName="Star Suites Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Star Residences No.1 Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/6/6/4/393664_8aa2d8f0938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.90" OriginalAmount="59.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.154437" Longitude="101.707004" StarRating="3" HotelCode="|404982" HotelName="Luxury Apartment Near Klcc and City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/9/8/2/404982_e7d9dc81031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.19" OriginalAmount="59.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148974" Longitude="101.708808" StarRating="4" HotelCode="165494|845455" HotelName="PARKROYAL Serviced Suites Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Jalan Nagasari, Off Jalan Raja Chulan, Kuala Lumpur 50200</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/ae/47ae89e357820f557db9db0607a6689cee72d32c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is located in the heart of the city centre, adjacent to the famous Jalan Alor and Bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.22" OriginalAmount="59.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.145516" Longitude="101.703484" StarRating="4" HotelCode="|390421" HotelName="Citizenm Kuala Lumpur Bukit Bintang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/2/1/390421_529447b0918.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.34" OriginalAmount="59.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142562" Longitude="101.709623" StarRating="3" HotelCode="|397674" HotelName="1 Ivy Suite At Berjaya Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 1 Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/7/4/397674_3caec0d1052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.73" OriginalAmount="59.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158665" Longitude="101.697022" StarRating="0" HotelCode="|404118" HotelName="Anggun Residences Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 8, Jalan Medan Tuanku Utama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/1/8/404118_c8e84ea1000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="4" HotelCode="600061|luxury_apartment_near_klcc_city_centre" HotelName="Vortex Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Nightclub,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/49/5b49d7daffd0a9aa697145c1979287573cef8456.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.99" OriginalAmount="60.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160442" Longitude="101.723903" StarRating="3" HotelCode="|59537" HotelName="Sucasa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 JALAN AMPANG, 50450 KUALA LUMPUR, MALAYSIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/3/7/59537_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips a launderette (for a fee) and a tumble dryer. SITUATION: It is inJalan Ampang the Street of it is close to the business area, Clients can also find Suria KLCC the district of Petronas the towers shopping centres, restaurants and leisure areas. ROOM: Clients are offered one-bedroom apartments, a bathroom, a living room-bedroom, a kitchen, an oven and a microwave. They also have a toaster, a kettle, an air-conditioning system, a fan and a television. RESTAURANT: Regarding gastronomy, the establishment offersPormtip the set-menu and Ã  la carte restaurant local dishes and Occidental food.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.15" OriginalAmount="60.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.151116" Longitude="101.71238" StarRating="4" HotelCode="59743|53764" HotelName="Novotel Kuala Lumpur City Centre" 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,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kia Peng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/34/cc34d0fb0700120ead9326cf3446f337d8d1b981.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the popular Bukit Bintang shopping district and only 500 metres from Petronas Twin Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.18" OriginalAmount="60.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="2.94913" Longitude="101.7565123" StarRating="3" HotelCode="|398274" HotelName="Hotel Tenera Bandar Baru Bangi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kemajuan Bandar Baru Bangi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/2/7/4/398274_b07c50e0400.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.50" OriginalAmount="60.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147232" Longitude="101.7154099" StarRating="4" HotelCode="|53964" HotelName="Dorsett Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172, Jalan Imbi, Shopping District.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/6/4/53964_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned renovated hotel in 2005 and has 320 rooms, It also has a safety deposit box service. SITUATION: It is in an excellent location. ROOM: The comfortable rooms, fully-equipped and a bathroom with a hairdryer, They have a satellite television, internet, a mini-bar, a coffee maker, a kettle and a safe. FACILITIES: Guests are offered leisure activities, a sauna, a steam bath, a jacuzzi, a massage service, facial treatments, the option of a manicure and a pedicure area. Customers can also find a gym fully-equipped. MEALS: Regarding the food and beverage offering, the establishment offersCheckers the restaurant Italian dishes. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1434888804587" Longitude="101.70969843864" StarRating="4" HotelCode="24464|melia_kuala_lumpur" HotelName="Meliá Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/8b/1b8badc4e316b6996f8c76bd61abfd84e72ce791.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Kuala Lumpur, opposite the Times Square Shopping Centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14395594" Longitude="101.69860727" StarRating="3" HotelCode="585571|tian_jing_hotel" HotelName="Tian Jing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>66-68 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/77/2877099f8c5fbbaca64087dd69d0822ba1436112.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.16" OriginalAmount="61.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12777" Longitude="101.68" StarRating="3" HotelCode="|397345" HotelName="The Establishment At Bangsar Kl Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/3/4/5/397345_fbe7f921047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.82" OriginalAmount="61.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160017" Longitude="101.723042" StarRating="4" HotelCode="169739|795735" HotelName="Somerset Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Jalan Ampang, 50450 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b8/acb8a49764efd2060011532c1d7ee32d7a91554f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish apartment hotel is situated on the prestigious Embassy Row. Surrounded by embassies, bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1328643633965" Longitude="101.68604279266" StarRating="4" HotelCode="221497|aloft_kuala_lumpur_sentral" HotelName="Aloft Kuala Lumpur Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 5 Jalan Stesen Sentral, Kuala Lumpur 50470</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/bb/52bbc0c437435b398dff56e3ee73871ae6a1df16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09461836" Longitude="101.67491616" StarRating="3" HotelCode="519731|s_suites_" HotelName="S-Suites@The Scott Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Beauty Salon,Coffee Shop,Currency Exchange,Elevator,Garden,Internet,Kitchen,Laundry,LCD/Projector,Massage Centre,Meeting Room,Nightclub,Parking,Restaurant,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Block B, Komplex Rimbun Scott Garden, 289 Jalan Kelang Lama, 58100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/2e/dd/2eddb61629aa4e36d55c2fd433170e9b1104b883.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Loft Suite @ Scott Garden is conveniently located in the popular Mid Valley / Bangsar area. Both...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="3" HotelCode="959209|tawassil_suites_swiss_garden" HotelName="Tawassil Suites @ Swiss Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A Jalan Galloway, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/a9/f6a9435f2fa6de6b61d06279eec5618db98ebd75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.44" OriginalAmount="62.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.09455" Longitude="101.67522" StarRating="3" HotelCode="|234678" HotelName="S-suites At Scott Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block B, Kompleks Rimbun Scott Garden 289, Jalan Kelang Lama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/7/8/234678_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.57" OriginalAmount="63.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15448" Longitude="101.70722" StarRating="4" HotelCode="|236076" HotelName="The Penthouse KLCC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vortex KLCC, No. 12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/0/7/6/236076_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586684845497" Longitude="101.71836873373" StarRating="4" HotelCode="552719|element_kuala_lumpur_by_westin" HotelName="Element Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Binjai, Ilham Tower, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/94/2d9429f84daa710b3df404469a6958aa1be813cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1472345752473" Longitude="101.71135659755" StarRating="4" HotelCode="932699|wolo_bukit_bintang" HotelName="Wolo Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Bukit Bintang and Jalan Sultan Ismail, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/62/386230428ae1e6cf2e0963304341123b2851cddc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14275" Longitude="101.7102" StarRating="3" HotelCode="946763|imbi_private_unite_at_times_square" HotelName="Imbi Private Unite at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, Berjaya Times Square, East Wing, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/c7/9bc7815c1af2e7f82b0f8159f03c6faefa716b55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.07" OriginalAmount="64.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15837" Longitude="101.7041" StarRating="0" HotelCode="|440994" HotelName="Platinum Service Suites KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020, Jalan Sultan Ismail, THE FACE SUITES, Platinum, 50250 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/9/4/440994_7a66e380650.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160628" Longitude="101.723649" StarRating="2" HotelCode="|471400" HotelName="Pavilion Embassy Suites Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/4/0/0/471400_f01b1231224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.166368" Longitude="101.692784" StarRating="4" HotelCode="187979|sunway_putra_hotel" HotelName="Sunway Putra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9th Floor Sunway Putra Place, 100 Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/37/7037706a5d3a98699ac50e910e1bb02522351c3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city's major commercial district, directly above The Mall ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.00" OriginalAmount="65.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16357" Longitude="101.7028" StarRating="4" HotelCode="|390729" HotelName="TAMU Hotel and Suites Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Raja Abdullah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/2/9/390729_a27f2b50930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15850816" Longitude="101.7050426" StarRating="4" HotelCode="861916|188_private_suites" HotelName="188 Private Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Cendana, Mercu Summer Suites, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/f1/1df1c01e6b7abf2ee0b860815a49c0666970b68c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.10" OriginalAmount="66.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15833597" Longitude="101.7048818" StarRating="3" HotelCode="601914|3115835" HotelName="188 Serviced Suites &amp; Shortstay Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Cendana, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/fe/acfeeb2c945cb8edc2ed9be88690417a2659c989.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.28" OriginalAmount="66.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158518" Longitude="101.703972" StarRating="4" HotelCode="|393665" HotelName="Platinum Service Suites Kuala Lumpur KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THE FACE SUITES, PLATINUM,1020</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/6/6/5/393665_9a332d20954.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.97" OriginalAmount="66.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.155686" Longitude="101.705019" StarRating="3" HotelCode="|392047" HotelName="The Platinum Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/0/4/7/392047_c7ea7f01007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16354283" Longitude="101.70286233" StarRating="4" HotelCode="735131|tamu_hotel_suite_kuala_lumpur" HotelName="Tamu Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Raja Abdullah, Kampong Bharu, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/07/37/0737e772eb7b740a07d4f31cf4c6926f20b324ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1441959179413" Longitude="101.70892059803" StarRating="4" HotelCode="29427|federal_hotel_kuala_lumpur" HotelName="The Federal Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Jalan Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/63/a563eddce72edd9864f037ffb038f7239a020156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel was built for the Independence celebrations of Malaysia and is a symbol of moder...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.30" OriginalAmount="68.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.141133" Longitude="101.697463" StarRating="4" HotelCode="|390479" HotelName="Four Points By Sheraton Kuala Lumpur, Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 2 JALAN BALAI POLIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/7/9/390479_2b1d28a0915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.31" OriginalAmount="68.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.137369" Longitude="101.700358" StarRating="4" HotelCode="|552712" HotelName="Opus Residences Merdeka Tower KL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Jalan Talalla</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/7/1/2/552712_1de4a4d1153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.37" OriginalAmount="68.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14427" Longitude="101.70412" StarRating="3" HotelCode="|396897" HotelName="The Robertson by Matahari Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Robertson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/8/9/7/396897_a78e5cf1023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.69" OriginalAmount="68.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11383" Longitude="101.66306" StarRating="3" HotelCode="|394105" HotelName="University Kl Gateway Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kerinchi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/1/0/5/394105_f95e5921013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.95" OriginalAmount="68.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1503396249702" Longitude="101.71445131302" StarRating="5" HotelCode="29053|18004" HotelName="Pullman Kuala Lumpur City Center Hotel &amp; Residences" 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,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.4 Jalan Conlay,, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/49/384909a576b2262f6d5cbf0ef16e2c4f67286df8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Whether for business or pleasure, the hotel is conveniently located near the Central Business Distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.22" OriginalAmount="69.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158549" Longitude="101.70441" StarRating="0" HotelCode="|547446" HotelName="Flixses Suites At Platinum Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/7/4/4/6/547446_ab753612323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.36" OriginalAmount="69.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.094631" Longitude="101.5776118" StarRating="5" HotelCode="|59518" HotelName="Hilton Shah Alam Glenmarie  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, JALAN USAHAWAN U1/8, SEKSYEN U1,SHAH ALAM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/1/8/59518_22.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.69" OriginalAmount="69.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1542944" Longitude="101.708889" StarRating="4" HotelCode="|80054" HotelName="Cormar Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 163 No. 10 Jalan Perak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/0/5/4/80054_722d4db1410.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.97" OriginalAmount="69.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572582630296" Longitude="101.70039753869" StarRating="4" HotelCode="511012|1998725" HotelName="Hotel Stripes Kuala Lumpur, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Kamunting, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/5e/e85ec3818b98528c1196e1787d14207940b23a58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.14" OriginalAmount="70.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15942" Longitude="101.7184" StarRating="4" HotelCode="|221530" HotelName="Element Kuala Lumpur by Westin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ilham Tower, 8 Jalan Binjai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/5/3/0/221530_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.26" OriginalAmount="70.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.171658" Longitude="101.69596" StarRating="4" HotelCode="|66140" HotelName="Ac  By Marriott Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 JALAN LUMUT, OFF JALAN IPOH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/1/4/0/66140_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban establishment, with air-conditioning, has 364 rooms, a lobby, a reception, conference facilities and a lounge bar. SITUATION: This urban hotel is in Kuala Lumpur the business district Putra World Trade Centre a few minutes walk away from the establishment, clients can find it is located in front of the railway station, Malacca it is 90 minutes away from. ROOM: The rooms have comfortable facilities, an air-conditioning system, a bathroom with a bath, a shower, a direct line telephone, a large workspace, a safety deposit box, a mini-bar, a coffee maker, a kettle, a hairdryer and satellite and cable TV. MEALS: Regarding the food and beverage offering, the establishment offersLa Vistana Coffee House the restaurant The establishment offers breakfast and dinner service, The establishment also offers buffet and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by credit cards, American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.31" OriginalAmount="70.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1444853" Longitude="101.7087982" StarRating="4" HotelCode="|32735" HotelName="Federal Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 JALAN BUKIT BINTANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/3/5/32735_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 1957, has a lobby, a reception, a safety deposit box service, a lift and a currency exchange service. The establishment has a cafÃ©, a hairdresser's and conference rooms. The establishment also offers a laundry service and room service. SITUATION: It is inBukit Bintang the heart of the leisure area and the commercial area. ROOM: The rooms have an individual air-conditioning system, a satellite television, a direct line telephone, a mini-bar, a coffee maker and a teapot. They also have a safe (available for a fee), an alarm clock, an electronic key and an iron. FACILITIES: Outdoors, clients have access to a swimming pool. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OTHERS: Guests can book bed and breakfast, Regarding the food and beverage offering, you can enjoy Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.81" OriginalAmount="70.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572515" Longitude="101.7003999" StarRating="5" HotelCode="|211078" HotelName="Stripes Kuala Lumpur, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25, Jalan Kamunting</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/7/8/211078_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1357007237753" Longitude="101.68651878834" StarRating="5" HotelCode="60398|le_meridien_kuala_lumpur_2" HotelName="Le Méridien Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Stesen Sentral, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e5/30e542d1f93448aea220e4f8213372288329afd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Kuala Lumpur Sentral area, a major transport interchange adjacent to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1474645386334" Longitude="101.715950651" StarRating="4" HotelCode="666724|dorsett_residences_bukit_bintang" HotelName="Dorsett Residences @ Dorsett Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/5e/e85ec3818b98528c1196e1787d14207940b23a58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.73" OriginalAmount="71.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.160138" Longitude="101.696664" StarRating="0" HotelCode="|397293" HotelName="The Chow Kit - an Ormond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1012 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/9/3/397293_ef0e1fe1059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.01" OriginalAmount="71.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.147331" Longitude="101.713025" StarRating="1" HotelCode="|440849" HotelName="Fahrenheit88 By Sarah's Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fahrenheit88 179, Bukit Bintang Street, Bukit Bintang H166 , Fahrenheit88, Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/4/9/440849_4fac1841759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.21" OriginalAmount="72.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158381" Longitude="101.704354" StarRating="0" HotelCode="|548193" HotelName="Platinum 2 by DM Suites KLCC , Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/8/1/9/3/548193_8e4456f2358.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.14" OriginalAmount="72.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.130916" Longitude="101.685168" StarRating="4" HotelCode="304001|1004675" HotelName="Ascott Sentral Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 211 Jalan Tun Sambanthan, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/34/6d34a27119c9949c743c461de53b921e06c0e7b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1630944" Longitude="101.71869452" StarRating="4" HotelCode="619282|ariva_trillion_residences" HotelName="Ariva Trillion Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="residence" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>338 Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/dc/5edc25da14889e1c81bae4d11209ea6b23fead7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.25" OriginalAmount="73.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1025415" Longitude="101.6411917" StarRating="5" HotelCode="|34036" HotelName="Hilton Petaling Jaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO.2, JALAN BARAT, 46200 PETALING JAYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/3/6/34036_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 4 restaurants, executive floors, a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. The establishment boasts a cafÃ©, a hairdresser's, conference rooms, a laundry service, room service and a car park. SITUATION: The hotel Petaling Jaya it is in Kuala Lumpur 15 minutes away from the establishment you have 45 minutes away from the establishment, clients can find Kuala Lumpur Airport. ROOM: The establishment has 553 rooms, They have double-glazed windows, an air-conditioning system, a bathroom with a shower, a satellite television, a radio, a safety deposit box, a coffee maker, a kettle, a mini-bar, a direct line telephone and internet. FACILITIES: The establishment has a swimming pool, deck chairs and a spa. MEALS: Regarding the food and beverage offering, the establishment offersPaya Serai the restaurant a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.30" OriginalAmount="73.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14257" Longitude="101.70991" StarRating="0" HotelCode="|405000" HotelName="Luxy Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East Tower Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/0/0/0/405000_5e7834e0702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.77" OriginalAmount="73.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15829" Longitude="101.70489" StarRating="0" HotelCode="|238929" HotelName="188 Suites By Namastay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 10 Jalan Cendana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/9/2/9/238929_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.53" OriginalAmount="74.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16298" Longitude="101.71859" StarRating="0" HotelCode="|240427" HotelName="Trillion Suites By Slg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>338, Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/4/2/7/240427_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.92" OriginalAmount="74.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1612781" Longitude="101.720525" StarRating="5" HotelCode="|73086" HotelName="Doubletree By Hilton Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>348 Jalan Tun Razak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/8/6/73086_1_6998.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has a babysitting service, (for a fee), multilingual staff, event rooms, wedding facilities and a business centre with features that offer you the maximum level of comfort. SITUATION: This establishment, is close to the shopping area. FACILITIES: The establishment has a fitness centre well-equipped, a swimming pool and a spa. OTHERS: The establishment offers a restaurant, a bar and a lounge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153435568221" Longitude="101.71146869659" StarRating="4" HotelCode="258358|59228" HotelName="Impiana KLCC" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan Pinang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/3c/c83cd8b5c9450b22d8ddafab13bb3b2edc8bf697.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the middle of the liveliest business and shopping district in the city, adj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.50" OriginalAmount="75.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15326" Longitude="101.70804" StarRating="5" HotelCode="|589985" HotelName="Hyatt Centric City Centre Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/9/8/5/589985_891a7511057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.04" OriginalAmount="75.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1617752864287" Longitude="101.71985059977" StarRating="4" HotelCode="162223|136864" HotelName="DoubleTree By Hilton Hotel Kualar Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>348 Jalan Tun Razak, The Intermark, Centrally located along Jalan Ampang at the Jalan Tun Razak crossing, 50400 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/80/738093c50dff482eee721e8c8dee2274a7cc0e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the corner where Jalan Tun Razak meets Jalan Ampang, near the landmark Petr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.69" OriginalAmount="76.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.127731652024" Longitude="101.68014360594" StarRating="5" HotelCode="601864|2234975" HotelName="Alila Bangsar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/37/2a374e95d81bb68ddf50f93fe693d991a061369d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a cash machine, a library an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.70" OriginalAmount="76.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167075" Longitude="101.701796" StarRating="3" HotelCode="|391409" HotelName="Kuala Lumpur International" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Hj Hussein 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/0/9/391409_59cdc001017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15068" Longitude="101.710366" StarRating="5" HotelCode="211921|eo_residences" HotelName="E&amp;O Residences Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tengah, Off Jalan Sultan Ismail, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/cf/e8cf0971cfe1998d4c4d5d05b2e627743fa8e5fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14735536" Longitude="101.71585534" StarRating="3" HotelCode="936890|de_space_bukit_bintang_residence" HotelName="De Space @ Bukit Bintang Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi, Dorsett Residence, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/fc/b6fcd9ae44ccefe9d94cc717159cdeca8347d85b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.62" OriginalAmount="77.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12763" Longitude="101.6798" StarRating="5" HotelCode="|393947" HotelName="Alila Bangsar, Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/9/4/7/393947_ab87e171251.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.81" OriginalAmount="77.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13115" Longitude="101.643947" StarRating="5" HotelCode="|447656" HotelName="M Resort and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1, Jalan KGPA, Bukit Kiara 60000 Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/6/5/6/447656_2abc0fa1434.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.34" OriginalAmount="78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158151" Longitude="101.703723" StarRating="3" HotelCode="650857|236564" HotelName="Face Platinum Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/73/a673d687aeee74ea23b3ddea8d3683ba1579d217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.126379" Longitude="101.644705" StarRating="4" HotelCode="78849|eastin_hotel" HotelName="Eastin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan 16/11, Pusat Dagang Seksyen 16, 46350 Petaling Jaya, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/1b/b91b4b4874a586ca015f685471f9d92d2cf24636.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international business class hotel is located close to commercial districts and entertainment o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.119375" Longitude="101.676208" StarRating="5" HotelCode="311165|the_gardens_hotel_residences_st_giles_grand_hotel" HotelName="The Gardens Hotel &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran Syed Putra, Mid Valley City, Kuala Lumpur 59200, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/ce/18ce34f8cd366641f568a457b9894861ec772aad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is strategically located between Kuala Lumpur and Petaling Jaya in the precinct of T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16699103" Longitude="101.70170241" StarRating="3" HotelCode="321115|kuala_lumpur_international_hotel" HotelName="Kuala Lumpur International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lorong Haji Hussein, off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/75/1a7511908d3e1059727bfbffbcd72ebaaff84518.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.39" OriginalAmount="78.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.146121" Longitude="101.713117" StarRating="0" HotelCode="|537813" HotelName="Axon Residence Bukit Bintang by Luna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Walter Granier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/8/1/3/537813_bf0dd8c0939.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.40" OriginalAmount="79.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.176028" Longitude="101.665448" StarRating="0" HotelCode="|440938" HotelName="Arte By Thomas Chan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66th Floor, Tower 2, Arte Mont Kiara Jalan Sultan Haji Ahmad Shah, Kuala Lumpur 50480 Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/3/8/440938_aab8d2f1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.30" OriginalAmount="80.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1503447" Longitude="101.7142444" StarRating="5" HotelCode="|34937" HotelName="Pullman Kuala Lumpur City Centre  and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN CONLAY 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/3/7/34937_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 448 rooms, The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a restaurant, conference facilities, room service, a laundry service and a car park. SITUATION: This hotel is near the business district, is situated close to the embassies, close to the establishment, clients can find Petronas the towers it is close to Suria KLCC the shopping centre near the establishment, you will find Bukit Bintang the commercial area of 45 minutes away from the establishment clients have Kuala Lumpur Airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a fridge, a coffee maker, a kettle, an iron, a central air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a swimming pool, a gym and a pool bar. MEALS: Regarding the food and beverage offering, the establishment offersLa Eccucino Brasserie the restaurant. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.97" OriginalAmount="81.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1264365" Longitude="101.644671" StarRating="4" HotelCode="|89490" HotelName="Petaling Jaya Marriott  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 JALAN 16/11 PUSAT DANGANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/9/0/89490_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.54" OriginalAmount="82.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1477650200825" Longitude="101.70408885954" StarRating="5" HotelCode="284649|1011785" HotelName="Lanson Place Bukit Ceylon Serviced Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Ceylon, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e7/eae7f3e2969841aeb5a6c61d12ca8abae8e98695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.135227" Longitude="101.685899" StarRating="5" HotelCode="33364|27966" HotelName="Hilton Kuala Lumpur" 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,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Stesen Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/53/04/53045ba33fa139d9d02cd5dc8f0395522c801627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Malaysia's capital city and within walking distance of the Petr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1478810767141" Longitude="101.71451390652" StarRating="5" HotelCode="32975|the_westin_kuala_lumpur" HotelName="The Westin Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/6e/596eb9e8bd8e7f69e6ff8c2eb15321f5cb369dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Jalan Bukit Bintang, an area known as the Golden Mile, situated in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.30" OriginalAmount="84.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.151401" Longitude="101.719804" StarRating="4" HotelCode="|537657" HotelName="Eaton Residences KLCC by Luna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Jalan Kia Peng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/6/5/7/537657_673ec570911.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.05227886" Longitude="101.67926936" StarRating="3" HotelCode="852220|mokka_hotel" HotelName="Mokka Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C-2-1 To C-2-5 Jalan Jalil Perkasa 1, The Link 2, Bukit Jalil, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/dc/5bdcf4bc99ec49a2321422522729bf5fc2c66868.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.52" OriginalAmount="87.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.148135" Longitude="101.710315" StarRating="4" HotelCode="|203494" HotelName="The Kuala Lumpur Journal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 30, Jalan Beremi,Off Jalan Sultan Ismail,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/4/203494_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.56" OriginalAmount="88.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1392667291294" Longitude="101.69222695278" StarRating="5" HotelCode="209208|918275" HotelName="The Majestic Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Sultan Hishamuddin, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/07/760795ad4508901044660cf251dc098c91af37e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Kuala Lumpur. Its setting is especially ideal for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.47" OriginalAmount="89.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.119596" Longitude="101.676069" StarRating="4" HotelCode="|42903" HotelName="St Giles Mid Valley Kuala Lumpur  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Boulevard, 59, Lingkaran Syed Putra, Mid Valley City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/0/3/42903_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 448 rooms and 179 apartments. It has a lobby, a reception, a lift, conference rooms, WiFi and a restaurant. Guests can find room service, a laundry service and a car park. SITUATION: Kuala Lumpur and Petaling Jaya It is located between It is 10 minutes away from the city centre, Clients can also find, the Royal Palace and the National Museum. the KL Bird Park 15 minutes away from the establishment guests have 25 minutes away from the establishment, guests will find KLCC the shopping centre it is well-connected by train. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone and satellite or cable TV. They have a mini-bar, a coffee maker, a kettle, a safety deposit box and individual air-conditioning. FACILITIES: The establishment has a swimming pool and a gym. OTHERS: Regarding the food and beverage provision, the establishment offersSpread the restaurant breakfast, lunch and dinner service. Accepted American Express, Visa, Diners Club and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1479430722699" Longitude="101.71215209276" StarRating="5" HotelCode="18437|18951" HotelName="Grand Millennium Kuala Lumpur" 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,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/27/a627d7a73ab3761323ab4b3f13fbf60e8c877b5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is strategically located in the heart of downtown Kuala Lumpur's commercial dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1443306736773" Longitude="101.71227170005" StarRating="5" HotelCode="32974|parkroyal_kuala_lumpur_2" HotelName="PARKROYAL Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7c/ff/7cffd012c71cbcd5a4f1d54032c3946dada181ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of the Golden Triangle, Kuala Lumpur's main commercial and retail district, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.10" OriginalAmount="90.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.17523" Longitude="101.66888" StarRating="4" HotelCode="|404138" HotelName="AMI Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>G-09 Arte Mont Kiara, Jalan Sultan Haji Ahmad Shah,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/3/8/404138_23e6f681023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.73" OriginalAmount="91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1538640717512" Longitude="101.71499848366" StarRating="4" HotelCode="65770|46774" HotelName="Traders Hotel Kuala Lumpur" 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,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre, 50088 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/66/0266b3782bddd9d0737df763162d25a19a7bb59f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the nerve centre of Kuala Lumpur's premium conference, office, shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.24" OriginalAmount="92.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14692787" Longitude="101.66132725" StarRating="5" HotelCode="571693|2170975" HotelName="Sofitel Kuala Lumpur Damansara" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Damanlela, Bukit Damansara, 50490 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/10/e6108de648ed9d9919d18a019c60efb121f56879.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.18" OriginalAmount="94.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.052135" Longitude="101.678933" StarRating="2" HotelCode="|547009" HotelName="OYO 89576 Mokka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C-2-1, The Link 2, Jalan Jalil Perkasa 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/7/0/0/9/547009_a8864042348.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.27" OriginalAmount="94.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.167608" Longitude="101.693208" StarRating="5" HotelCode="|59495" HotelName="Seri Pacific  Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Putra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/9/5/59495_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This deluxe hotel, with air-conditioning and has 554 rooms a safety deposit box service, a lift, a currency exchange service, a cafÃ©, a bar, a nightclub, a restaurant and a conference room. The establishment offers WiFi, a TV room, a buffet breakfast, room service, a laundry service and a car park. SITUATION: Kuala Lumpur It is in. ROOM: Guests are offered large, disabled access rooms, The rooms a bathroom with a hairdryer, a direct line telephone with an answering machine, a satellite or cable television, internet and a mini-bar. They have a coffee maker, a kettle, an ironing set, a king size or double bed, a safe and an individual air-conditioning system. FACILITIES: The establishment boasts a swimming pool with deck chairs, a playground, a gym and a jacuzzi. Guests are offered tennis courts and squash courts. MEALS: Regarding the food and beverage offering, the establishment offersZende the buffet restaurant with international cuisine and Asian specialties.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1548308821927" Longitude="101.71082496643" StarRating="5" HotelCode="68113|ascott_kuala_lumpur" HotelName="Ascott Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Pinang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/ca/eacadbf99d37a38175bcb990caf9e9385524ada9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is ideally located in the central business district, adjacent to the famous Petronas ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.04" OriginalAmount="100.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14731" Longitude="101.713" StarRating="3" HotelCode="|396544" HotelName="Pavilion Fahrenheit 88 - Aj Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KL Plaza Suites, 179, Bukit Bintang Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/4/4/396544_0417f121040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.97" OriginalAmount="102.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158668" Longitude="101.703931" StarRating="0" HotelCode="|534152" HotelName="Happy Suite at Platinum KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/5/2/534152_144dc071152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.98" OriginalAmount="102.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.108924" Longitude="101.730173" StarRating="3" HotelCode="|553069" HotelName="Arte Cheras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/0/6/9/553069_d2cf7b71210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1541238519305" Longitude="101.70633226633" StarRating="5" HotelCode="17460|16147" HotelName="Shangri-La" 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,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Sultan Ismail, Kuala Lumpur 50250</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/6e/026e7e934a633206690867d633b2b1bfec75d225.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Kuala Lumpur is Malaysia's principal international arrival gateway and a central hub for bus, train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.38" OriginalAmount="106.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15459" Longitude="101.70724" StarRating="4" HotelCode="|405274" HotelName="Saba Suites at Vortex KLCC Bukit Bintang Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53A-5, Vortex KLCC, 12 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/7/4/405274_c39293d1159.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.89" OriginalAmount="107.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153256" Longitude="101.705343" StarRating="0" HotelCode="|466460" HotelName="Indigo Kuala Lumpur On The Park, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 5 JALAN PUNCAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/4/6/0/466460_1257fdd1822.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.82" OriginalAmount="108.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1539372" Longitude="101.7061935" StarRating="5" HotelCode="|55373" HotelName="Shangri-la Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/7/3/55373_1_4577.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has tropical gardens, has luxurios rooms, 701 standard rooms and suites. SITUATION: This hotel is on Jalan Sultan Ismail (Sultan Ismail Road) 5 minutes away from the establishment, you can find the cultural area. can also find the business area and the leisure area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1588721936627" Longitude="101.70001029968" StarRating="5" HotelCode="17638|16871" HotelName="Sheraton Imperial Kuala Lumpur Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/01/9901d7e43422c32f9882bea6f6743f09a027fc74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the golden triangle. Within a short distance of the hotel guests will d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.42" OriginalAmount="110.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142515" Longitude="101.710059" StarRating="3" HotelCode="|537577" HotelName="tourism Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jln Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/5/7/7/537577_3b946810927.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.90" OriginalAmount="112.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1598905" Longitude="101.7175877" StarRating="5" HotelCode="|34702" HotelName="Intercontinental Kuala Lumpur, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>165 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/7/0/2/34702_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 468 large rooms, 18 suites and an executive floor. It has meeting rooms, a reception, a lift, a currency exchange service and a safety deposit box service. The establishment boasts a restaurant with air-conditioning, a pub, WiFi, a hairdresser's, a car park and room service. SITUATION: 90 minutes away from the establishment you haveKuala Lumpur Airport it is on Jalan Ampang the road of Clients can also find business areas, shopping areas and leisure areas. nearby, you will find the city centre, is located in front of Ampang Park the railway station Chinatown 15 minutes away, you can find. ROOM: Guests are offered non-smoking floors, disabled access rooms and butler service. The rooms a bathroom, individual air-conditioning, a direct line telephone, a television, a hairdryer, a mini-bar, a coffee maker, a kettle, an ironing set and a safety deposit box. FACILITIES: The establishment has a swimming pool, a gym and a spa. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a cafÃ©, buffet breakfast, lunch and dinner, Japanese dishes, Cantonese food, Chinese food and international cuisine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.91" OriginalAmount="112.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.153996" Longitude="101.7147915" StarRating="5" HotelCode="|35580" HotelName="Traders Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/8/0/35580_1_2842.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2006, is contemporary style, ideal for holidays and business stays, has a lobby, a reception, a currency exchange service, a lift, a bar, a safety deposit box service and a restaurant. The establishment offers conference rooms, an oudooor car park, room service and a laundry service. SITUATION: This hotel is in Kuala Lumpur city centre where you can find shops, business companies and a public transport stop. Nearby, you will find the Petronas Towers. It is situated 25 minutes away from Petaling Street ROOM: Each room has a bathroom with a hairdryer, a satellite television, a mini-bar, a coffee maker, a kettle, an ironing set, an air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a spa, treatments and a massage service. can use a gym and a swimming pool with deck chairs. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: have at their disposal a restaurant and a sushi bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.47" OriginalAmount="113.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586654" Longitude="101.7005698" StarRating="5" HotelCode="|69986" HotelName="Sheraton Imperial Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/8/6/69986_1_2352.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, is rated 5 stars and has 385 standard rooms. This establishment has beautiful views, attentive service, a concierge and lifts. The establishment also offers a dry cleaner's, a laundry service, an oudooor car park (for a fee), meeting facilities, event rooms and a business centre with features that offer you the maximum level of comfort. SITUATION: This establishment is in a good area in SITUACIÃ“N:Directamente ubicado en la gran arenosa playa con vistas al ocÃ©ano. FACILITIES: The establishment boasts a fitness centre well-equipped, a swimming pool, a bar and a lounge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.75" OriginalAmount="113.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1595577956389" Longitude="101.71826541424" StarRating="5" HotelCode="68101|17954" HotelName="InterContinental Kuala Lumpur" 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,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/62/e16255b1f612b45c7d2ed81d47dd6d9b92609965.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A 90-minute drive from Kuala Lumpur International Airport, this business hotel is conveniently locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.12" OriginalAmount="114.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156682" Longitude="101.709233" StarRating="3" HotelCode="|441010" HotelName="KL Sky Suites KLCC by SA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Jalan P. Ramlee, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 50250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/1/0/441010_957ffb21709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14830524" Longitude="101.71477583" StarRating="4" HotelCode="744314|pavilion_hotel_kuala_lumpur_managed_by_banyan_tree" HotelName="Pavilion Hotel Kuala Lumpur Managed by Banyan Tree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>170 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/8f/de8f946a550da64bca48986da0a85b0f87ff0e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location
Strategically located in Kuala Lumpur, the capital of Malaysia, Pavilion Hotel Kuala Lumpur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.08" OriginalAmount="115.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1446284" Longitude="101.7125513" StarRating="5" HotelCode="|32521" HotelName="Parkroyal Collection Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN SULTAN ISMAIL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/2/1/32521_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 348 rooms and suites. It has a lobby with a reception, a currency exchange service, a safety deposit box service and a lift. Our guests can find a cafÃ©, conference rooms and meeting rooms. The establishment also offers room service and a laundry service. SITUATION: It is inthe Golden Triangle the heart of it is in the commercial area, the business area, nearby, you will find Sungei Wang the Street of the business area and the railway station. Clients can also find Petronas the towers and the government building. ROOM: Customers can find large, comfortable rooms with a bathroom and a hairdryer. They have views of the city, a direct line telephone, a television, a mini-bar, a kettle and a coffee maker. They also have an ironing set, a double bed, a safe and an individual air-conditioning system. FACILITIES: The establishment boasts a gym, squash courts and a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offers a buffet restaurant and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.30" OriginalAmount="115.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14741" Longitude="101.71583" StarRating="4" HotelCode="|390457" HotelName="Dorsett Residences Bukit Bintang at Dorsett Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172, Jalan Imbi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/5/7/390457_145ddbf0932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.05" OriginalAmount="116.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14262" Longitude="101.70904" StarRating="3" HotelCode="|188540" HotelName="Excellent Service Suites At Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Imbi, Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/4/0/188540_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.78" OriginalAmount="118.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15791" Longitude="101.704" StarRating="5" HotelCode="|400566" HotelName="DEFACE PLATINUM SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THE PLATINUM SUITES 1020 JALAN SULTAN ISMAIL 50250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/5/6/6/400566_27cd3ec0831.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.11" OriginalAmount="122.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15264" Longitude="101.714398" StarRating="5" HotelCode="|390419" HotelName="The RuMa Hotel and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Kia Peng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/1/9/390419_34438670948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.37" OriginalAmount="122.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1485713" Longitude="101.7150308" StarRating="5" HotelCode="|386082" HotelName="Pavilion Kuala Lumpur Managed By Banyan Tree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>170 Jalan Bukit Bintang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/0/8/2/386082_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15328264" Longitude="101.71025395" StarRating="3" HotelCode="872219|soho_suites_klcc_by_aloha" HotelName="Soho Suites KLCC By Aloha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Jalan Perak, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/7a/e47a513d78d03319782623a9a45a4cde06642851.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.67" OriginalAmount="123.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.144659" Longitude="101.71218" StarRating="5" HotelCode="|449146" HotelName="Pan Pacific Serviced Suites Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/1/4/6/449146_50a8ee21252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="937008|dorsett_residences_bukit_bintang_klcc_ecosuites" HotelName="Dorsett Residences Bukit Bintang by EcoSuites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/1b/ab1bc704343f2696e8c9c35e817651b3a6d7e7cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14779" Longitude="101.713649" StarRating="5" HotelCode="259012|jw_marriott_hotel_kuala_lumpur" HotelName="JW Marriott" Meals="ROOM ONLY" 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,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>183 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/e2/bde27996db0e4f12a267b6679ab10717bbd14acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the central business district of Kuala Lumpur, this luxury city hotel is in immed...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1571849681218" Longitude="101.70568585396" StarRating="5" HotelCode="16618|renaissance_kuala_lumpur_hotel_3" HotelName="Renaissance Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Sultan Ismail and Jalan Ampang, 50450 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/c1/16c1e98c4706cdb30121896745bad07ae794e6f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel complex is ideal for both business and leisure travellers, as it is located in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.79" OriginalAmount="126.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.151728" Longitude="101.716438" StarRating="0" HotelCode="|441022" HotelName="Wyndham Suites Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Changkat Kia Peng, Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, 50450</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/0/2/2/441022_4d87df31201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.02" OriginalAmount="127.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1571952" Longitude="101.7051591" StarRating="5" HotelCode="|35074" HotelName="Renaissance Kuala Lumpur  and Convention Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORNER OF JALAN SULTAN ISMAIL AND JALAN AMPANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/0/7/4/35074_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 921 standard rooms, suites and Royal Suites. The establishment has a convention centre, 15 multifunctional rooms, a ballroom, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers a cafÃ©, a restaurant, internet, a laundry service, room service and a car park. SITUATION: This hotel is in the Golden Triangle is situated in the commercial and business area, the shopping area and the leisure area. 70 minutes away from the establishment, you can find Kuala Lumpur Airport. ROOM: The rooms have a bathroom, a direct line telephone, a television, a coffee maker, a kettle, an ironing set, an air-conditioning system and a safety deposit box. FACILITIES: The establishment has an Olympic swimming pool, a gym and a spa. The establishment also offers aerobics, sports area, a jacuzzi, a sauna and a steam bath. OBSERVATIONS: Ask for the swimming pool timetables. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: In the food and drinks department, the establishment offers set menu or Ã  la carte restaurant and a barbecue.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.60" OriginalAmount="127.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1624" Longitude="101.71391" StarRating="4" HotelCode="|390472" HotelName="The Mews Klcc By Plush" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19, Jalan Yap Kwan Seng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/7/2/390472_c03cd890928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.83" OriginalAmount="129.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.157289" Longitude="101.70572" StarRating="4" HotelCode="|469032" HotelName="Four Points By Sheraton Kuala Lumpur, City Centre" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Sultan Ismail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/0/3/2/469032_2a495851822.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.52" OriginalAmount="133.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1543604" Longitude="101.7121676" StarRating="5" HotelCode="|89474" HotelName="Grand Hyatt Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 JALAN PINANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/7/4/89474_54478380648.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14242436" Longitude="101.71070849" StarRating="0" HotelCode="846450|the_suites_times_square" HotelName="The Suites @ Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/86/ad86216ebfc87c39fe2ec1bc33217b8722ac558d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.14" OriginalAmount="138.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.16221586" Longitude="101.7142153" StarRating="0" HotelCode="956816|the_mews_klcc_by_plush" HotelName="The Mews Klcc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Jalan Yap Kwan Seng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/f9/d7f9882bffa86e4921cf1dae1d0f0caf0c39537f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1527779456778" Longitude="101.70954641139" StarRating="4" HotelCode="48134|hotel_equatorial_kuala_lumpur" HotelName="EQ" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, Equatorial Plaza, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/b8/f7b89e0336484c8206c1624094a3d824c5922c8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city's commercial and entertainment district. It is within ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1468258789151" Longitude="101.71548128128" StarRating="5" HotelCode="16772|the_ritzcarlton_kuala_lumpur_2" HotelName="The Ritz-Carlton Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168, Jalan Imbi, 55100  Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/1c/751cc8e5299986f5d73e0fb70f831ade3238efa7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located near Bintang Walk, Kuala Lumpur's upscale and trendy business and enterta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1572063932252" Longitude="101.71221971512" StarRating="5" HotelCode="14377|mandarin_oriental_2" HotelName="Mandarin Oriental Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre, P. O. Box 10905, 50088 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/07/2a077cd5e9c32d745c71f5a1784b714c9dfcd899.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an enviable location, offering the ideal mix of leisure, commerce and entertainment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.93" OriginalAmount="190.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14613" Longitude="101.714816" StarRating="5" HotelCode="|196828" HotelName="The Ritz-Carlton, Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>168 JALAN IMBI, KUALA LUMPUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/2/8/196828_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.35" OriginalAmount="192.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.150061" Longitude="101.714188" StarRating="5" HotelCode="|386765" HotelName="Banyan Tree Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>02 Jalan Conlay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/7/6/5/386765_1_2268.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586421898485" Longitude="101.70931640774" StarRating="4" HotelCode="694875|335666" HotelName="W Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f2/25f2b0293b797c2bf254fa40906ec0ed5c68eeef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.156098" Longitude="101.726164" StarRating="4" HotelCode="175929|62205" HotelName="Villa Samadhi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Madge, Kuala Lumpur 55000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/5a/365a2863faaa681875a16e448fe56d7816fa591e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 10 minutes’ drive from the lively parts of town such as the city centre an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.52" OriginalAmount="197.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.13679099" Longitude="101.68905771" StarRating="5" HotelCode="442587|1894855" HotelName="The St. Regis Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Stesen Sentral 2, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/3e/173e95febc1c8fd1e6e6ce4ab1313f174089b24e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.17" OriginalAmount="208.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.142425" Longitude="101.710444" StarRating="3" HotelCode="|397643" HotelName="Robbinsons At Times Square Kl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A28-17 ,East Tower ,Berjaya Times Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/4/3/397643_307abef1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.62" OriginalAmount="224.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.053648" Longitude="101.670859" StarRating="3" HotelCode="|467884" HotelName="Hyatt Place Kuala Lumpur Bukit Jalil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>M-1, PUSAT PERDAGANGAN BANDAR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/8/8/4/467884_eee54231350.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.37" OriginalAmount="260.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1582474717023" Longitude="101.71390148347" StarRating="5" HotelCode="613465|2253445" HotelName="Four Seasons Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Four Seasons Place, 145 Jalan Ampang, 50450 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/b0/65b00763c677645f819028f7f5cfc382475ef5ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.33" OriginalAmount="265.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.15856" Longitude="101.71335" StarRating="5" HotelCode="|219170" HotelName="Four Seasons Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/1/7/0/219170_1_393.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.38" OriginalAmount="285.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14133" Longitude="101.70181" StarRating="5" HotelCode="|589984" HotelName="Park Hyatt Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Level 75 Menara Merdeka 118, Presint Merdeka 118</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/9/8/4/589984_01d95de1137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.85" OriginalAmount="360.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.158547" Longitude="101.709461" StarRating="0" HotelCode="|455263" HotelName="Tropicana The Residences KLCC by VP" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/2/6/3/455263_645e8e31332.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="452.19" OriginalAmount="439.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1586" Longitude="101.709316" StarRating="3" HotelCode="|397616" HotelName="The Residences Klcc - Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang Tropicana The Residences, W Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/6/1/6/397616_28170031032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="669.17" OriginalAmount="649.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.14726" Longitude="101.72048" StarRating="0" HotelCode="|590409" HotelName="Agilesuitesklcc by TRX" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block B, Agile bukit Bintang, jalan Delima</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/0/4/0/9/590409_2dd3b2f2013.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.23" OriginalAmount="16.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.12941" Longitude="101.73027" StarRating="3" HotelCode="|402363" HotelName="Twin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 &amp; 58 Jalan Jejaka 7 Taman Maluri Cheras</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.85" OriginalAmount="28.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1532247" Longitude="101.6967486" StarRating="2" HotelCode="|441263" HotelName="Mpalace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman 50100 Kuala Lumpur Federal Territory of Kuala Lumpur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.29" OriginalAmount="33.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.11533" Longitude="101.668044" StarRating="4" HotelCode="|441337" HotelName="Imperial Regency Suites and Hotel Kuala Lumpur (Nexus Regency Suites and Hotel Kuala Lumpur)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tower D Bangsar Trade Cente, (formerly known as Plaza Pantai), Jalan Pantai Baru, 59200 Kuala Lumpur, Malaysia, 59200 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.48" OriginalAmount="44.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.093907" Longitude="101.73854" StarRating="4" HotelCode="|397704" HotelName="Innside by Melia Kuala Lumpur Cheras" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>N-G01, Ekocheras No 693, Batu 5 Jalan Cheras, 56000, Kuala Lumpur, Malaysia,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.71" OriginalAmount="52.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.138786" Longitude="101.664807" StarRating="3" HotelCode="|440884" HotelName="Ken Bangsar By Sleepy Bear" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-2, Ken Bangsar, Jalan Kapas, Bangsar, 59100, Kuala Lumpur, 59100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.43" OriginalAmount="84.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1173562" Longitude="101.67101" StarRating="5" HotelCode="|447625" HotelName="Amari Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 3, Jalan Bangsar, KL Eco City 59200 Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.00" OriginalAmount="89.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.1476869" Longitude="101.715368" StarRating="4" HotelCode="|447643" HotelName="Capri By Fraser Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 160 Jalan Imbi Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.12" OriginalAmount="150.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="3.152778" Longitude="101.709722" StarRating="4" HotelCode="|441299" HotelName="EQ Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Equatorial Plaza, Jalan Sultan Ismail, 50250 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Fax,Internet,Designated Smoking Area,Spa,Golf,Kitchen,Lounge,Massage Centre,Central Heating,Jacuzzi,Wheelchair Access,Swimming Pool,Garden,Bicycle Rental,24 Hour Front Desk,Elevator,LCD/Projector,Luggage Storage,Vending Machine,24 Hour Security,Airport Transfer (on Demand),Business Centre,Parking,24 Hour Room Service,Meeting Room,24 Hour Power Supply,Housekeeping,Beauty Salon,Coffee Shop,Banquet Hall,Dining,Printer,Wake-up Call Service,Pets allowed,Kids Play Area,ATM/Cash Machine,Babysitting,Concierge,Porter,Smoking Rooms,Travel Desk,Valet Parking,Dry Cleaning</BasicAmenities>
    <HotelRating>3,4,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,BEACH HOTEL,CLUB RESORT,SPA HOTEL,ECO HOTEL,GUESTHOUSE,VILLAGE,HOTEL,GUEST HOUSES,MOTEL,INNS,RESIDENCE,APARTMENT,HOSTELS,APARTHOTEL,RESIDENCES</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
f8db826c-4106-49c5-a377-7ffce3b8f898|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="f8db826c-4106-49c5-a377-7ffce3b8f898">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="93634" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-24T00:00:00" End="2026-06-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="saad.asaishtravels@gmail.com" Password="Revelon123$" RequestedCurrency="GBP" ClientNationality="PK" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f8db826c-4106-49c5-a377-7ffce3b8f898|HotelbedsSearch|error while generating search request: Exception - HotelBed City Hotel Codes List not found.|System.Exception: HotelBed City Hotel Codes List not found.
   at HotelSources.Hotelbeds.GetSearchRQ(String CityCode) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Hotelbeds\Hotelbeds.cs:line 350
   at HotelSources.Hotelbeds.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Hotelbeds\Hotelbeds.cs:line 87|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
f8db826c-4106-49c5-a377-7ffce3b8f898|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f8db826c-4106-49c5-a377-7ffce3b8f898|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
f8db826c-4106-49c5-a377-7ffce3b8f898|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f8db826c-4106-49c5-a377-7ffce3b8f898|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:103d6246-aae6-4324-8049-f381bdd92c06
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f8db826c-4106-49c5-a377-7ffce3b8f898|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f8db826c-4106-49c5-a377-7ffce3b8f898|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
f8db826c-4106-49c5-a377-7ffce3b8f898|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
f8db826c-4106-49c5-a377-7ffce3b8f898|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
f8db826c-4106-49c5-a377-7ffce3b8f898|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-03T08:13:23.1875371+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f8db826c-4106-49c5-a377-7ffce3b8f898" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="18.38" OriginalAmount="17.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.400133" Longitude="39.879956" StarRating="0" HotelCode="|472304" HotelName="Al Rayyan Towers Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4257 Al Masjid Al Haram Rd, Al Jamiah,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/3/0/4/472304_90ccad02048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.34" OriginalAmount="21.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.4189192" Longitude="39.8605404" StarRating="4" HotelCode="|204363" HotelName="Makarem Mina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Surur Street , Al Azeziah District, Al Aziziya,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/3/6/3/204363_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.49" OriginalAmount="24.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.402436" Longitude="39.877424" StarRating="0" HotelCode="|469954" HotelName="21 Makkah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2350 7691 Al Masjid Al Haram Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/9/5/4/469954_f10700e1253.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.52" OriginalAmount="25.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.407573" Longitude="39.829507" StarRating="0" HotelCode="|462793" HotelName="Batoul Ajyad" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ajyad Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/7/9/3/462793_ec3cc421216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.45" OriginalAmount="27.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.416305" Longitude="39.860758" StarRating="5" HotelCode="|457216" HotelName="Makkah Al Aziziah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8334 Masjid Ash Shaikh Ibn Baz</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/7/2/1/6/457216_f0134061756.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.64" OriginalAmount="28.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.433" Longitude="39.852" StarRating="3" HotelCode="|217151" HotelName="Ibis Styles Makkah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4490 King Fahd Road, North Al Azizi Makkah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/1/5/1/217151_abb8c621639.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.78" OriginalAmount="31.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.43151" Longitude="39.851446" StarRating="4" HotelCode="|459430" HotelName="Razana Al Rowdah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ash Shisha, Al Rowda Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/4/3/0/459430_d6cacec1730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.15" OriginalAmount="35.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.407707" Longitude="39.818498" StarRating="4" HotelCode="|463765" HotelName="Voco Makkah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ibrahim Al Khalil Street, Al Mesfalah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/7/6/5/463765_962507b1206.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.02" OriginalAmount="40.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.441807" Longitude="39.851969" StarRating="4" HotelCode="|469731" HotelName="Wirgan Al Nour" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Hajj Road, Al Noor District, Makkah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/7/3/1/469731_2c777501856.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1459559-32622106/5542882444906835883/149" HotelName="WIRGAN AL NOOR, TAPESTRY COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.28442" Longitude="120.7094" StarRating="5" HotelCode="0|458606-22999432/5542882444906835883/1" HotelName="M HOTEL MAKKAH BY MILLENNIUM" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>No.168 Guobin Road ,Suzhou,  215021</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16630000/16627700/16627623/14e06920_b.jpg</HotelPictures>
        <HotelDescription>Ideally located in the prime touristic area of Suzhou Industrial District, Suzhou Jinji Lake Grand Hotel promises a relaxing and wonderful visit. The hotel offers a wide range of amenities and perks to ensure you have a great time. To be found at the hotel are 24-hour room service, free Wi-Fi in all rooms, 24-hour front desk, facilities for disabled guests, express check-in/check-out. Some of the well-appointed guestrooms feature television LCD/plasma screen, additional bathroom, additional toilet, bathroom phone, carpeting. Take a break from a long day and make use of hot tub, fitness center, sauna, golf course (within 3 km), indoor pool. A welcoming atmosphere and excellent service are what you can expect during your stay at Suzhou Jinji Lake Grand Hotel. &lt;br /&gt;Front desk is located in Building No.8.&lt;br /&gt;Guests over 12 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.29" OriginalAmount="52.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.401039" Longitude="39.872629" StarRating="0" HotelCode="|465530" HotelName="DoubleTree by Hilton Makkah Aziziyah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>8113 Al Masjid Al Haram Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/5/3/0/465530_f944ce51201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.37" OriginalAmount="52.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.44458" Longitude="39.860208" StarRating="2" HotelCode="|456853" HotelName="Reef Global" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road (Al Sail Road)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/8/5/3/456853_250f6f81533.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.74" OriginalAmount="54.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.418354" Longitude="39.853856" StarRating="0" HotelCode="|467728" HotelName="Violet Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haram Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/7/2/8/467728_71dc8101157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.83" OriginalAmount="55.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.423" Longitude="39.85" StarRating="4" HotelCode="|196817" HotelName="Elaf Bakkah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mahbas AL Jen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/1/7/196817_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.50" OriginalAmount="60.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.470889" Longitude="39.843472" StarRating="0" HotelCode="|553044" HotelName="TIME Ruba and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Hajj</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/0/4/4/553044_8456d3f1236.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427904-28590485/5542882444906835883/722" HotelName="PARK INN BY RADISSON MAKKAH THAKHER ALGHARBI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101440000/101436800/101436782/4356f05f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1377382-28482068/5542882444906835883/515" HotelName="NOVOTEL MAKKAH THAKHER CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83330000/83323900/83323883/15435f66_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|617002-28559977/5542882444906835883/777" HotelName="PARK INN BY RADISSON MAKKAH AZIZIYAH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37760000/37757600/37757517/1f320999_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.92" OriginalAmount="71.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.38078" Longitude="39.87197" StarRating="4" HotelCode="|556596" HotelName="Millennium Makkah Al Naseem" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taif Road, 3rd Ring Road, Al Naseem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/5/9/6/556596_23c001c1631.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.21" OriginalAmount="73.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.423816" Longitude="39.809473" StarRating="0" HotelCode="|471488" HotelName="Three Points Musalli Makkah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Um al Qura Street 2556</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/4/8/8/471488_0d299821253.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|4743-28593627/5542882444906835883/486" HotelName="MAKAREM UMM ALQURA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4450000/4441100/4441095/3909a263_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1438285-32420325/5542882444906835883/718" HotelName="NOVOTEL RESIDENCES MAKKAH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112670000/112667200/112667164/1413e40f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="95.79" OriginalAmount="93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1399976-28793167/5542882444906835883/87" HotelName="RAMADA BY WYNDHAM MEKKAH AL TAYSEER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46960000/46952700/46952651/9126c799_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.93" OriginalAmount="99.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.4236412" Longitude="39.8191282" StarRating="5" HotelCode="|196823" HotelName="Jabal Omar Marriott , Makkah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Umm Al Qura PO Box 2036</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/2/3/196823_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.00" OriginalAmount="117.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.403189" Longitude="39.870475" StarRating="0" HotelCode="|455754" HotelName="Qasr Al Sahab Hotel Makkah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Azizia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/7/5/4/455754_c36442b1743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.29" OriginalAmount="137.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.413084" Longitude="39.821963" StarRating="5" HotelCode="|217152" HotelName="Emaar Grand" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>M Ibrahim Al Khalil Street , Masfel Makkah Saudi Arabia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/1/5/2/217152_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.94" OriginalAmount="138.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.419812" Longitude="39.826653" StarRating="5" HotelCode="|166394" HotelName="Al Safwah Royale Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ajyad Street, Opposite King Gate Abdulaziz, 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/3/9/4/166394_hotl.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a restaurant, room service, a business centre, a reception and a laundry service. SITUATION: This establishment, la Puerta del Rey Abdulaziz it is in front of Al Haram Al Makky Yard is situated in. ROOM: The rooms have a flat-screen television, an air-conditioning system and a bathroom with toiletries.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|594532-14759102/5542882444906835883/411" HotelName="SHERATON MAKKAH JABAL AL KAABA" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20180000/20175800/20175738/c758fd63_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|616875-21409051/5542882444906835883/124" HotelName="DOUBLETREE BY HILTON MAKKAH JABAL OMAR" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36780000/36772500/36772421/bdcc72d2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80780-14805716/5542882444906835883/463" HotelName="PULLMAN ZAMZAM MAKKAH" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4430000/4423800/4423727/cbb8ac50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|469685-21408284/5542882444906835883/226" HotelName="HILTON HOTEL &amp;amp; CONVENTION JABAL OMAR MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18240000/18236600/18236503/a2a7b3c4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="18.546211" Longitude="73.908822" StarRating="5" HotelCode="0|416669-28599688/5542882444906835883/471" HotelName="JABAL OMAR MARRIOTT MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Golden Nest, Opp. Cerebrum IT Park, Kalyani Nagar ,Pune,  411014</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/345017fb_b.jpg</HotelPictures>
        <HotelDescription>The 4-star Royal Orchid Golden Suites Hotel offers comfort and convenience whether you`re on business or holiday in Pune. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Take advantage of the hotel`s 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, car park, airport transfer. Television LCD/plasma screen, carpeting, mirror, separate living room, internet access – wireless can be found in selected guestrooms. Take a break from a long day and make use of fitness center. For reliable service and professional staff, Royal Orchid Golden Suites Hotel caters to your needs. &lt;br /&gt;Due to the Coronavirus (COVID-19) circumstances, the property is implementing additional measures to protect the safety of guests and staff. Any guest with a temperature above 99.1°F will be refused admission and will be advised to report to the closest government medical facility. The property may request additional documentation from guests to validate identification, travel itinerary, and other relevant information. Please contact the property for more information. &lt;br/&gt; Please note that any changes in tax structure due to government policies will result in revised taxes, which will be applicable to all reservations and will be charged additionally during check out.&lt;br /&gt;Guests over 8 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.38" OriginalAmount="183.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.4243972" Longitude="39.8196815" StarRating="5" HotelCode="|171151" HotelName="Anjum  Makkah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 2067 Makkah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/1/5/1/171151_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, room service, a reception, a garden area and a terrace. The establishment boasts tourist information and a baggage room. SITUATION: This establishment, La Meca it is in The establishment offers a transfer service to, the airport, on request, is located in front of Masjid al-Haram the area Close to the shopping area, the nightlife and restaurants. ROOM: The rooms have WiFi (free of charge), a flat-screen television, an air-conditioning system, a mini-bar, a shower, a bathroom with a hairdryer and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.31" OriginalAmount="200.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.419813" Longitude="39.826791" StarRating="5" HotelCode="|166401" HotelName="Al Ghufran Safwah Makkah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AJYAD ST. MAKKAH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/4/0/1/166401_7b470e11043.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|416651-21407725/5542882444906835883/308" HotelName="CONRAD MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11440000/11439900/11439879/813d0ccb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|305555-14805090/5542882444906835883/419" HotelName="ANJUM MAKKAH" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7350000/7347800/7347737/w2878h2875x0y3-f3eee55c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|252393-28593631/5542882444906835883/597" HotelName="ELAF KINDA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/564800/564720/79b44e87_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="231.75" OriginalAmount="225" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|256913-21407726/5542882444906835883/386" HotelName="HILTON SUITES JABAL OMAR MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6290000/6282100/6282080/0cfd6f1c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.99" OriginalAmount="225.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.403031" Longitude="39.826452" StarRating="5" HotelCode="|178334" HotelName="Le Meridien Towers Makkah" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O Box 9991 Kudai Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/3/4/178334_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.81" OriginalAmount="227" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|152280-28593628/5542882444906835883/535" HotelName="MOVENPICK &amp;amp; RESIDENCE HAJAR TOWER MAKKAH" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2545200/2545125/0c06422a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|503387-28559974/5542882444906835883/494" HotelName="MAKKAH TOWERS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18000/17947/0ea49fab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="247.20" OriginalAmount="240" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|252387-28593630/5542882444906835883/477" HotelName="DAR AL GHUFRAN MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5270000/5261500/5261411/23ab58ca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.32" OriginalAmount="244" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203616-28593629/5542882444906835883/673" HotelName="AL MARWA RAYHAAN BY ROTANA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3429900/3429837/w2039h1360x4y3-ac72aa0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.65" OriginalAmount="255" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384400-28599757/5542882444906835883/568" HotelName="ADDRESS JABAL OMAR MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89780000/89778500/89778443/a3202d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="266.77" OriginalAmount="259" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|35404-28834193/5542882444906835883/498" HotelName="MAKKAH HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19800000/19795100/19795040/e31168c4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="325.48" OriginalAmount="316" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401646-28768637/5542882444906835883/86" HotelName="JUMEIRAH JABAL OMAR MAKKAH" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90770000/90760200/90760105/31fbea55_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="498.52" OriginalAmount="484" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|468701-28495747/5542882444906835883/786" HotelName="PARK INN BY RADISSON, MAKKAH AL NASEEM" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17930000/17925300/17925230/ac197edb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="869.32" OriginalAmount="844" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78219-28598442/5542882444906835883/560" HotelName="INTERCONTINENTAL DAR AL TAWHID MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/889300/889208/3d34dbd8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities />
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f8db826c-4106-49c5-a377-7ffce3b8f898|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:103d6246-aae6-4324-8049-f381bdd92c06
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f8db826c-4106-49c5-a377-7ffce3b8f898|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f8db826c-4106-49c5-a377-7ffce3b8f898|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-03T08:13:42.9735805+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f8db826c-4106-49c5-a377-7ffce3b8f898" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="55.74" OriginalAmount="54.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.418354" Longitude="39.853856" StarRating="0" HotelCode="|467728" HotelName="Violet Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haram Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/7/2/8/467728_71dc8101157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.50" OriginalAmount="60.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.470889" Longitude="39.843472" StarRating="0" HotelCode="|553044" HotelName="TIME Ruba and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Hajj</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/0/4/4/553044_8456d3f1236.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.21" OriginalAmount="73.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.423816" Longitude="39.809473" StarRating="0" HotelCode="|471488" HotelName="Three Points Musalli Makkah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Um al Qura Street 2556</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/4/8/8/471488_0d299821253.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|616850-28582162/5542882444906835883/487" HotelName="BATOUL AJYAD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31940000/31934700/31934672/3f77fe5f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1459559-32622106/5542882444906835883/149" HotelName="WIRGAN AL NOOR, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.28442" Longitude="120.7094" StarRating="5" HotelCode="0|458606-22999432/5542882444906835883/1" HotelName="M HOTEL MAKKAH BY MILLENNIUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>No.168 Guobin Road ,Suzhou,  215021</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16630000/16627700/16627623/14e06920_b.jpg</HotelPictures>
        <HotelDescription>Ideally located in the prime touristic area of Suzhou Industrial District, Suzhou Jinji Lake Grand Hotel promises a relaxing and wonderful visit. The hotel offers a wide range of amenities and perks to ensure you have a great time. To be found at the hotel are 24-hour room service, free Wi-Fi in all rooms, 24-hour front desk, facilities for disabled guests, express check-in/check-out. Some of the well-appointed guestrooms feature television LCD/plasma screen, additional bathroom, additional toilet, bathroom phone, carpeting. Take a break from a long day and make use of hot tub, fitness center, sauna, golf course (within 3 km), indoor pool. A welcoming atmosphere and excellent service are what you can expect during your stay at Suzhou Jinji Lake Grand Hotel. &lt;br /&gt;Front desk is located in Building No.8.&lt;br /&gt;Guests over 12 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427904-28590485/5542882444906835883/722" HotelName="PARK INN BY RADISSON MAKKAH THAKHER ALGHARBI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101440000/101436800/101436782/4356f05f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|876464-21076368/5542882444906835883/407" HotelName="VOCO MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42440000/42434700/42434613/w7425h4990x0y6-9a3ca86c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|617002-28559977/5542882444906835883/777" HotelName="PARK INN BY RADISSON MAKKAH AZIZIYAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37760000/37757600/37757517/1f320999_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1459558-32622104/5542882444906835883/97" HotelName="DOUBLETREE BY HILTON MAKKAH AZIZIYAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|616932-20593112/5542882444906835883/902" HotelName="MILLENNIUM MAKKAH AL NASEEM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37060000/37052900/37052825/c6b4f674_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1377382-28482068/5542882444906835883/515" HotelName="NOVOTEL MAKKAH THAKHER CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83330000/83323900/83323883/15435f66_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|4743-28593627/5542882444906835883/486" HotelName="MAKAREM UMM ALQURA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4450000/4441100/4441095/3909a263_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.00" OriginalAmount="117.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.403189" Longitude="39.870475" StarRating="0" HotelCode="|455754" HotelName="Qasr Al Sahab Hotel Makkah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Azizia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/7/5/4/455754_c36442b1743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|262276-28581390/5542882444906835883/464" HotelName="ELAF BAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7090000/7081500/7081480/601f44ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|594532-14759102/5542882444906835883/411" HotelName="SHERATON MAKKAH JABAL AL KAABA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20180000/20175800/20175738/c758fd63_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80780-14805716/5542882444906835883/463" HotelName="PULLMAN ZAMZAM MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4430000/4423800/4423727/cbb8ac50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|616875-21409051/5542882444906835883/124" HotelName="DOUBLETREE BY HILTON MAKKAH JABAL OMAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36780000/36772500/36772421/bdcc72d2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="212.18" OriginalAmount="206" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|469685-21408284/5542882444906835883/226" HotelName="HILTON HOTEL &amp;amp; CONVENTION JABAL OMAR MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18240000/18236600/18236503/a2a7b3c4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|305555-14805090/5542882444906835883/419" HotelName="ANJUM MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7350000/7347800/7347737/w2878h2875x0y3-f3eee55c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.69" OriginalAmount="223" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="18.546211" Longitude="73.908822" StarRating="5" HotelCode="0|416669-28599688/5542882444906835883/471" HotelName="JABAL OMAR MARRIOTT MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Golden Nest, Opp. Cerebrum IT Park, Kalyani Nagar ,Pune,  411014</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/345017fb_b.jpg</HotelPictures>
        <HotelDescription>The 4-star Royal Orchid Golden Suites Hotel offers comfort and convenience whether you`re on business or holiday in Pune. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Take advantage of the hotel`s 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, car park, airport transfer. Television LCD/plasma screen, carpeting, mirror, separate living room, internet access – wireless can be found in selected guestrooms. Take a break from a long day and make use of fitness center. For reliable service and professional staff, Royal Orchid Golden Suites Hotel caters to your needs. &lt;br /&gt;Due to the Coronavirus (COVID-19) circumstances, the property is implementing additional measures to protect the safety of guests and staff. Any guest with a temperature above 99.1°F will be refused admission and will be advised to report to the closest government medical facility. The property may request additional documentation from guests to validate identification, travel itinerary, and other relevant information. Please contact the property for more information. &lt;br/&gt; Please note that any changes in tax structure due to government policies will result in revised taxes, which will be applicable to all reservations and will be charged additionally during check out.&lt;br /&gt;Guests over 8 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.81" OriginalAmount="227" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|152280-28593628/5542882444906835883/535" HotelName="MOVENPICK &amp;amp; RESIDENCE HAJAR TOWER MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2545200/2545125/0c06422a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.32" OriginalAmount="244" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203616-28593629/5542882444906835883/673" HotelName="AL MARWA RAYHAAN BY ROTANA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3429900/3429837/w2039h1360x4y3-ac72aa0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="253.38" OriginalAmount="246" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|416651-21407725/5542882444906835883/308" HotelName="CONRAD MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11440000/11439900/11439879/813d0ccb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="273.98" OriginalAmount="266" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|256913-21407726/5542882444906835883/386" HotelName="HILTON SUITES JABAL OMAR MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6290000/6282100/6282080/0cfd6f1c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="285.31" OriginalAmount="277" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|252393-28593631/5542882444906835883/597" HotelName="ELAF KINDA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/564800/564720/79b44e87_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.34" OriginalAmount="278" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|252387-28593630/5542882444906835883/477" HotelName="DAR AL GHUFRAN MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5270000/5261500/5261411/23ab58ca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="291.49" OriginalAmount="283" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|503387-28559974/5542882444906835883/494" HotelName="MAKKAH TOWERS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18000/17947/0ea49fab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="311.06" OriginalAmount="302" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384400-28599757/5542882444906835883/568" HotelName="ADDRESS JABAL OMAR MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89780000/89778500/89778443/a3202d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="315.18" OriginalAmount="306" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|35404-28834193/5542882444906835883/498" HotelName="MAKKAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19800000/19795100/19795040/e31168c4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="325.48" OriginalAmount="316" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401646-28768637/5542882444906835883/86" HotelName="JUMEIRAH JABAL OMAR MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90770000/90760200/90760105/31fbea55_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="498.52" OriginalAmount="484" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|468701-28495747/5542882444906835883/786" HotelName="PARK INN BY RADISSON, MAKKAH AL NASEEM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17930000/17925300/17925230/ac197edb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1027.94" OriginalAmount="998" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78219-28598442/5542882444906835883/560" HotelName="INTERCONTINENTAL DAR AL TAWHID MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/889300/889208/3d34dbd8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities />
    <HotelRating>4,3,5,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
  </Filter>
</HotelSearchRS>||True