<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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
05e01f07-25f1-4efe-beaa-b0898d09e2ef|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="05e01f07-25f1-4efe-beaa-b0898d09e2ef">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73754" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-09T00:00:00" End="2025-04-12T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Hotelnholidays" Password="White1028*" RequestedCurrency="INR" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
05e01f07-25f1-4efe-beaa-b0898d09e2ef|DOTWSearch|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
05e01f07-25f1-4efe-beaa-b0898d09e2ef|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="2025-04-08T08:11:38.7526447+01:00" Version="0" EchoToken="Search" TransactionIdentifier="05e01f07-25f1-4efe-beaa-b0898d09e2ef" Currency="INR">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="3571.55" OriginalAmount="3337.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8856527" Longitude="98.30279968" StarRating="3" HotelCode="353117|1919275" HotelName="The Wave Patong Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>151/5 Nanai Road, Patong 83150, Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232878/232878a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Patong, this boutique hotel has the perfect ambience for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4491.81" OriginalAmount="4197.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.90131195" Longitude="98.30817172" StarRating="2.5" HotelCode="308194|1870228" HotelName="Forest Patong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46/27-29 Pisitkorranee Road, Soi Kongbangwat, Patong 83150, Kathu, Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/186967/186967a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5149.82" OriginalAmount="4812.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.46281982" Longitude="98.53103197" StarRating="3" HotelCode="583689|3602495" HotelName="The Sleep Phang-nga" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>144 Petchkasem Road, Taichang, Muang Pha Nga, Phangnga 82000</AddressLine>
          </AddressLines>
          <CityName>Phang Nga</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0033/31755/3331755/1.jpg?f=15081964</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a range of services and facilities, making it ideal for business travellers and holidaymakers alike. Wireless internet access in public areas allows travellers to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5188.31" OriginalAmount="4848.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.903469" Longitude="98.306911" StarRating="3" HotelCode="933366|1887465" HotelName="The Frutta Boutique Patong Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>86/14 Pra Baramee Road, Patong Beach, Kathu, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/26/261717/261717a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5375.98" OriginalAmount="5024.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.46594017" Longitude="98.53111806" StarRating="2.5" HotelCode="425238|3553505" HotelName="Phang Nga Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>99/1 Petkasem Road, T.Taichang, Phang Nga 82000</AddressLine>
          </AddressLines>
          <CityName>Phang Nga</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=7384798</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service and a restaurant. Wireless internet access is available to guests in the public areas. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5380.78" OriginalAmount="5028.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8832900753679" Longitude="98.396525718556" StarRating="2" HotelCode="495333|2260265" HotelName="Lub Sbuy Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>183/79-80 Phang-Nga Road, Tambon Taladyai, Amphoe Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236608/236608a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5416.88" OriginalAmount="5062.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.888046" Longitude="98.299851" StarRating="3" HotelCode="224739|1868748" HotelName="Good Nice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162/63-67 Phunmuang A.Rd., T.Patong, A.Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/256783/256783a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5438.53" OriginalAmount="5082.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.46655983" Longitude="98.53101583" StarRating="2.5" HotelCode="610951|3547425" HotelName="Thaweesuk Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>79 Petchkasem Road, Taichang district, Muang, Phang Nga 82000</AddressLine>
          </AddressLines>
          <CityName>Phang Nga</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/784245/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Phang Nga.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5471.01" OriginalAmount="5113.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.48613" Longitude="98.4827" StarRating="2" HotelCode="638454|3650725" HotelName="Banhalawee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Phang Nga</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/27025/3727025/1.jpg?f=15261915</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Phang Nga.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5627.39" OriginalAmount="5259.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.82036" Longitude="98.3003" StarRating="3" HotelCode="352291|2156165" HotelName="Must Sea Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kata Road, Phuket City</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/176866/176866a_hb_a_006.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kata Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5771.74" OriginalAmount="5394.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8224177481368" Longitude="98.340548542846" StarRating="3" HotelCode="338744|2250095" HotelName="Le Desir Resortel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>71/40-41 Chaofa West Road Moo 10, Chalong, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236016/236016a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5819.86" OriginalAmount="5439.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89478537" Longitude="98.29916572" StarRating="2" HotelCode="538747|1869918" HotelName="Star Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>143/8-9 Rat-u-Thit 200 Pee Road, Songroipi Road, Patong Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/97224/2197224/1.jpg?f=15499296</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5971.43" OriginalAmount="5580.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.1011722938506" Longitude="98.307162968324" StarRating="2" HotelCode="341197|1869188" HotelName="Phuket Airport Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11/10 Moo 1, Saku, Thalang, Nai Yang Beach, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Nai Yang Beach</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/97602/2197602/66.jpg?f=15526789</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Nai Yang Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6074.89" OriginalAmount="5677.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.904282" Longitude="98.300859" StarRating="3" HotelCode="933600|1594198" HotelName="Studio Patong by iCheck inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 - 18/3 Rat-u-thit 200 Pee Road, Patong Kathu, 68150 Patong Beach</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/441911/441911a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6103.76" OriginalAmount="5704.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.83604156" Longitude="98.33648638" StarRating="3" HotelCode="586823|3649725" HotelName="Shanti Lodge Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/2 Soi Bangrae Choafa Nok Road, Ao Chalong, Amphoe Muang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/32773/2732773/1.jpg?f=15239658</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6124.21" OriginalAmount="5723.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88187489" Longitude="98.29339635" StarRating="3" HotelCode="353055|1919125" HotelName="Garden Phuket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>34/73-76 Prachanukhro Road, Patong, Kathu Patong Beach - 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/65/652196/652196a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6133.83" OriginalAmount="5732.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8911265367039" Longitude="98.303126050918" StarRating="2.5" HotelCode="422066|2286135" HotelName="Royal Prince Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66/38 Soi Wirakit, Patong Beach, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/35/358121/358121a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Royal Prince Residence is situated on a quiet side road (soi) just off the main road and within easy walking distance from central Patong Jungceylon shopping mall Baanzaan food market and many 24/7 supermarkets.  We offer a variety of spacious rooms of which most have their own kitchen.  Our duplex rooms can accommodate up to six people.  If you have a big family or are travelling in a group our 5 bedroom villa would be the ideal choice.  The rooms come with flat screen cable/satellite TV DVD player and a safety deposit box. Free toiletries are included in an en suite bathroom. The residence is 10 minutes walk to Patong Beach and 5 minutes walk from the bustling Bangla Road and Jungceylon Shopping Mall. Kata and Karon Beaches can be reached within 15 minutes ride while Phuket International Airport is 45 minutes drive away.The residence features meeting and BBQ facilities. Laundry service and rental cars can be arranged. Free private parking is possible on site.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6214.43" OriginalAmount="5807.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89388327" Longitude="98.36566668" StarRating="3" HotelCode="603158|3643935" HotelName="Pk Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35/1-2 35/5-7 Vichitsongkram Road Moo 5, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/35280/2535280/1.jpg?f=15048193</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6246.91" OriginalAmount="5838.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.08980711" Longitude="98.29832183" StarRating="3" HotelCode="398478|3541385" HotelName="Naiyang Discovery Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>90/34 Moo 5, T. Saku A. Thalang, Nai Yang Beach, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/98757/2198757/47.jpg?f=15589669</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the establishment. A bicycle hire service (no extra charge) gives guests the opportunity to explore the surrounding area independently.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6266.16" OriginalAmount="5856.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.90919903" Longitude="98.39757867" StarRating="2.5" HotelCode="603699|3554105" HotelName="AJ Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>8/133 Moo 3, Muang, Ratsada, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/89915/3689915/1.jpg?f=15234791</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6280.59" OriginalAmount="5869.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.880878" Longitude="98.293119" StarRating="2" HotelCode="171324|1573738" HotelName="Patong Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34/106 Prachanukroh Rd., Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/152541/152541a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a very convenient location with many leisure activities nearby, including a major shopping centre. It is situated within just an 8-minute walk of the famous Patong Beach. Various restaurants are in the immediate vicinity of the hotel, which is some 800 m from links to the local public transport network and around 1.5 km from the bus station. Phuket International Airport is approximately 43 km away from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6337.13" OriginalAmount="5922.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89680804" Longitude="98.29978221" StarRating="2" HotelCode="495544|2286075" HotelName="Patong SUB Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>99/7-8 Thanon Rat-U-Thit 200 Pee Road, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/251384/251384a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6344.35" OriginalAmount="5929.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.7920317952929" Longitude="98.3305948109" StarRating="2.5" HotelCode="407312|3660515" HotelName="Nature Pine Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84/73 Soi Nature Wiset Road, Rawai, Rawai Beach, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/42299/2442299/1.jpg?f=14947016</HotelPictures>
        <HotelDescription>&lt;br/&gt;The holiday village features a baggage storage service for a comfortable and relaxing stay. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the complex.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6362.39" OriginalAmount="5946.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.885469717719" Longitude="98.297271126309" StarRating="3" HotelCode="315935|1869108" HotelName="Lavender Hotel Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>162/148 Pangmuangsaikor Road, Kathu, Phuket, Patong Beach 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/26/261764/261764a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6367.21" OriginalAmount="5950.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.82299771" Longitude="98.30287906" StarRating="2.5" HotelCode="601538|3582495" HotelName="Mala Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>117/1-2 Patak Road, Kata Beach, Tambol Karon, Amphur Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/22173/2722173/1.jpg?f=15085583</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant and room service are available to guests of the accommodation. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6440.59" OriginalAmount="6019.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.902763" Longitude="98.308683" StarRating="3" HotelCode="75192|54334" HotelName="Andaman's House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Prabaramee Road, Patong Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102413/a_102413_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only 15 minutes’ walk from Patong Beach. The bars and pubs on Bangla Road can be reached in 25 minutes on foot, and the shops of Jung Celon are only a 5-minute drive away. Phuket central department store is 8 km from the hotel, and Phuket International Airport (HKT) is 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6503.14" OriginalAmount="6077.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8843989935655" Longitude="98.297519112905" StarRating="3" HotelCode="378448|2204275" HotelName="Breezotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162/151-153 Pungmuangsai Kor, Tambon Patong, Kathu, Patong Beach, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/573428/573428a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6519.98" OriginalAmount="6093.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.887448" Longitude="98.302965" StarRating="3" HotelCode="176366|1918995" HotelName="The Album Loft @ Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>129/11 Nanai Road, Patong Beach, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/303958/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 15 km from Phuket Town, on the quiet Nanai Road in Patong. The famous Night Market is just 5 minutes' drive away from the hotel, and Bangla Road and the Phuket Simon Cabaret can also be reached in around the same time. Public transport connections, the Jungceylon shopping centre and Patong Beach can each be found approximately 20 minutes' walk away, while Taweewong Road is around 15 minutes away on foot. Bangla Boxing Stadium and the Shell World Museum are each around 2 km away, and the temple Wat Suwan Khiri Wong is about 2.5 km from the hotel. The hotel is located 35 km away from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6532.01" OriginalAmount="6104.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.08917505" Longitude="98.30530124" StarRating="3" HotelCode="400017|3582555" HotelName="Naiyang Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9/2 Moo 5, Sakoo, Phuket, Thalang</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/75598/2175598/1.jpg?f=15083701</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6546.44" OriginalAmount="6118.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.893401335801" Longitude="98.302477980899" StarRating="3" HotelCode="933894|1869658" HotelName="PJ Patong Resortel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198/1-2 Pungmunsai-Kor Rd., 83150 Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/156215/156215a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 15-minute walk from the famous Patong Beach and a 5-minute walk from the Jungceylon Shopping Mall. The hotel is a 45-minute drive from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6599.37" OriginalAmount="6167.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.09232277" Longitude="98.30214756" StarRating="3" HotelCode="406132|3636705" HotelName="Chill House @ Nai Yang Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 Moo 1, Tambol Sakoo Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/43233/2443233/1.jpg?f=15462552</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is among the facilities. Wireless internet access is available to guests in the public areas. There is also a garden. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6615.01" OriginalAmount="6182.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.09719562" Longitude="98.30652544" StarRating="3" HotelCode="583543|3571495" HotelName="Wongmuang Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28/13 Moo 1, Sa Khu, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Sa Khu</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/81728/2581728/1.jpg?f=15071224</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Sa Khu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6642.68" OriginalAmount="6208.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.09969061" Longitude="98.31178632" StarRating="3" HotelCode="546875|3592615" HotelName="At Night Airport Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>136  Soi Naiyang 13/2 Moo 1, Kokmood Road, Sa Khu 83110</AddressLine>
          </AddressLines>
          <CityName>Sa Khu</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/32866/3632866/1.jpg?f=15367903</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a restaurant and a transfer service, for a comfortable and relaxing stay. Wireless internet access in public areas allows travellers to stay connected. There is also a garden.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6649.90" OriginalAmount="6214.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8836741" Longitude="98.39565022" StarRating="2" HotelCode="545315|3558225" HotelName="Bloo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>183/66 Phangnga Road, Tambon Talad Yai, Amphoe Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8913688</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6652.31" OriginalAmount="6217.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88400687" Longitude="98.39288025" StarRating="3" HotelCode="435013|3571385" HotelName="Le Hua" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19/29 Montri Road, Talat Yai, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Talat Yai</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/00136/2500136/1.jpg?f=15406013</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Talat Yai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6669.15" OriginalAmount="6232.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.901306" Longitude="98.300396" StarRating="3" HotelCode="928624|925235" HotelName="Red Planet Patong, Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Raj - Uthit 200 Pee Road, Opposite Patong Post Office, Patong, Kathu District, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/226055/226055a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Patong, this hotel is only a few steps from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6708.85" OriginalAmount="6269.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.887448" Longitude="98.299838" StarRating="3" HotelCode="185892|2271975" HotelName="Hallo Patong" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>182/5-6 Phangmuang sai-kor Rd, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/155917/155917a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The guesthouse is located in Patong city. It takes only a 1-minute walk to get from the guesthouse to the Jungceylon shopping centre, and 10 minutes to reach the famous beach in Patong. Phuket Town is around a 25-minute drive away. Phuket International Airport is a 45-minute drive away from the guesthouse.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6716.06" OriginalAmount="6276.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8808923184831" Longitude="98.293569788842" StarRating="3" HotelCode="337373|2260165" HotelName="Baya Phuket Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>34/66 Prachanukron Road, Kathu, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236237/236237a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6760.57" OriginalAmount="6318.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9009237898908" Longitude="98.365082304946" StarRating="2" HotelCode="339491|2263885" HotelName="Phuket Ecozy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>6/18 Soi Tida Moo 1, Tambon Kathu, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236878/236878a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Phuket ecozy hotel: A place to escape in Phuket Town. We are located on the outskirts of Phuket town. Surrounded by many shopping site such as central Phuket festival index living mall Tesco lotus and Big C. All rooms are well-decorated. 25 minutes to Patong Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6813.50" OriginalAmount="6367.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88264807" Longitude="98.39086611" StarRating="3" HotelCode="353733|1207618" HotelName="Quip Design Phuket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Phuket road, Talad Yai, Amphoe Muang, 83000 Phuket Town</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/505911/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6870.03" OriginalAmount="6420.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88889365" Longitude="98.38648903" StarRating="2.5" HotelCode="516926|3587225" HotelName="Surachet at 257 Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>257 Yaowarat Road, Muang Phuket, 83000 Phuket Town</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0029/59136/2959136/1.jpg?f=15077809</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6896.50" OriginalAmount="6445.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9011048101745" Longitude="98.310363357768" StarRating="3" HotelCode="166159|1868728" HotelName="MT Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24/10 Pisitkaranee Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236124/236124a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6903.71" OriginalAmount="6452.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8850759068573" Longitude="98.392573241228" StarRating="2" HotelCode="379193|3573325" HotelName="Sleep Sheep Phuket Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Golf,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>243 Thalang Road, Tambon Talad Yai, Amphoe Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/77208/2177208/41.jpg?f=15692122</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6904.92" OriginalAmount="6453.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.08225014" Longitude="98.30159321" StarRating="3" HotelCode="442392|3605875" HotelName="Chez Charly Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday parks" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>65/6 Moo 1, Tambol Sakoo, Amphoe Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/55091/2255091/1.jpg?f=15408248</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6957.86" OriginalAmount="6502.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.903052" Longitude="98.300712" StarRating="2" HotelCode="75186|72944" HotelName="Sunset Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Kitchen,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Rat-Uthit Road, Patong Beach, Kathu District, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102403/w_102403_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated by one of the quietest places on Phuket's most popular beach, Patong. It is 500 m from the beach and lies close to restaurants, nightspots and shopping facilities. Phuket International Airport is some 32 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6965.07" OriginalAmount="6509.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.82812037" Longitude="98.3004603" StarRating="2.5" HotelCode="603432|3549085" HotelName="Kata S T House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>31/8 Taina Road, Kata Beach, Karon, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/775560/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6975.90" OriginalAmount="6519.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8859146394541" Longitude="98.386585045398" StarRating="3" HotelCode="496022|3595635" HotelName="Chino Town Gallery Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>113 Soi Soon U-Thit, Yaowarat Road, Tambon Talat Nuea, 83000 Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/76458/2176458/1.jpg?f=15089349</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6977.10" OriginalAmount="6520.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.08294484" Longitude="98.30239518" StarRating="2" HotelCode="408306|2264945" HotelName="Ruan Mai Sang Ngam Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>65 Saku Rd. Thalang, Sa Khu 83110, Phuket</AddressLine>
          </AddressLines>
          <CityName>Sa Khu</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/75091/2175091/1.jpg?f=15456066</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sa Khu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6981.91" OriginalAmount="6525.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9039274754957" Longitude="98.304670075214" StarRating="2" HotelCode="380635|2181595" HotelName="Dfeel Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>140/27 Phrabarami Road, Kathu, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/635188/635188a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a transfer service. Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6983.11" OriginalAmount="6526.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88139056" Longitude="98.38139932" StarRating="3" HotelCode="571804|3658385" HotelName="The Topaz Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>79/2 Soi Pattana 1, Pattana Road, Talad Nuae, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/76414/2176414/1.jpg?f=15094318</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7019.20" OriginalAmount="6560.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8875097580914" Longitude="98.390299742891" StarRating="3" HotelCode="127027|1235748" HotelName="La Moon @ Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/6 Luangphor Road, Taladyai, Muang, Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/305125/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7098.59" OriginalAmount="6634.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8795608991519" Longitude="98.393027481946" StarRating="3" HotelCode="339017|1233208" HotelName="Crystal Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2/1-10 Montri Road Soi Surin, Taladyai, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/495393/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a transfer service and room service, for a comfortable and relaxing stay. Wireless internet access is available to travellers in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7177.99" OriginalAmount="6708.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.893745" Longitude="98.301956" StarRating="3" HotelCode="261793|1870578" HotelName="Sole" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>188/31/32 Phang Muang Road, Patong Beach 83150, Phuket</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/302728/302728a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kathu. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7181.60" OriginalAmount="6711.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.09559787" Longitude="98.31420231" StarRating="3" HotelCode="415340|2181525" HotelName="Jinda Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69 Moo 1, Sa Khu 83110</AddressLine>
          </AddressLines>
          <CityName>Sa Khu</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/72595/2472595/1.jpg?f=15419037</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Nai Yang. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7187.62" OriginalAmount="6717.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88471326" Longitude="98.38994848" StarRating="2" HotelCode="428766|1220988" HotelName="99 Oldtown Boutique Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Concierge,Designated Smoking Area,Elevator,Internet,LCD/Projector,Parking,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>99 Thalang Road, Taladyai, Phuket Town, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/74754/2174754/1.jpg?f=15007397</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at 99 Oldtown Boutique Guesthouse, you'll be centrally located in Phuket, convenient to Chinpracha House and Phuket Butterfly Garden and Insect World. This hotel is within close proximity of Robinson Department Store and Khao Rang Hill View Point.Rooms Make yourself at home in one of the 14 air-conditioned rooms featuring refrigerators and LCD televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include complimentary bottled water and blackout drapes/curtains, and housekeeping is provided daily.Rec, Spa, Premium Amenities Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.Business, Other Amenities The front desk is staffed during limited hours.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7253.78" OriginalAmount="6779.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88186497" Longitude="98.29477651" StarRating="2.5" HotelCode="425274|1868248" HotelName="Baantonsai Garden Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>186 Nanai Road, Patong Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/178851/178851a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is situated in Patong. The nearest beach is within 1. 1 kilometre(s) from the accommodation. Travellers will find the airport within 25. 2 kilometre(s). This establishment offers a total of 78 bedrooms. Wired and wireless internet connections are available in the public areas. This establishment offers 24-hour reception for guests' convenience. This is not a pet-friendly establishment. Travellers arriving by car will appreciate parking available at Baan Tonsai Garden Resort Phuket. Some services may be payable. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7268.21" OriginalAmount="6792.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88511766" Longitude="98.30002528" StarRating="3" HotelCode="352777|1869418" HotelName="Nanai Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Nanai 2, Patong Beach, 83150 Patong</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/235519/235519a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7275.43" OriginalAmount="6799.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.78998164" Longitude="98.33049035" StarRating="3" HotelCode="495715|3599475" HotelName="1715 House &amp; Caff Resort Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17/15 Wiset Road, Moo 2, Rawai Beach, Rawai 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/36755/2736755/58.jpg?f=15566577</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is among the facilities. Wireless internet access in public areas allows guests to stay connected. There is also a garden. Those arriving in their own vehicles can leave them in the car park of the holiday village.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7317.54" OriginalAmount="6838.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8989101219601" Longitude="98.305010301591" StarRating="3" HotelCode="900836|1910275" HotelName="Lamai Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Guesthouse,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 / 95 Rachapathanusorn Road, 83150 Patong Beach</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/156359/156359a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in central Patong, 300 metres away from Patong Mountain. It is situated directly in the entertainment district on Ratchapathanuson Road, just 1.5 km from the nightlife street of Bangla Road. It is also close to Patong Boxing Stadium, Patong Hospital and Jungceylon Shopping Centre. Nearby points of interest also include Patong Beach. Phuket International Airport is about 40 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7350.01" OriginalAmount="6869.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8900486863652" Longitude="98.294491093254" StarRating="3" HotelCode="127028|1868048" HotelName="Long Beach Hotel Patong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>80/19-20 Soi Dr. Wattana, Thaweewong Road, Tambol Patong, Amphur Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232527/232527a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Patong, this boutique hotel has the perfect ambience for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7350.01" OriginalAmount="6869.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8916926676803" Longitude="98.300764524444" StarRating="3" HotelCode="376122|1594668" HotelName="Patong Buri Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159/14 Phang-Muang Sai Kor Road, Patong beach, Phuket 83150, Amphoe Kathu</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/447189/447189a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7382.50" OriginalAmount="6899.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8784594317116" Longitude="98.290957542777" StarRating="3" HotelCode="380663|1869118" HotelName="The Little Moon Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20/1-4 Siriraj Road, Tambon Patong, Amphoe Kathu, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/373877/373877a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7390.92" OriginalAmount="6907.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.883101653178" Longitude="98.390065223429" StarRating="2" HotelCode="397521|3618055" HotelName="FulFill Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rachada Road, Tambon Talat Yai, Chang Wat, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/583069/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7447.46" OriginalAmount="6960.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.87973319" Longitude="98.38030454" StarRating="3" HotelCode="933594|937795" HotelName="S.B. Living Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47/7 Pattana Road, TaradNuar, Meung, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/545001/545001a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phuket, this hotel is about 2.4 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7449.85" OriginalAmount="6962.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8485637060421" Longitude="98.294894531626" StarRating="3" HotelCode="380666|1871515" HotelName="Unotel Karon Beach Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>518,520,522,524,526 Patak Road, Karon Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/586279/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7453.47" OriginalAmount="6965.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.87851026" Longitude="98.39279676" StarRating="2" HotelCode="421853|3598475" HotelName="Machima House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>284 Phuket Road, Talad Yai, Phuket 83000, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/76449/2176449/45.jpg?f=15535818</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7463.09" OriginalAmount="6974.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88373254" Longitude="98.39476132" StarRating="2" HotelCode="581586|3591665" HotelName="Hao Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>183/49 Phangnga Road, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/80732/2580732/1.jpg?f=14930505</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7467.90" OriginalAmount="6979.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.90058298" Longitude="98.3674303" StarRating="2" HotelCode="352670|1910705" HotelName="The Palms Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6/5 Moo1, Kathu Sub-district, Phuket Town 83120, alt.: Chalermprakiat R.9 Road (Soi Thida), near Index Living Mall Department Store, behind Janjira Breakfast Restaurant</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/252966/252966a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kathu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7538.88" OriginalAmount="7045.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.83389399" Longitude="98.33936964" StarRating="3" HotelCode="587983|3603045" HotelName="The Thames Pool Access Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>77 Chaofa West Road Moo 8, Amphoe Muang, Chalong 83130</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5439543</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a laundry service. Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the resort.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7671.20" OriginalAmount="7169.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.87797097" Longitude="98.36675468" StarRating="3" HotelCode="516176|3597285" HotelName="Leelawadee Naka Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>63/790 Virat Hong Yok 3 Road, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Wichit</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/684032/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Wichit.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7683.23" OriginalAmount="7180.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.902794" Longitude="98.307217" StarRating="3" HotelCode="176812|1573758" HotelName="Phuket Sira Boutique Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41/20 Phrabaramee Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/303974/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Patong Beach, only minutes to and from the main shopping centres, fresh markets, the beach and Patong's famous nightlife on Bangla Road. The convenient location makes it the perfect place to fulfil all accommodation needs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7684.43" OriginalAmount="7181.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.883226220557" Longitude="98.385630635532" StarRating="2" HotelCode="337960|3549595" HotelName="Chinotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>133-135 Ranong Road, Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/74506/2174506/1.jpg?f=14976745</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7767.44" OriginalAmount="7259.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.897750374778" Longitude="98.366413268195" StarRating="4" HotelCode="380633|2265145" HotelName="Blue Carina Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Bangyai Road Moo 5, Vichitsongkram Road, Tambon Vichit, Aamphoe Muang, Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Wichit</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/26/261940/261940a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Wichit.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7848.03" OriginalAmount="7334.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.877934247477" Longitude="98.290863192174" StarRating="3" HotelCode="900837|1869468" HotelName="Lamai Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Guesthouse,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 / 31-32 Sirirat Road, Patong Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/140127/140127a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The guesthouse is located along Phuket's Sirirat Road, 900 m from Patong Beach. It can be reached within a 40-minute drive from Patong. The property is also conveniently situated only 100 m from Karon-Patong Mountain and 1.5 km from Bangla Road. Guests can explore the entertainment area which surrounds the guesthouse. Phuket International Airport is located approximately 40 km from the guesthouse.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7893.74" OriginalAmount="7377.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9002656716386" Longitude="98.367815776867" StarRating="3" HotelCode="398289|2271415" HotelName="O'nya Phuket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46/8 Chalermprakiat Ror 9 Road Moo 5, Wichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/626494/626494a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Wichit.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7931.03" OriginalAmount="7412.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.81551895" Longitude="98.30937441" StarRating="3" HotelCode="621282|3585815" HotelName="Kanya Cozy Bungalows Kata Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>47/12-15 Soi Khoktanod Road, Kata Beach, Karon, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=6456455</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8085.02" OriginalAmount="7556.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8837449" Longitude="98.36470628" StarRating="3" HotelCode="417195|3608365" HotelName="Naka Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Garden,Golf,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>99/12 Chao Fah Tawan Tok Road, Vichit Muang, 83000 Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/73480/2173480/31.jpg?f=15686927</HotelPictures>
        <HotelDescription>&lt;br/&gt;Relaxing Centre Canal View Apartment is located in the city centre of Amsterdam, only a 5-minute walk from the vibrant Leidseplein. It offers self-catering accommodation with canal view.The apartment features a bright living room with a large flat-screen TV, a dining table, an iPod docking system and a chalkboard wall. The bathroom has a bathtub with shower. Free Wi-Fi is included.You can prepare your own meals in the fully-equipped kitchen. You can also enjoy a drink or meal in one of the many cafes and restaurants in the direct surroundings of Relaxing Centre Canal View Apartment.Tram stop Leidseplein is 280 metres away. It offers direct links to Central Station in 15 minutes and Dam Square in 10 minutes. Vondelpark is 450 metres away. Albert Cuyp market is 15 minutes by foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8097.04" OriginalAmount="7567.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.094969" Longitude="98.30753" StarRating="3" HotelCode="188384|1574088" HotelName="Airport Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9/19 M.1, T.Saku, A.Thalang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e3/74/e374517316fcd4e599a846d1a7cf5f5700ded4e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8135.54" OriginalAmount="7603.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.884887" Longitude="98.294272" StarRating="3" HotelCode="933186|1869138" HotelName="Noble Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>241/11-12 Rat-U-Thit Pee 200 Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/234099/234099a_hb_a_094.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 20 rooms. Services and facilities at the hotel include a restaurant, a bar and a business centre. Wireless internet access in public areas allows travellers to stay connected. Those arriving in their own vehicles can leave them in the car park of the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8145.16" OriginalAmount="7612.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9014714195127" Longitude="98.379339682107" StarRating="3" HotelCode="380720|1249798" HotelName="Samkong Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>369/142 Yaowarat Road, Tambon Taladyai, Amphur Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232628/232628a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8196.88" OriginalAmount="7660.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9045556713908" Longitude="98.306616236771" StarRating="4" HotelCode="166190|139054" HotelName="Casa Del M Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14/8 Soi Prabaramee 3, Prabaramee Road, Kathu, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/141543/141543a_hb_a_031.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly design hotel offers excellent service in a tranquil and secluded hillside location, with the beach, shops and Phuket's most vibrant night entertainment venues all within walking distance. The centre of Patong is about a 20-minute walk from the hotel and other nearby places of interest include Prompthep Cape (40 minutes' drive), Big Buddha (30 minutes by car) and Bangpae Waterfall (2-hour drive - all timings approximate). Phuket Town is some 30 minutes' drive from the hotel and Phuket International airport is approximately 60 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8238.99" OriginalAmount="7699.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.00972222" Longitude="98.31682371" StarRating="3" HotelCode="540334|2263635" HotelName="Sivana Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>53 Moo 4, Tambon Cherng Talay, Thalang District, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/73989/2173989/11.jpg?f=15678777</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8246.21" OriginalAmount="7706.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.82698908" Longitude="98.33974846" StarRating="3.5" HotelCode="945557|3631215" HotelName="The Elysium Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>87/63 Chaofa Road Moo 10, Soi Chaofa 45, Chalong, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9329947</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8293.12" OriginalAmount="7750.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88192081" Longitude="98.391375" StarRating="3" HotelCode="853222|3560985" HotelName="Peranakan Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89/1-2 Phuket Road, Phuket Town 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10332724</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8329.21" OriginalAmount="7784.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88265412" Longitude="98.29623775" StarRating="2" HotelCode="406989|2204235" HotelName="Swiss House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160/23 28 29 Soi Nanairomjai, Soi Wonderland, Phungmueng sai kor, Patong 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=7957647</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8330.42" OriginalAmount="7785.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88527805" Longitude="98.39477652" StarRating="3" HotelCode="495369|3538625" HotelName="Tee Pak Dee Resident Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>22/54-56 Luang-Por Wat Chalong, Talat Yai, Phuket, 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/32968/2732968/1.jpg?f=14945675</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8331.62" OriginalAmount="7786.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9021453544286" Longitude="98.300722011783" StarRating="3" HotelCode="391419|1868298" HotelName="Bt Inn Patong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rat-U-Tit Road, Kathu, Patong Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/253298/253298a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8409.81" OriginalAmount="7859.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8880143776845" Longitude="98.380633079534" StarRating="2" HotelCode="380660|1181088" HotelName="Sino Inn Budget Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>25/54 Mae Luan Road, Talad Nuea, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/507764/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8432.67" OriginalAmount="7881.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.878535" Longitude="98.294149" StarRating="3" HotelCode="141082|1572918" HotelName="Baan Yuree Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12/1 Petchakut Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/201852/a_201852_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kathu. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8436.28" OriginalAmount="7884.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.883734" Longitude="98.392798" StarRating="2.5" HotelCode="188415|1574608" HotelName="Sleep at Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>41/16 Montri Road, Taladyai, Amphoe Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8531912</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8444.70" OriginalAmount="7892.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.85677259" Longitude="98.34236177" StarRating="3.5" HotelCode="516273|3556185" HotelName="Bora Bora Villa Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Moo 5 Soi Ta-Iad, Chalong 83130</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/38/1f/381f0e37307515c8911f3bf9fbb528749544677b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8474.77" OriginalAmount="7920.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.92507365" Longitude="98.39541406" StarRating="4" HotelCode="423000|2250155" HotelName="Ratana Apart-Hotel at Rassada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Elevator,Internet,Laundry,LCD/Projector,Parking,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58/888 Moo 6 Thepkrasattri Rd., T.Rassada, A.Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/55175/2255175/17.jpg?f=15604498</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Ratana Apart-Hotel at Rassada in Ratsada, you'll be convenient to Laem Hin Pier and Phuket Butterfly Garden and Insect World. This hotel is within close proximity of Phuket Orchid Garden and Thai Village and Siam Niramit Phuket.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 76 air-conditioned rooms featuring refrigerators and microwaves. Rooms have private balconies. 32-inch LED televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Private bathrooms with showers feature rainfall showerheads and complimentary toiletries.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Enjoy the recreation opportunities such as a fitness center or make use of other amenities including complimentary wireless Internet access.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Satisfy your appetite at the hotel's restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of room service (during limited hours).&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include a 24-hour front desk and an elevator (lift). Free self parking is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8491.61" OriginalAmount="7936.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8898009896964" Longitude="98.379162755684" StarRating="3" HotelCode="338822|1247868" HotelName="Cool Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24/268 MaeLuan Road Soi Susanti, Mueang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/76931/2176931/30.jpg?f=15539327</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant and room service are available to guests of the hotel. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8589.05" OriginalAmount="8027.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8495466121812" Longitude="98.295224799682" StarRating="2" HotelCode="385350|3588335" HotelName="Angus O'Tool's Irish Pub Guesthouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>516/20 Patak Road, Karon, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/77646/2177646/1.jpg?f=15185091</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8645.59" OriginalAmount="8079.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88624739" Longitude="98.29837054" StarRating="3" HotelCode="350359|1591148" HotelName="Sino Maison Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>83/2-83/3 Phungmuang Sai Kor Road, Patong , Sub-Dist, Kathu Dist, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/78273/2178273/1.jpg?f=15423172</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8691.30" OriginalAmount="8122.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.86125062" Longitude="98.34395324" StarRating="3" HotelCode="361216|3596615" HotelName="Phaithong Sotel Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1/66 Chaofa Nok  Road, Chalong, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/62149/2462149/1.jpg?f=15018187</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8779.11" OriginalAmount="8204.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.822968457579" Longitude="98.335808866601" StarRating="3" HotelCode="434921|3632635" HotelName="Smile Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>135/318 Patak Road, Rawai, Chalong, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/62056/2462056/1.jpg?f=15325279</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8780.31" OriginalAmount="8205.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.87101848" Longitude="98.3812938" StarRating="2" HotelCode="749208|3555885" HotelName="Baan Nat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Garden,Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9/18 Sakdidej Road, Phuket Town 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/77686/2177686/1.jpg?f=15683141</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Baan Nat to discover the wonders of Phuket. The hotel offers guests a range of services and amenities designed to provide comfort and convenience. Car park, free Wi-Fi in all rooms, restaurant, Wi-Fi in public areas are on the list of things guests can enjoy. Some of the well-appointed guestrooms feature desk, seating area, shower, satellite/cable TV, air conditioning. Access to the hotel's garden will further enhance your satisfying stay. Baan Nat combines warm hospitality with a lovely ambiance to make your stay in Phuket unforgettable.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8787.54" OriginalAmount="8212.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.83121428" Longitude="98.32985257" StarRating="3" HotelCode="603567|3542185" HotelName="Big Buddha Hill Side" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16/19 Soi Yod Sane 1, Chaofa-West Road, Muang, Chalong, Phuket  83130</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5412633</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8800.77" OriginalAmount="8225.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8791817403774" Longitude="98.294397214086" StarRating="3" HotelCode="340475|2250135" HotelName="NC Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11/3 Manisi-Petchakut Road, Patong Beach 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/77552/2177552/26.jpg?f=15580170</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8820.02" OriginalAmount="8243.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.02447862" Longitude="98.32795846" StarRating="3" HotelCode="623367|3588325" HotelName="Impress Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>362/39 Bandon-Cherngtalay Road Moo 1, Tambon Thepkrasattri, Amphoe Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0029/57975/2957975/1.jpg?f=15115581</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8859.72" OriginalAmount="8280.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88365142" Longitude="98.39433399" StarRating="2.5" HotelCode="425179|1198508" HotelName="Lub Sbuy House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Massage Centre,Parking,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Phang-nga Road, Soi 3, Tambon Taladyai, Amphoe Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/583957/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Lub Sbuy House, you'll be centrally located in Phuket, convenient to Robinson Department Store and Phuket Butterfly Garden and Insect World. This hotel is within close proximity of Chinpracha House and Saphan Hin Mining Monument.Rooms Make yourself at home in one of the 48 air-conditioned rooms featuring refrigerators and LCD televisions. Rooms have private furnished balconies. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms feature showers with rainfall showerheads.Rec, Spa, Premium Amenities Pamper yourself with onsite massages or make use of the other amenities, which include complimentary wireless Internet access and tour/ticket assistance.Dining Enjoy a satisfying meal at a restaurant serving guests of Lub Sbuy House.Business, Other Amenities Featured amenities include complimentary high-speed wired Internet access, dry cleaning/laundry services, and a 24-hour front desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8865.73" OriginalAmount="8285.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8975487762598" Longitude="98.297586353456" StarRating="2" HotelCode="339299|2263485" HotelName="The Nice Patong Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3/25-7 Sawadirak Road, Kathu, Patong Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/234196/234196a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8880.17" OriginalAmount="8299.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.82110607" Longitude="98.34259115" StarRating="2" HotelCode="585771|3572015" HotelName="Phuket Marine Poshtel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>48/1 Moo 9, Tambon Chalong, Amphoe Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0033/30688/3330688/1.jpg?f=15099831</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas. Those arriving in their own vehicles can leave them in the car park of the holiday village.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8904.22" OriginalAmount="8321.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.859816" Longitude="98.380505" StarRating="3" HotelCode="173469|2512375" HotelName="Rattana Residence Sakdidet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24/41 Sakdidet Rd., Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/303906/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet area of Phuket Town, only 5 to 10 minutes away from one of the most famous attractions in Phuket, Phuket Old Town on the Thalang and Dibuk roads.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8946.32" OriginalAmount="8361.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8843813817843" Longitude="98.295378329407" StarRating="3" HotelCode="377426|2263645" HotelName="99 Residence Patong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>160/1 Phang-Muang Sai Kor Road, Kathu, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/235165/235165a_hb_a_027.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8986.02" OriginalAmount="8398.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.82115" Longitude="98.300627" StarRating="2" HotelCode="199153|902615" HotelName="The Color Kata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>65,67/1-2 Katekwan Road, Tambon Karon, Kata Beach, Phuket Province 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/179628/179628a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kathu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9030.53" OriginalAmount="8439.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8713" Longitude="98.3664" StarRating="4" HotelCode="491175|2003595" HotelName="Recenta Suite Phuket Suanluang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Golf,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>60/80 Moo2, Wichit, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Wichit</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/544002/544002a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Wichit.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9090.68" OriginalAmount="8495.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.09564959" Longitude="98.30881126" StarRating="2" HotelCode="406407|3655015" HotelName="Canal Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/87 Moo 1, Sakoo, Nai Yang Beach, Sa Khu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Sa Khu</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/97557/2197557/1.jpg?f=15297203</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Sa Khu. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9091.89" OriginalAmount="8497.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8180954249559" Longitude="98.33989307548" StarRating="3" HotelCode="188540|1573788" HotelName="Ratana Apart Hotel @ Chalong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97/3 Wiset Road, Rawai Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/65/657224/657224a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in vibrant Phuket, the hotel is situated just 700 metres from Chalong Beach. Near the hotel guests can find a variety of attractions, including a beautiful beach, Cape Panwa, Ao Chalong and a supermarket. The hotel is approximately 10 km away from Phuket town and 45 km away from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9100.31" OriginalAmount="8504.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.87367158" Longitude="98.3844997" StarRating="3" HotelCode="495710|3616705" HotelName="Connext Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>9/250 Sakdidet 1 Road, Talad Nua, Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/24374/2524374/1.jpg?f=15212285</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9212.18" OriginalAmount="8609.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8925969704032" Longitude="98.300512449074" StarRating="3" HotelCode="310625|1868518" HotelName="Acca Patong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>179/79-82 Soi Sansabai, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/189348/189348a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9303.60" OriginalAmount="8694.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88980386" Longitude="98.29405435" StarRating="2" HotelCode="225594|1871455" HotelName="Grand Orchid Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>78/17-18 Soi Dr Wattana, Taweewong Road ( Beach Road ), Patong Beach, Kathu 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/305660/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9362.54" OriginalAmount="8750.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.90713571" Longitude="98.4024589" StarRating="3" HotelCode="603894|3580925" HotelName="JJ Residence Phuket Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19/556 Ratsada Nusorn Road Moo 3, Rasada, Mueang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/88507/3688507/1.jpg?f=15234751</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its range of services and facilities, the hotel ensures travellers a pleasant and comfortable stay. Wireless internet access in public areas allows guests to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9374.57" OriginalAmount="8761.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8903035544305" Longitude="98.296734037828" StarRating="3" HotelCode="900838|1573538" HotelName="Lamai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Guesthouse,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>207/1-4 200 Pee Road, Rat-U-Thit, Kathu, Patong Beach 83150, Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/156358/156358a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the centre of Patong Beach City on Rat-U-Thit 200 Pee. Shops, market stalls and the Bangla Road main entertainment area are reachable within a 10-minute walk. Junceylon Shopping Center is also nearby and Patong Beach is only about 300 metres away. The hotel is located only 40 km away from Phuket International Airport and 16 km from Phuket bus station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9395.03" OriginalAmount="8780.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8773329969541" Longitude="98.389421290217" StarRating="3" HotelCode="188507|2003565" HotelName="Recenta Express Phuket Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10/1 Rattanakosin 200 Pee Road, Talad Nua, Muang Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/541661/541661a_hb_a_002.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9407.05" OriginalAmount="8791.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.769388" Longitude="98.312733" StarRating="2" HotelCode="178101|1868258" HotelName="Baan Jumpa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14/95-96 Moo 1, Saiyuan Road, Tambol Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/304006/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tranquil setting of southern Phuket, within walking distance of the beautiful Nai Harn Beach. Restaurants, bars and the Prom Thep Cape, Phuket's top sunset destination, are easily accessible in less than 10 minutes by car. Further attractions and destinations in the surrounding area include Kata (about 15 minutes' drive), Karon (some 20 minutes by car), Patong and Phuket Town (both around 30 minutes away), Jungceylon Shopping Center (about 35 minutes' drive) and Phuket Fantasea (roughly 45 minutes' drive). Phuket Airport is approximately 48 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9510.50" OriginalAmount="8888.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8903499" Longitude="98.29658784" StarRating="3" HotelCode="351545|1869028" HotelName="Limburi Hometel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>205-205/2 Rat Uthit 200 Pi Road, Patong 83150, Kratu, Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/76955/2176955/1.jpg?f=15657147</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9568.25" OriginalAmount="8942.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8851864306057" Longitude="98.392936414016" StarRating="3" HotelCode="188481|2269905" HotelName="Hotel October" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>12/6 Montri Road, Taladyai, Muang, Phuket, Koh Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/559807/559807a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9642.83" OriginalAmount="9011.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89744901" Longitude="98.2984454" StarRating="3" HotelCode="638877|2342345" HotelName="Glur Phuket Patong Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5/1 Sawatdirak Road, Tambon Patong, Amphoe Kathu, Patong 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/638642/638642a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9688.54" OriginalAmount="9054.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8541700579818" Longitude="98.344742459149" StarRating="2" HotelCode="344277|3574445" HotelName="Phuket Siam Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Currency Exchange,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Parking,Restaurant,Room Service,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>10-18 Soi Ta-iad Moo 5, Chao Fa West Road, Tambon Chalong, Amphoe Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=7622337</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Phuket Siam Hostel in Chalong (Chalong), you'll be close to Chalong Temple and Big Buddha. This hotel is within close proximity of Phunaka Golf Course and Phuket Zoo.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 40 air-conditioned rooms featuring refrigerators. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms with showers are provided. Conveniences include safes and coffee/tea makers, and housekeeping is provided daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Enjoy the recreation opportunities such as an outdoor pool or make use of other amenities including complimentary wireless Internet access.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;The front desk is staffed during limited hours.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9741.47" OriginalAmount="9104.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.87885228" Longitude="98.29452552" StarRating="3" HotelCode="308196|1870738" HotelName="Phuket Resort Sai Rougn Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Phetchakut Road, Patong Beach 83150, Kathu, Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232711/232711a_hb_a_072.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9799.22" OriginalAmount="9158.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.839234391979" Longitude="98.35355758667" StarRating="3" HotelCode="176338|2264495" HotelName="Yuwadee Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bungalow Complex" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>42/14 Moo 1, Jao Fa (East) Road, Chalong 83000, Muang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/156919/156919a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The bungalow complex resort is located 5 km away from Phuket Town, very close to the shopping area. The restaurants of Central Festival can be found around 1500 m away, while Bangla Road with its bars and nightclubs is around 30 minutes' drive away. The bus station is around 5 km away and Patong Beach is about 20 km away. It is around 35 minutes' drive from the bungalow complex to the Simon Cabaret, and around 45 minutes' drive to the Phuket FantaSea theme park. Guests can reach Kata Beach in about 40 minutes by car. Phuket International Airport is located approximately 35 km away from the bungalow complex.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9850.94" OriginalAmount="9206.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89563833" Longitude="98.36256668" StarRating="3" HotelCode="573133|3662835" HotelName="Central Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19/19 Vichitsongkram Road, Soi Poontowkong, Muang, Phuket 83120</AddressLine>
          </AddressLines>
          <CityName>Mueang</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/90051/3690051/1.jpg?f=15251258</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Mueang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9877.41" OriginalAmount="9231.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.0943547560336" Longitude="98.312440630888" StarRating="3" HotelCode="421022|3565775" HotelName="Phuket Airport Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Massage Centre,Parking,Porter,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23/4 Moo 1, Tambon Sakoo, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=7747320</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Sa Khu, Phuket Airport Villa is convenient to Sirinat National Park and Splash Jungle Waterpark.  This hotel is within close proximity of Blue Canyon Country Club and Splash Jungle Water Park.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 10 air-conditioned rooms featuring LCD televisions. Rooms have private balconies or patios. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt; &lt;br /&gt;Take advantage of recreation opportunities such as an outdoor pool or take in the view from a terrace and a garden. This hotel also features complimentary wireless Internet access, a television in a common area, and tour/ticket assistance. The shuttle (surcharge) will take you to the nearby beach or shopping center.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Enjoy a satisfying meal at a restaurant serving guests of Phuket Airport Villa.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk. Guests may use a cruise ship terminal shuttle for a surcharge, and free self parking is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9895.46" OriginalAmount="9248.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88085103" Longitude="98.38849234" StarRating="3" HotelCode="572536|3635225" HotelName="Vapa Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>68/1 Takuapa Road, Mueang 83000, Phuket</AddressLine>
          </AddressLines>
          <CityName>Mueang</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/80847/2580847/1.jpg?f=15070788</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Mueang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9901.47" OriginalAmount="9253.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.95027928" Longitude="98.28446455" StarRating="1" HotelCode="426500|3561435" HotelName="Sabina Guesthouse Kamala Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>86/11 Moo.3 Rimhad Road, Kamala, Phuket</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/585201/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kamala Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9930.34" OriginalAmount="9280.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89478" Longitude="98.3449" StarRating="3" HotelCode="118734|246046" HotelName="Bhukitta Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Phang Nga Road, T. Talad Yai, Muang, Phuket Town 83000, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/162755/a_162755_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Phuket City with its easily accessible 'Old Town' and many attractions in the surrounding area. Phuket International Airport is approximately 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9931.54" OriginalAmount="9281.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8845402073793" Longitude="98.298195008359" StarRating="3" HotelCode="338943|1869008" HotelName="De Coze Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>162/147 Phang Muang Sai Kor Road, Kathu, Patong Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232975/232975a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9956.80" OriginalAmount="9305.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.87713924" Longitude="98.42863115" StarRating="2.5" HotelCode="615326|3661585" HotelName="Siray Green Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/31 Moo 1, Koh Siray, Rasada, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Mueang</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/77244/2177244/38.jpg?f=15539853</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Mueang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9962.81" OriginalAmount="9311.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.896523400837" Longitude="98.311614460675" StarRating="2.5" HotelCode="173468|1573798" HotelName="Ratana Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9, 50 Pee Road, Kathu, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/156054/156054a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Pee Road, 2 km away from Patong Beach and less than 1 km away from the Jungceylon shopping centre and Ocean Plaza, along the famous Bangla Road.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9964.02" OriginalAmount="9312.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.82885677" Longitude="98.33963204" StarRating="2.5" HotelCode="583080|3558885" HotelName="Vipa House Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>86/51, Tambon Chalong, Amphoe Muang, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0029/57895/2957895/1.jpg?f=15045057</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9992.89" OriginalAmount="9339.15" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="0|1987425" HotelName="ARMONI PATONG BEACH HOTEL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92/12 Thaweewong Road Soi Doctor Wattana , 83150, Patong,Krathu District, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/19/1987425/9DbEhaQ6_cec8987bdadebd879bd9916d709d5cbf.jpg</HotelPictures>
        <HotelDescription>LOCATION
Armoni Patong Beach Hotel is a two-minute walk to the beach and only an 80-meter walk to the popular Patong Beach. The nightlife of Bangla Road is only a 5-minute walk from the property. Meanwhile, the city center is about a 30-minute drive away and Phuket International Airport is a 45-minute drive.
ROOMS
All of the rooms are well equipped with air-conditioning and an en suite bathroom with a hairdryer. Other features include a refrigerator, a safety box, and an electric kettle.
MEALS
A restaurant, a bar/lounge, and a coffee shop/café are available at this hotel.
PROPERTY AMENITIES
The property offers stylish non-smoking rooms and provides free Wi-Fi access for guests’ convenience. For guests’ comfort and convenience, the property provides concierge service, 24-Hour front desk, and laundry service. A shuttle service is also available at an additional charge.&lt;br/&gt;The ARMONI PATONG BEACH HOTEL is a  hotel. Located in Beach - Patong Beach area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10003.72" OriginalAmount="9349.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.887987" Longitude="98.367475" StarRating="3" HotelCode="188418|1573238" HotelName="Dara" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14/18 Moo 4, Chaofa Road, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/302423/302423a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10009.73" OriginalAmount="9354.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88039525" Longitude="98.37992675" StarRating="2" HotelCode="425034|3607055" HotelName="Phupara Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>66/4 Pattana Road, Talad Nuea, Phuket-ville, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/72598/2472598/1.jpg?f=15065332</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guests in the public areas. There is also a garden. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10039.81" OriginalAmount="9383.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.82745251" Longitude="98.34030135" StarRating="3.5" HotelCode="561157|3566105" HotelName="Casa Bella Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>87/71 Tambon Chalong, Amphoe Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0029/58674/2958674/1.jpg?f=14983786</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10059.05" OriginalAmount="9400.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.91723444" Longitude="98.39193588" StarRating="3" HotelCode="429001|3548065" HotelName="CA Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Residences" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 M.6 Prachasamukkee Road, 83000 Ratsada</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=1413733</HotelPictures>
        <HotelDescription>&lt;br/&gt;CA Residence is conveniently located in the popular Phuket Town area. The hotel offers a wide range of amenities and perks to ensure you have a great time. Poolside bar, newspapers, restaurant, luggage storage, elevator are there for guest's enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel's recreational facilities, including garden, fitness center, outdoor pool, pool (kids). CA Residence is an excellent choice from which to explore Phuket or to simply relax and rejuvenate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10069.88" OriginalAmount="9411.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.900084" Longitude="98.380725" StarRating="3" HotelCode="933367|1169968" HotelName="Blu Monkey Bed &amp; Breakfast" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113/3, 115, 117, Hongyok Utit Road, Talad Yai Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/35/358146/358146a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located right in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10288.82" OriginalAmount="9615.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.909823" Longitude="98.391591" StarRating="3" HotelCode="127019|1574758" HotelName="Phu-Ke-Ta, The Hip Service Apartment &amp; Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24/5 Thepkasatri Rd, M.6, T.Rasada, Muang Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/155177/155177a_hb_a_900.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located close to Rajabhat Phuket University and is only 10 minutes’ drive from Phuket Town. The hotel is also just a 30-minute drive from Phuket International Airport and Patong Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10391.07" OriginalAmount="9711.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.881213" Longitude="98.299886" StarRating="3" HotelCode="142246|247376" HotelName="Jiraporn Hill Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>207/10 Nanai Road Sevatasai, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/203236/a_203236_K1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located in Patong Beach, Phuket Island. Patong Beach is one of the world's most famous beaches and the resort's prime location is just 5 minutes away from it, along with many top entertainment areas as well as shopping centres, fast food centres, restaurants and bars. The bus station is roughly 1.5 km from the resort and Phuket International Airport is approximately 40 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10443.99" OriginalAmount="9760.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8973446967609" Longitude="98.299516439438" StarRating="3" HotelCode="127041|2003835" HotelName="The Album @ Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Sawatdirak Road, Patong Beach 83150, Kathu, Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/183995/a_183995_G1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in Patong on the beautiful island of Phuket. The beach and the centre of Patong Town are around a short 5-minute walk from the hotel putting guests close to all Phuket has to offer. Phuket International Airport is approximately 33 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10451.21" OriginalAmount="9767.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.82398439" Longitude="98.29867042" StarRating="3" HotelCode="409320|1869228" HotelName="Dome Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>98 M.4 Kata Beach, T.Karon Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/40514/1840514/2.jpg?f=15496502</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10464.45" OriginalAmount="9779.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88498601" Longitude="98.38573144" StarRating="3" HotelCode="686157|3604245" HotelName="The Besavana Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63/1 Krabi Road, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/55917/3755917/1.jpg?f=15315189</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10541.44" OriginalAmount="9851.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9000187245654" Longitude="98.300709543495" StarRating="3" HotelCode="337624|1870608" HotelName="Ruen Buathong Boutique Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>77/1 Rat-U-Thit 200 Pee Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=1412475</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10573.91" OriginalAmount="9882.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9057" Longitude="98.29875" StarRating="3" HotelCode="185893|2095595" HotelName="7Q Resident" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>205/9 Prabaramee Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4480000/4472400/4472354/35315bce_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Patong, with the beautiful and renowned Patong Beach just a few minutes’ walk away. The Jungceylon shopping centre and the famous Bangla Road are only about 5 minutes away from the property. Phuket Town is around 15 km away, and the Phuket FantaSea theme park is about 12 km away. Promthep Cape is around a 40-minute drive away. Phuket International Airport is 45 km away from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10578.73" OriginalAmount="9886.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8161320936836" Longitude="98.302756702907" StarRating="3" HotelCode="380641|3559535" HotelName="Choophorn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>126 Kokthanode Road, Kata, Kata Beach, Karon, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/73693/2173693/1.jpg?f=15027743</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10676.16" OriginalAmount="9977.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89647343" Longitude="98.30467228" StarRating="3" HotelCode="355563|2003315" HotelName="Naina Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2/58 Sainamyen 2 Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/53/538863/538863a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10721.88" OriginalAmount="10020.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9272349386751" Longitude="98.340414762497" StarRating="3" HotelCode="187124|1870218" HotelName="Tinidee Hotel@Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Moo 5 Vichitsongkram Road, Kathu District, Phuket 83120</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/304165/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a stunning location within the Loch Palm Golf Course reputed to be the most relaxing golf course in Phuket. The hotel is set in the beauty of the natural landscape. It is 20 minutes from Phuket International Airport and 15 minutes to Phuket Town and the renowned Patong Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10808.49" OriginalAmount="10101.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.0071370163173" Longitude="98.298226296902" StarRating="4" HotelCode="18456|27834" HotelName="Allamanda Laguna Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Moo 4 Srisoonthorn Road, Cherngtalay, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Bang Tao Bay</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22667/a_22667_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A sublime place to relax, this hotel is situated on a small slope nestled in lovely landscaped grounds in Laguna Phuket. Guests may enjoy fabulous views out over the lush green fairways. The nearest sandy beach and a tropical lagoon are only steps from the hotel. The property has great accessibility. It is only 20 minutes to the airport and 30 minutes to Phuket Town and Patong Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10826.54" OriginalAmount="10118.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.02230661052" Longitude="98.339445640233" StarRating="2.5" HotelCode="352955|1869168" HotelName="Live @ Loft Apartelle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>359/16 Moo 1, Tambon Thepkrasatri, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/505901/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10873.45" OriginalAmount="10162.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8249211059273" Longitude="98.301023582844" StarRating="3" HotelCode="338139|1868078" HotelName="The Blueco Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>100/75 Kata New Road, Tambon Karon, Muang, Kata Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/158879/158879a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kata Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10902.32" OriginalAmount="10189.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.10109938" Longitude="98.30625924" StarRating="3" HotelCode="434935|3654975" HotelName="The Sixteenth Naiyang Beach Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19/16 Moo 1, Saku, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Sa Khu</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/24083/2524083/1.jpg?f=14979137</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Sa Khu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10929.99" OriginalAmount="10214.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.98379299" Longitude="98.30270858" StarRating="3" HotelCode="437120|2052125" HotelName="Hill Myna Condominium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>1 Moo 5 Soi Ban Tak daet Bangtao, Bang Tao Beach, Tambon Cherngtalay, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/496421/496421a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10929.99" OriginalAmount="10214.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89557349" Longitude="98.29898252" StarRating="3" HotelCode="563305|1868808" HotelName="Neptuna Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>176 Ratuthit 200 Pee Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/734709/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10942.01" OriginalAmount="10226.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.10082411" Longitude="98.31261667" StarRating="3.5" HotelCode="570920|3651865" HotelName="S4 Naiyang Beach Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18/9 Soi Nai Yang 13 Moo 1, Tambon Sakoo, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/745888/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10956.45" OriginalAmount="10239.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.02686883" Longitude="98.33043613" StarRating="3" HotelCode="546190|2286125" HotelName="Rattana Residence Thalang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>310/167-174  Donjomtao Road Moo 1, Tambon Thepkrasattri, Amphoe Talang, Thep Kasattri, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Thep Kasattri</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/75528/2175528/40.jpg?f=15525195</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Thep Kasattri.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10968.48" OriginalAmount="10250.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88624974" Longitude="98.39245886" StarRating="3" HotelCode="933379|1219718" HotelName="The Tint at Phuket Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/11 Dibuk Road, Tambon Taladyai, Amphoe Muang Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/575782/575782a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11023.81" OriginalAmount="10302.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8935690185625" Longitude="98.30194284834" StarRating="3" HotelCode="188374|1573398" HotelName="FunDee Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232/3-6 PhungMuang Sai Gor Road, Patong 83150, Kathu, Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/302921/302921a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kathu, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11023.81" OriginalAmount="10302.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.80880348" Longitude="98.33817191" StarRating="2" HotelCode="767769|3580075" HotelName="Raya Rawai Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Concierge,Designated Smoking Area,Internet,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>7/19  Soi Ruamjai Moo 5, Wiset Road, Rawai, Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/77682/2177682/1.jpg?f=15236703</HotelPictures>
        <HotelDescription>&lt;br/&gt;Raya Rawai Place is conveniently located in the popular Rawai area. The hotel offers guests a range of services and amenities designed to provide comfort and convenience. Take advantage of the hotel's Wi-Fi in public areas, tours, car park, smoking area, laundry service. Designed and decorated to make guests feel right at home, each room comes with television LCD/plasma screen, shower, complimentary bottled water, coffee/tea maker, bathtub. The hotel offers various recreational opportunities. Raya Rawai Place combines warm hospitality with a lovely ambiance to make your stay in Phuket unforgettable.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11055.09" OriginalAmount="10331.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.91571416" Longitude="98.36876796" StarRating="3" HotelCode="199131|1868288" HotelName="A2 Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>117 Chalermprakiat Road (By Pass), Amphoe Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Mueang</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/184393/184393a_hb_a_974.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Kathu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11103.21" OriginalAmount="10376.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8461744793379" Longitude="98.344252547464" StarRating="4" HotelCode="380717|3568935" HotelName="Coco Retreat Phuket Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 / 27 Moo 4, Tambon Chalong, Amphoe Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/73307/2173307/68.jpg?f=15664014</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11121.26" OriginalAmount="10393.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88855399" Longitude="98.39694548" StarRating="3.5" HotelCode="515584|3597945" HotelName="Grand Supicha City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>48 Narisorn Road, Talad Yai, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/22090/2522090/1.jpg?f=15097920</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11163.36" OriginalAmount="10433.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.85288335" Longitude="98.35525127" StarRating="3" HotelCode="344876|1868988" HotelName="Lemonade Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>60/216 Moo1 Chaofa Road east, Chalong, Muang Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/630026/630026a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11180.19" OriginalAmount="10448.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.896955" Longitude="98.300726" StarRating="3" HotelCode="102471|105872" HotelName="Bel Aire Patong Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59/1-3 Sainamyen Road, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/143252/l_143252_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kathu. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11204.26" OriginalAmount="10471.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.82308662" Longitude="98.33846032" StarRating="3" HotelCode="549213|3626155" HotelName="Dlux Condominium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>100 Patak Road, Tambon Chalong, Amphoe Muang, Chalong, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/32044/2532044/1.jpg?f=15501027</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11219.89" OriginalAmount="10485.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8957218" Longitude="98.3075147" StarRating="3" HotelCode="199161|1869508" HotelName="Patong Eyes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125/1 Pisitkoranee Road, Patong Ban, Patong 83150, Phuket</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/631412/631412a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kathu. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11255.98" OriginalAmount="10519.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88663221708" Longitude="98.39346976816" StarRating="3" HotelCode="119186|1573218" HotelName="Sino House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Montree Road, Talad –Yai, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/303258/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Phuket old town, providing easy access to the main road. Guests can access Patong Beach in approximately 30 minutes by car. It is a 15-minute drive to Rassada Pier and 10 minutes by car from Phuket city centre. The hotel can also be reached within a 30-minute drive of Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11282.45" OriginalAmount="10544.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.879098" Longitude="98.378702" StarRating="3" HotelCode="935336|1035278" HotelName="Sugar Palm Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5/3 Virach Hong-yok Road, Talad Nua Sub-district, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/376017/376017a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11282.45" OriginalAmount="10544.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.905294" Longitude="98.300213" StarRating="3" HotelCode="98780|109242" HotelName="Baramee Resortel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>266, Prabaramee Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/138513/a_138513_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Patong, this resort is a few metres away from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11292.07" OriginalAmount="10553.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.806199" Longitude="98.300109" StarRating="2" HotelCode="188456|1572998" HotelName="Kata Noi Pavilion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3/71 Patak Road, Near Kata Thani Hotel, Kata Noi, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Kata Noi Beach</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/10000000/9350000/9345400/9345314/16f05389_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11329.36" OriginalAmount="10588.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8766313" Longitude="98.30773798" StarRating="3" HotelCode="400840|1910945" HotelName="Rai Rum Yen Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Kitchen,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>53/3 Hasib Pee Road, Tambon Patong, Amphoe Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/156921/156921a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11360.64" OriginalAmount="10617.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.86280233" Longitude="98.35976896" StarRating="3" HotelCode="516883|2261205" HotelName="Baba House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>33/28 Moo 2, Wichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Wichit</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/605324/605324a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring free WiFi throughout the property, Baba House Hotel is situated in Phuket Town, 3.7 km from Chinpracha House. Free private parking is available on site.
Every room includes a flat-screen TV. Enjoy a cup of tea while looking out at the mountain or pool. All rooms have a private bathroom equipped with a shower.
There is a 24-hour front desk at the property.
A range of activities are offered in the area, such as snorkelling, diving and canoeing. The hotel also offers car hire. Thai Hua Museum is 3.9 km from Baba House Hotel, while Old Phuket Town is 4 km away. The nearest airport is Phuket International Airport, 28 km from Baba House Hotel. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11367.86" OriginalAmount="10624.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.13636" Longitude="98.3099" StarRating="0" HotelCode="872037|2459725" HotelName="Maikhao Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151/34 Moo 4, Tambon Maikhao, Mai Khao Beach, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Mai Khao Beach</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/30853/3830853/14.jpg?f=15663721</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11379.89" OriginalAmount="10635.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9503739946224" Longitude="98.284123608286" StarRating="2" HotelCode="380712|1869698" HotelName="Ice Kamala Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>84/1 Moo.3 Rimhad Road, Kamala Beach, Kathu, Phuket 83120</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/77503/2177503/1.jpg?f=15040540</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kamala Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11391.92" OriginalAmount="10646.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.10132527" Longitude="98.30510709" StarRating="2.5" HotelCode="545495|3548665" HotelName="BS Airport at Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101/3 Soi Naiyang 16 Moo 1, Tambol Sakoo, Amphur Talang, Sa Khu 83110, Phuket</AddressLine>
          </AddressLines>
          <CityName>Sa Khu</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/32852/2732852/1.jpg?f=15151477</HotelPictures>
        <HotelDescription>&lt;br/&gt;The holiday village features various services and facilities, including a baggage storage service, a restaurant, a transfer service and room service, for a comfortable and relaxing stay. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the complex.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11441.24" OriginalAmount="10692.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.84445" Longitude="98.2967" StarRating="0" HotelCode="449140|2264325" HotelName="My Friends's House 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>353 Patak Road, Karon Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/141545/141545a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is located in Karon. Visitors will find the airport within 31. 0 kilometre(s). The property features a total of 35 bedrooms. Both wired and wireless connections are available for guests' convenience at the communal areas. Unfortunately, the front desk is not open 24 hours. This is not a pet-friendly hotel. Travellers arriving by car will appreciate parking available at My Friends's House 2. Additional fees may apply for some services. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11532.66" OriginalAmount="10778.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.09234" Longitude="98.30206" StarRating="3" HotelCode="429633|2618425" HotelName="Nai Yang Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Conference Hall,Garden,Laundry,Meeting Room,Restaurant,Room Service,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80/31-38 Moo 1 Sakhu, Thalang, Phuket 83140</AddressLine>
          </AddressLines>
          <CityName>Nai Yang Beach</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=7051191</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled on a quiet bay along Phuket's Northwest coast Nai Yang Beach Hotel is a short 5-minute walk from the sandy shores of Nai Yang Beach. It offers rooms with modern interiors an outdoor pool and a tour desk. Free Wi-Fi is available in the public areas(Lobby and Pool area). Phuket International Airport  1 km away. Comfortable rooms at Nai Yang Beach Hotel offer private balconies with either pool or garden views. They have air conditioning a satellite/cable TV and tea/coffee making facilities. Hot and cold shower facilities and free toiletries are in the en suite bathrooms. Guests can enjoy a variety of Thai and international favourites served at the on-site restaurant from 08:00-22:00 hours. Breakfast is served from 06:30-10:00 hrs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11610.86" OriginalAmount="10851.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.4615136" Longitude="98.52869541" StarRating="3" HotelCode="623871|3658195" HotelName="Blue Mountain Phangnga Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>142/25 Montri Road, Tambon Taichang, Amphoe Mueang, Phang Nga 82000</AddressLine>
          </AddressLines>
          <CityName>Phang Nga</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/90653/3690653/1.jpg?f=15235385</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11621.68" OriginalAmount="10861.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.775382" Longitude="98.326596" StarRating="3" HotelCode="167011|248836" HotelName="Phuket Sea Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>54/14 Moo 6 Rawai Beach, Rawai, Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/138103/138103a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is roughly a 10-minute drive from Phromthep Cape - a famous landmark of Phuket and a great spot to view a spectacular sunset. Situated on the beachfront at the tranquil Rawai Beach, the resort itself offers the earliest beautiful vistas of the sunrise which are also enjoyed by Phuket locals. Guests can stroll along the pine trees lining the beach, where fishing boats are berthed, and observe the locals' daily life.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11648.15" OriginalAmount="10886.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.84543921" Longitude="98.29893298" StarRating="3" HotelCode="900832|1573498" HotelName="Karon Living Room" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>481 Patak Road, Karon Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/156504/156504a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Karon Beach in Phuket. The hotel is situated within walking distance from the beach and markets. This place is ideal for guests looking for a quiet and peaceful location. Phuket International Airport is located approximately 45 km away from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11652.96" OriginalAmount="10890.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.950563" Longitude="98.28387586" StarRating="2.5" HotelCode="571529|3614245" HotelName="Beau and Blonde House Kamala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>84/3 Rimhad Road Moo 3, Kamala Beach 83150, Kamala, Phuket</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/745588/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a transfer service and a laundry service. Wireless internet access in public areas allows guests to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11744.38" OriginalAmount="10976.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9797786706522" Longitude="98.2806111609" StarRating="3" HotelCode="933368|1867868" HotelName="AM Surin Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51/8 Moo 3, Surin Beach Soi 6, Cherngtalay, Thalang, Choeng Thale, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/78053/2178053/38.jpg?f=15532753</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11758.82" OriginalAmount="10989.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.82557846" Longitude="98.40105305" StarRating="3" HotelCode="353448|2267915" HotelName="Phuket Boat Quay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Ao Makham 11/1 Moo.7 Sakdidet Road, Tambon Vichit Ampur Muang Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/26/262276/262276a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11763.63" OriginalAmount="10994.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8998384488076" Longitude="98.297126569899" StarRating="3" HotelCode="607135|2272935" HotelName="Modern Living Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>188/14 Taweevong Road, Patong Beach, Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/630257/630257a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11798.52" OriginalAmount="11026.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.886466" Longitude="98.394257" StarRating="3" HotelCode="101614|1132658" HotelName="Mei Zhou Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1/5 Luangpohwatchalong Road, Tambon Taladyai, Amphoe Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/142057/a_142057_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Phuket town, this city hotel is well positioned close to the business centre of commerce and for tours, financial institutes and entertainment. Guests will find most of the places of interest for tourists within walking distance of the hotel. Phuket International Airport is located some 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11837.01" OriginalAmount="11062.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.839593" Longitude="98.301284" StarRating="4" HotelCode="176299|904325" HotelName="Princess Seaview Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>382, Patak Road, Karon 83100, Muang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/156369/156369a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a short walk from Karon Beach and not that far from Patong Beach and its entertainment area. Kata shopping centre is a 10-minute drive from the hotel, Jenceylon department store is 15 minutes’ drive away, Phuket fantasy show is around 30 minutes away by car, and Promthep Cape is 25 minutes away. The hotel is situated only 50 km away from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11862.27" OriginalAmount="11086.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.87906822" Longitude="98.36884564" StarRating="2" HotelCode="584150|3555465" HotelName="Eat N Sleep" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63/401 Soi Wirat Hong Yok 5/6 Moo 4, Wichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/81364/2581364/50.jpg?f=15683482</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Eat n Sleep in Wichit, you'll be in a shopping district and minutes from Phuket Weekend Market and close to Phuket Butterfly Garden and Insect World.  This hostel is within close proximity of Surakul Stadium and Suan Luang Park. #  Rooms : # Make yourself at home in one of the 20 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Conveniences include complimentary bottled water, and housekeeping is provided daily. #  Amenities : # Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless Internet access. Additional amenities at this hostel include tour/ticket assistance and a picnic area. #  Dining : # Continental breakfasts are available daily from 7 AM to 10:30 AM for a fee. #  Business &amp; Other Amenities : # Featured amenities include a 24-hour front desk and luggage storage. Free self parking is available onsite.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11865.88" OriginalAmount="11089.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8484222730408" Longitude="98.294373312419" StarRating="3" HotelCode="361553|1929705" HotelName="ON Hotel Karon Beach Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>643 Patak Road, Amphur Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/578092/578092a_hb_a_006.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11906.78" OriginalAmount="11127.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.084019" Longitude="98.433293" StarRating="4" HotelCode="401617|71984" HotelName="Supalai Resort &amp; Spa Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69/9, Moo 6, Ao Po, Lang Daeng Road, Paklok, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Mai Khao Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/95664/a_95664_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set amid the beautiful scenery of green forest hills with a beautiful view of Po Bay on the North Eastern side of Phuket Island. The resort’s private beach is a 5-minute walk away and it is only 20 minutes to Phuket town and a few minutes to the main pier. Thanks to its superior location, all guests’ favourite off-site activities are within reach. It takes 15 minutes to get to Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11969.33" OriginalAmount="11186.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8867201349761" Longitude="98.302574157715" StarRating="3" HotelCode="888377|245666" HotelName="Seeka Boutique Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164/8 Nanai Road, Soi 8, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/136780/a_136780_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is located on Nanai Road, only 500 m away from the beautiful Patong Beach. Guests will find restaurants, bars and pubs 1 km away on Bangla Road and the Juncylon shopping centre on Patong Beach is 700 m away. Links to the public transport are approximately 10 km from this charming city hotel and Phuket International Airport is just 45 minutes away; guests can take a taxi with meter, a private taxi or minibus, all of which are available at the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12013.84" OriginalAmount="11227.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8705943026872" Longitude="98.367964710755" StarRating="3" HotelCode="380724|3578225" HotelName="Good Day Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60/76 M.2 Vichit, Muang, 83000 Phuket</AddressLine>
          </AddressLines>
          <CityName>Wichit</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/90141/2190141/1.jpg?f=14961203</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guests in the public areas. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12105.26" OriginalAmount="11313.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8693488" Longitude="99.16397729" StarRating="2" HotelCode="566575|3607315" HotelName="Wangnamkhao Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>154/1 Phetkasem Road Moo 1, Tambon Huainumkhao, Khlong Thom, Krabi 81120</AddressLine>
          </AddressLines>
          <CityName>Khlong Thom</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/75829/2175829/1.jpg?f=15237277</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Khlong Thom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12118.50" OriginalAmount="11325.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.899001" Longitude="98.350451" StarRating="3" HotelCode="142257|245296" HotelName="Areca Resort and Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Guesthouse,Village,Spa Hotel,Golf Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>96/1 Moo 7 Wichitsongkram Road, Kathu, Phuket 83120</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/203247/a_203247_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between Patong Beach and Phuket town and offers easy access to both places either by public or private transportation, while both are but a 5-minute walk away. Phuket International Airport is roughly 40 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12241.20" OriginalAmount="11440.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.85319657" Longitude="98.34608179" StarRating="6" HotelCode="522555|3593845" HotelName="Chalong Princess Pool Villa Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10/96 Moo 5 Soi Ta-Eid, Chalong 83130</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0033/24283/3324283/20.jpg?f=15639577</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12249.62" OriginalAmount="11448.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.00049944" Longitude="98.3108925" StarRating="3" HotelCode="545829|2386535" HotelName="Parida Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13/22 Bandon-Cherngtalay Road Moo 4, Thalang, Bang Tao Beach, Choeng Thale, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Cherng Talay</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/637187/637187a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Cherng Talay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12249.62" OriginalAmount="11448.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.77839251" Longitude="98.32717785" StarRating="3" HotelCode="494422|3666925" HotelName="Namphung Residence Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>184/10 Moo 6, Soi Jitprasan 2, Rawai, Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/657753/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12302.55" OriginalAmount="11497.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.7946800638412" Longitude="98.315435861949" StarRating="4" HotelCode="901222|1573648" HotelName="Naiya Buree Boutique Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95/22 Moo 1, Tambol Rawai, Amphur Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/233088/233088a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Rawai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12333.83" OriginalAmount="11526.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.87913789" Longitude="98.3639276" StarRating="4" HotelCode="352950|1526728" HotelName="Little Nyonya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>63/2 Moo 4 Wichit, Amphoe Muang Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/431495/431495a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Wichit.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12336.23" OriginalAmount="11529.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.7829138299668" Longitude="98.330400355166" StarRating="3" HotelCode="378315|3647615" HotelName="Palm Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>30 Viset Road Moo 2, Rawai Beach, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0029/47144/2947144/1.jpg?f=14956404</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Palm Village in Rawai, you'll be near the beach and minutes from Phuket Seashell Museum and Seashell Museum.  This villa is within close proximity of Rawai Beach and Naiharn Lake.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 18 air-conditioned rooms featuring kitchens with full-sized refrigerators/freezers and stovetops. Rooms have private balconies or patios. 32-inch LCD televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include safes and desks, and housekeeping is provided daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt; &lt;br /&gt;Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless Internet access. Getting to nearby attractions is a breeze with the area shuttle (surcharge).&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Guests may use a roundtrip airport shuttle for a surcharge, and free self parking is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12402.39" OriginalAmount="11591.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.84881887" Longitude="98.29360964" StarRating="3" HotelCode="357064|3591765" HotelName="Coral Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>240 Patak Road, Karon Sub-District, Muang Phuket District, 83130 Karon Beach, Phuket</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/72460/2172460/1.jpg?f=15429642</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12493.82" OriginalAmount="11676.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.778341" Longitude="98.326857" StarRating="3" HotelCode="900839|3569145" HotelName="Monaburi Boutique Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4/6 Moo6 Viset Road, T.Rawai, A.Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/97522/2197522/1.jpg?f=15092549</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort features a baggage storage service for a comfortable and relaxing stay. Wireless internet access is available to travellers in the public areas. There is also a garden. Those arriving in their own vehicles can leave them in the car park of the holiday complex.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12527.51" OriginalAmount="11707.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.881447" Longitude="98.292753" StarRating="3" HotelCode="176317|613565" HotelName="The Ashlee Plaza Patong Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34/50-57 Prachanukhro Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/246605/a_246605_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just a short stroll from the heart of Patong, the hotel is within easy reach of many of the main places of interest. Various nightspots, shopping venues and the sea are about a 10-minute walk away while Karon Beach is a 5-minute drive away from the hotel and Phuket International Airport can be reached within a pleasant 40-minute journey.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12564.80" OriginalAmount="11742.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.860655082651" Longitude="98.284174538242" StarRating="3" HotelCode="934304|1869878" HotelName="Secret Cliff Villa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>707 Patak Road, Karon Cliff, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/173818/173818a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12573.22" OriginalAmount="11750.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.0900850744891" Longitude="98.298459850335" StarRating="2" HotelCode="408269|3579375" HotelName="Ruan Mai Nai Yang Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90/24 Moo 5, Sa Khu, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Nai Yang Beach</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/585129/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Sa Khu. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12612.91" OriginalAmount="11787.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8961102249623" Longitude="98.298762804678" StarRating="2" HotelCode="384301|1919185" HotelName="La De Bua Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rat-U-Thit 200 Pee Soi 1, Kathu, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/77507/2177507/1.jpg?f=15290383</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12640.57" OriginalAmount="11813.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88543014" Longitude="98.29841145" StarRating="3" HotelCode="861580|2103995" HotelName="iCheck Inn Residence Patong" 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),Bar,Housekeeping,Kitchen,Laundry,Parking,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>158/99 Pung Muang Saay 3 Kor, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/578288/578288a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is a 9-minute walk from the beach. Located in Patong and 300 m from Jungceylon Shopping Centre, iCheck inn Residences Patong offers an outdoor pool and a fitness centre. Offering 24-hour security, this property is 700 m from the lively nightlife area on Bangla Road. A 5-minute walk gives guests various options for local and international food. Featuring a balcony with a pool and mountain view, the apartment provides guests with a flat-screen cable TV, air conditioning and a living area with sofa. The kitchen comes complete with a stovetop, microwave and an electric kettle. There is also a refrigerator and a dining table. Shower facilities and free toiletries can be found in the private bathroom. Providing free private parking, iCheck inn Residences Patong offers a free daily maid service while an airport shuttle and laundry services can be arranged for an extra charge. The apartment is 1.1 km from Patong Boxing Stadium and 1.4 km from Phuket Simon Cabaret. Phuket International Airport is located 24 km from the property.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12683.89" OriginalAmount="11854.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.1070086" Longitude="98.30859773" StarRating="3" HotelCode="583947|3587385" HotelName="David Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36/7 Moo 6, Mai Khao, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Mai Khao Beach</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/35007/2535007/44.jpg?f=15613989</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant and room service. Wireless internet access is available to guests in the public areas. There is also a garden. Those arriving in their own vehicles can leave them in the car park of the hotel. Active guests can make use of the bicycle hire service to explore the surrounding area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12704.33" OriginalAmount="11873.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8926849767779" Longitude="98.299346227225" StarRating="3" HotelCode="479470|1870208" HotelName="Summer Breeze Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171/12 Soi San Sabai, Kathu, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=1390194</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12748.85" OriginalAmount="11914.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.79358865" Longitude="98.31551683" StarRating="3" HotelCode="853003|3548515" HotelName="Le Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88/96 Moo 1, Rawai, Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10477485</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12758.47" OriginalAmount="11923.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8947852" Longitude="98.30715671" StarRating="3" HotelCode="360778|2002875" HotelName="Bayshore Ocean View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>127/80 Patong Pisitkoraneee Road, Patong Sub District, Kathu District, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/152535/152535a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12781.32" OriginalAmount="11945.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.01594223" Longitude="98.31997362" StarRating="3" HotelCode="616211|3583225" HotelName="Isayarada Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment,Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135/10 Soi Hua Thanon Moo 4, Tambon Thepkasattri, Amphoe Thalang, Thep Kasattri, Phuket  83110</AddressLine>
          </AddressLines>
          <CityName>Thep Kasattri</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/90281/3690281/1.jpg?f=15235391</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Thep Kasattri.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12795.76" OriginalAmount="11958.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.1017083203542" Longitude="98.303216986249" StarRating="3" HotelCode="199495|1868918" HotelName="Perennial Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60/13 Soi Naiyang 16, Moo 1, Sakhu, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4890000/4886100/4886006/ea55c82d_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12804.18" OriginalAmount="11966.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8553932656631" Longitude="98.377175642254" StarRating="3" HotelCode="383348|2260085" HotelName="Mai Morn Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43/291 Pattanateongtin Road Moo 1, Wichit, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Wichit</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236122/236122a_hb_a_021.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Wichit.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12821.02" OriginalAmount="11982.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8408022288156" Longitude="98.303602798777" StarRating="3" HotelCode="173616|1919165" HotelName="Manohra Cozy Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Soi Patak 16, Karon 83100</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/156355/156355a_hb_a_009.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming hotel is surrounded by luxurious tropical gardens and is located within 2 km of both renowned Karon Beach and Kata Beach. The hotel is about 500 m from Karon Market and 30 km from the Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12923.27" OriginalAmount="12077.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8155957932137" Longitude="98.327482025827" StarRating="4" HotelCode="933599|929295" HotelName="The View Rawada Resort &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76/19 Moo 4 Viset Road, Chalong Bay, Rawai, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/79159/b709504c-9419-4cea-b737-74cfdee50940.jpg?d=636646598890000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Mueang. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12984.62" OriginalAmount="12135.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.892903" Longitude="98.299226" StarRating="3" HotelCode="188596|1870508" HotelName="Yorkshire Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>169/16 Soi Sansabai, Rat-U-Thit 200 Road, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/302366/302366a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Phuket, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13041.16" OriginalAmount="12188.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8345798379645" Longitude="98.298784596652" StarRating="3" HotelCode="384053|3616925" HotelName="Mellow Space Boutique Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>306/1-2 Patak Road, Tambon Karon, Karon, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/69417/2269417/1.jpg?f=15311708</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13056.80" OriginalAmount="12202.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.94586211" Longitude="98.29716923" StarRating="3" HotelCode="753889|3650135" HotelName="The Woods Natural Park Resort Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99/9 Moo.5, T.Kamala, A.Kathu, Kamala, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10390560</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13065.22" OriginalAmount="12210.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.82145293" Longitude="98.301988" StarRating="2" HotelCode="425163|2264315" HotelName="South Siam Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Ketkhaw road, Kata Beach, Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/140200/140200a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kata Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13141.00" OriginalAmount="12281.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.880938813383" Longitude="98.296566009521" StarRating="3" HotelCode="36330|247416" HotelName="Club Bamboo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>247 / 1-8 Nanai road, Patong 81350, Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59456/a_59456_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in the Patong Beach area of the island province of Phuket, on the west coast of southern Thailand. It is set in a tropical garden in the foothills of a mountain, with a dazzling view over Patong and Patong Bay. The property is just 60 minutes by car from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13201.16" OriginalAmount="12337.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.78031822" Longitude="98.31584532" StarRating="3" HotelCode="777056|3611845" HotelName="The Orchid Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3/4 Soi Suan Wat Moo 1, Rawai, Nai Harn Beach, Mueng, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9626568</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13207.17" OriginalAmount="12343.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.81821745" Longitude="98.3100471" StarRating="2" HotelCode="776738|3568425" HotelName="Nonnee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18/41 Khoktanod Road, Karon, 83100 Kata Beach, Muang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9883084</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13228.82" OriginalAmount="12363.38" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="0|86966" HotelName="THE PHULIN RESORT" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Soi Patak 18, Patak Road, Karon, Phuket, Thailand 83110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/86/86966/fRvWc6oe_bbebecdfa929a334815a9028b7d25dcd.jpg</HotelPictures>
        <HotelDescription>Location
This resort hotel is located in the centre of the Karon area and lies just a short distance from the sandy Karon Beach (500 m away). Phuket town is a 20-minute drive away and there guests will find a selection of shops. Kata Beach is a 3-minute drive away, whilst Patong and Nai Harn beaches can be reached in 15 minutes by car. Phuket International Airport is some 45 minutes away.
Facilities
The establishment comprises a total of 79 accommodation units. A lobby and a reception are available to guests. Amenities include a safe. Internet access (for a fee) and wireless internet access (for a fee) are available in the public areas. Gastronomic options include a restaurant, a dining area, a breakfast room and a bar. The grounds of the establishment feature a playground and an attractive garden. Guests arriving in their own vehicles can park in the car park. Among the additional services available are medical assistance, room service and a laundry. A shuttle service is offered.
Rooms
All accommodation units feature air conditioning and a bathroom. A balcony or terrace is also included as standard. Each accommodation unit features a double bed or a king-size bed. Among the amenities are a safe and a minibar. A kitchenette equipped with a fridge, a microwave and tea and coffee making equipment can be found in each room. What is more, there are a washing machine and an ironing set. Most accommodation units are equipped with a telephone, a TV, a radio, a CD player and a DVD player. In the bathrooms, guests will find a shower, a bathtub and a hairdryer.
Sports/Entertainment
Guests have plenty of recreational options, with a range of sport and leisure opportunities. The establishment offers an outdoor pool and a children&amp;#039;s pool. A sun terrace, sun loungers and parasols are available. Various refreshing drinks are available from the poolside bar. Leisure options available to guests include massage treatments (for a fee). 
Meals
Various meals and board options are bookable. Guests can choose from breakfast, lunch, dinner, B &amp;amp; B, half board and full board.
Payment
All major credit cards, including American Express, VISA, Diners Club, JCB and MasterCard, are accepted for payment.&lt;br/&gt;THE PHULIN RESORT is a Resort, Tourist hotel. Located in Beach - Karon Beach area. The nightlife/restaurants are easily accessible by taxi or bus from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13261.30" OriginalAmount="12393.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8597568440907" Longitude="98.288477833425" StarRating="3" HotelCode="267710|1868168" HotelName="Baan Karon Hill Phuket Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>689 Moo 1 Patak Road, Karon Beach, Phuket 08311</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2700000/2692700/2692639/fad7c75f_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13303.41" OriginalAmount="12433.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.10129478" Longitude="98.3087086" StarRating="4" HotelCode="585648|3610785" HotelName="Panphuree Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>15/47-48 Moo 1, Banniyang, Thalang, Sa khu, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Sa Khu</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/26778/3726778/1.jpg?f=15261823</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Sa Khu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13344.30" OriginalAmount="12471.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88385577" Longitude="98.38318357" StarRating="1" HotelCode="362372|3632735" HotelName="The Little Nest Phuket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>98 Ranong Road, Taladnue, Muang, 83000 Phuket Town</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/505914/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13411.67" OriginalAmount="12534.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.7707042404147" Longitude="98.313316655845" StarRating="3" HotelCode="267707|3555125" HotelName="Ya Nui Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/25 Soi Ya Nui Rawai Muang Moo 6, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/93908/2193908/1.jpg?f=15498758</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13451.37" OriginalAmount="12571.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.87649802" Longitude="98.38935859" StarRating="3" HotelCode="583758|3536615" HotelName="Phuket chinoinn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>32/209 Poonpipat Road, Tambon Nuea, Amphoe Mueang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0029/19952/2919952/1.jpg?f=14984874</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13479.04" OriginalAmount="12597.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.03758006" Longitude="98.60325179" StarRating="3" HotelCode="422270|3655295" HotelName="Baan Taranya Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Coffee Shop,Concierge,Dining,Dry Cleaning,Garden,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Massage Centre,Parking,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>69/8 Moo 4, Baan Klong Bon, Koh Yao Yai 82180, Phuket</AddressLine>
          </AddressLines>
          <CityName>Ko Yao Yai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/582387/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Baan Taranya Koh Yao Yai in Ko Yao Yai, you'll be on the beach and within the vicinity of Loh Paret Beach and Manok Pier.  This beach hotel is within the region of At Lamiya Mosque and Fasai Beach.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 10 air-conditioned rooms featuring refrigerators and minibars. Flat-screen televisions with satellite programming provide entertainment, while complimentary wireless Internet access keeps you connected. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include safes and desks, and housekeeping is provided daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt; &lt;br /&gt;Take advantage of recreation opportunities such as an outdoor pool, or other amenities including complimentary wireless Internet access and concierge services.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Grab a bite to eat at the hotel's restaurant, which features a bar, or stay in and take advantage of room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge. Breakfast is available daily for a fee.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include dry cleaning/laundry services, luggage storage, and laundry facilities. Free self parking is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13534.37" OriginalAmount="12648.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.892698" Longitude="98.298233" StarRating="3" HotelCode="188402|1868198" HotelName="Boomerang Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5/1-8 Hat Patong Road, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232787/232787a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13553.62" OriginalAmount="12666.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.86339124" Longitude="98.35819814" StarRating="3" HotelCode="752982|3544535" HotelName="Phuket Nonnita Boutique Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33/5 Soi Thepanusorn 6, Muang Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/88445/3788445/1.jpg?f=15568436</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13610.15" OriginalAmount="12719.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8787116943792" Longitude="98.394686178574" StarRating="3" HotelCode="531358|1990555" HotelName="ibis Styles Phuket City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>23 Thawornwongwong Road, Talad Yai Muang, Amphur Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/646937/a_646937_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13628.19" OriginalAmount="12736.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.7766441174789" Longitude="98.324487758882" StarRating="3" HotelCode="267711|935555" HotelName="Rawai Grand House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>86/22-25 Viset- Nai Harn Road Moo 2, Soi Wasana, Tambon Rawai, Amphoe Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/188929/188929a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket, about 500 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13629.40" OriginalAmount="12737.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88310023" Longitude="98.38992146" StarRating="2" HotelCode="625349|3662005" HotelName="Borbaboom Poshtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73/1-73/2 Ratsada Road, Tambon Talat Yai, Amphoe Mueang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5825207</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13631.81" OriginalAmount="12740.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.7890631491389" Longitude="98.328822247493" StarRating="3" HotelCode="339884|1868958" HotelName="Phu Nana Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>43/234 Moo 7 Soi Saiyuan 1, Tambon Rawai, Amphoe Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/75414/2175414/1.jpg?f=15057247</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Rawai, this boutique hotel has the perfect ambience for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13636.62" OriginalAmount="12744.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.78578" Longitude="98.3261" StarRating="3" HotelCode="975688|3631495" HotelName="Baan Waru Seaview" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4/73 Soi Suksan 2 Moo 4, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10477480</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13725.64" OriginalAmount="12827.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.94996809" Longitude="98.27965134" StarRating="2.5" HotelCode="242134|3545055" HotelName="Benjamin Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Moo 3, Kamala Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/35393/3635393/1.jpg?f=15234617</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kathu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13882.02" OriginalAmount="12973.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9471354177906" Longitude="98.278948419605" StarRating="2" HotelCode="392352|3546785" HotelName="Chollada Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10/68-69 Moo 6, Katho, Kamala, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/77895/2177895/1.jpg?f=15063227</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kamala Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13908.48" OriginalAmount="12998.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.79648224" Longitude="98.31961406" StarRating="3" HotelCode="600857|3551925" HotelName="Majestic Villas Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>78/8-10 Soi Samakkea 2 Moo 7, Saiyuan, Rawai 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5367391</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Rawai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13963.82" OriginalAmount="13050.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.0862014468109" Longitude="98.300913519511" StarRating="3.5" HotelCode="522694|1977445" HotelName="The Touch Green, Naiyang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Jacuzzi,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82/22 Bangmalauw 2 Moo 5, Sakoo, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/542902/542902a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14027.58" OriginalAmount="13109.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.90277965" Longitude="98.37724803" StarRating="3" HotelCode="435176|3605485" HotelName="Baan PhuAnda Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>371/22-26 Yaowarat Road, Talad Yai District, Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/598538/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14099.75" OriginalAmount="13177.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9101155949849" Longitude="98.296941518783" StarRating="3" HotelCode="9046|28344" HotelName="Patong Lodge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>284/1 Prabaramee Road Moo 5, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/3925/a_3925_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located approximately 500 m from an inviting beach and is only separated from it by a coastal road. Restaurants, bars and links to the public transport network can be found in the immediate vicinity. The entertainment quarter, with its various leisure and shopping facilities can be reached within a 5-minute car journey.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14186.37" OriginalAmount="13258.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8606610401855" Longitude="98.283723592758" StarRating="3" HotelCode="99440|135974" HotelName="Secret Cliff Resort &amp; Restaurant" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>707 Patak Road, Karon Cliff, Wachira Temple, Tambon Nhongnumdang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/138110/138110a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is embedded in the hillside of this rugged coastline and offers wonderful views through the trees of the ever-changing moods of the Andaman Sea. Patong Beach and Karon Beach are both 5 minutes from the hotel on public transport. Phuket International Airport is approximately 50 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14197.20" OriginalAmount="13268.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8538695526933" Longitude="98.346012117104" StarRating="3" HotelCode="362639|3555845" HotelName="The Blue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>99 Moo 4 Soi Ta-iad, Chalong, Muang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/585816/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14264.56" OriginalAmount="13331.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8032808073863" Longitude="98.336652099872" StarRating="3" HotelCode="496049|3579775" HotelName="Naya Pool Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Villa" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22/3 Wiset Road Moo 1, Nai Harn, Rawai Beach, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8845528</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Rawai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14266.96" OriginalAmount="13333.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8760215890608" Longitude="98.289824880071" StarRating="3" HotelCode="933505|1868758" HotelName="P S Hill Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/11 Siriraj Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/35/357556/357556a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14334.33" OriginalAmount="13396.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.91595196" Longitude="98.32829169" StarRating="3" HotelCode="308539|2267825" HotelName="The Serenity Golf Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18/98 Moo 6, Soi Sreekor 1, Kathu 83120, Amphur Kathu, Phuket</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/635582/635582a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kathu. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14351.17" OriginalAmount="13412.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8413019" Longitude="98.36597832" StarRating="3" HotelCode="853619|3630845" HotelName="Hivetel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Palai Moo 3, Chaofa Road, Tambon Chalong, Amphoe Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10509624</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14438.99" OriginalAmount="13494.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.40707681" Longitude="98.74968525" StarRating="3" HotelCode="495978|3608445" HotelName="Dusit Phuphaya Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Highway, Ao Luek 81110</AddressLine>
          </AddressLines>
          <CityName>Ao Luek</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0029/46305/2946305/1.jpg?f=15333727</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ao Luek.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14491.92" OriginalAmount="13543.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88217778" Longitude="98.39373247" StarRating="3" HotelCode="781691|3593915" HotelName="Eco Loft Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1 Phangnga Soi 4, Mueng, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1099180/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14534.02" OriginalAmount="13583.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8860671857973" Longitude="98.39243412362" StarRating="3" HotelCode="337991|1215938" HotelName="Baan Suwantawe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1/9-10 Dibuk Road, Next to Queen Sirikit Park, Size 10 Acres, Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/74008/2174008/22.jpg?f=15637200</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14580.93" OriginalAmount="13627.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8839534303003" Longitude="98.394216217637" StarRating="4" HotelCode="421790|1869818" HotelName="Blu Monkey Hub and Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Conference Hall,Internet,Meeting Room,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi 3 Phangnga Road, Talad Yai, Phuket Town, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/470476/470476a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Boasting free bikes, Blu Monkey Hub and Hotel is set in Phuket Town, 700 m from Old Phuket Town. Among the various facilities are a garden, a shared lounge, as well as a bar. The accommodation provides a 24-hour front desk and free WiFi.

The units in the hotel are fitted with a flat-screen TV with satellite channels. Every room is fitted with a private bathroom and free toiletries, and certain units at Blu Monkey Hub and Hotel have a balcony. All guest rooms at the accommodation have air conditioning and a desk.

Guests at Blu Monkey Hub and Hotel can enjoy a continental breakfast.

The hotel offers an outdoor pool. The area is popular for cycling, and car hire is available at Blu Monkey Hub and Hotel.

The accommodation provides a dry cleaning service, as well as business faThis charming Hotel is located in Patong. There are a total of 60 guests rooms at Blu Monkey Hub &amp; Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14597.77" OriginalAmount="13642.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.771620376617" Longitude="98.320796379099" StarRating="3.5" HotelCode="797114|3645135" HotelName="The Title Beach Front" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Elevator,Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>469/33 - 469/83 Viset Road Moo 6, Muang Phuket, Rawai Beach 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/76845/2176845/1.jpg?f=15236359</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Title Beach Front Hotel is a popular choice amongst travelers in Phuket, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. To be found at the hotel are smoking area, car park, airport transfer, Wi-Fi in public areas, shuttle service. Designed for comfort, selected guestrooms offer internet access – wireless (complimentary), bathtub, air conditioning, hair dryer, complimentary bottled water to ensure a restful night. Enjoy the hotel's recreational facilities, including pool (kids), garden, sauna, outdoor pool, before retiring to your room for a well-deserved rest. Convenience and comfort makes The Title Beach Front Hotel the perfect choice for your stay in Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14685.59" OriginalAmount="13724.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8713" Longitude="98.3664" StarRating="3.5" HotelCode="378950|2003575" HotelName="Recenta Phuket Suanluang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>60/81 Moo2, Chao Fah Suanluang Road, Wichit, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Wichit</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/541681/541681a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Wichit.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14700.02" OriginalAmount="13738.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.894292" Longitude="98.298915" StarRating="3" HotelCode="188386|1892135" HotelName="Days Inn Patong Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145/2 Rat-U-Thit Songroi Pi Road, Tambon Patong, Amphor Kathu, Insel Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/262906/a_262906_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14864.83" OriginalAmount="13892.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.912926" Longitude="98.295416" StarRating="3" HotelCode="26127|49474" HotelName="Sunset Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>316/2 Phrabaramee Road, Tambon Patong, Amphoe Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/38235/a_38235_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business beach hotel is situated around 1 km from Patong Town, 3 km from the shops in Jungceylon, 5 minutes by car from the nightlife on Bangla Road and a 25-minute drive from Kata and Karon beach. In a very quiet location in north Patong, the hotel is set in harmony with nature. Guests can go on a relaxing daytime stroll along the beach or simply enjoy the perfect sunset watching the huge orange ball slowly disappearing into the sea. This is a place where sea lovers can enjoy the sound of the rolling waves, the never-ending music in an impeccable residence, accompanied by the pleasant sound of waterfalls, thus creating the perfect combination in the proximity of nature. Phuket International Airport is approximately 32 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14904.52" OriginalAmount="13929.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.05475" Longitude="98.59698" StarRating="3" HotelCode="399032|3553425" HotelName="Thiw Son Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>58/2 Moo 4, Kohyao, Phang Nga, Koh Yao Yai 82160</AddressLine>
          </AddressLines>
          <CityName>Ko Yao Yai</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=7751411</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort features various services and facilities, including a baggage storage service, a restaurant and a laundry service, for a comfortable and relaxing stay. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the holiday complex.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14914.15" OriginalAmount="13938.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8027266082437" Longitude="98.336222952779" StarRating="4" HotelCode="744281|2287065" HotelName="Best Western Plus The Beachfront" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25/46 Moo 5 Viset Road, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/140096/0fd4f8ec-3c5f-4cc8-a633-4f6375c2cf18.jpg?d=636740810000000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located on the southeast coast of Phuket. It lies just a few minutes away from The Rawai Seafood Village and a short drive from Chalong pier, Chalong temple, the Big Buddha, elephant camps, ATV tracks and of course the famous Nai Harn Beach with the nearby Promthep Sunset viewpoint. The resort is conveniently located on the main road between Chalong and Rawai, about 40 km from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14928.59" OriginalAmount="13951.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.843601" Longitude="98.301878" StarRating="3" HotelCode="351356|245346" HotelName="Baan Suay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>381 Patak Road, Tambon Karon 83100, Amper Phuket</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232511/232511a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14999.56" OriginalAmount="14018.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8844524258748" Longitude="98.295704441458" StarRating="4" HotelCode="176314|643775" HotelName="The Ashlee Heights Patong Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160/36 Phang Muang Sai Kor Road, Soi Nanai Ruamjai, Nanai Soi 8, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/160739/160739a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only a 15-minute walk away from the well-known Patong Beach, a 5-minute walk from Patong's Night Market and 5 minutes’ drive from Karon Beach, making it a great base for exploring the area. There are also many restaurants and shops surrounding the hotel allowing guests to enjoy shopping and nightlife in Patong. Phuket International Airport is approximately 40 km away from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15065.72" OriginalAmount="14080.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.10135341" Longitude="98.30468794" StarRating="4" HotelCode="322895|1594818" HotelName="Maya Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Moo 1, Sakoo, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/441913/441913a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15136.69" OriginalAmount="14146.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.893347" Longitude="98.298403" StarRating="4" HotelCode="169681|169796" HotelName="Ashlee Hub" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>237/18 Rat-U-Thit Song Roi Pee Road, Patong 83150, Kathu, Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/236600/a_236600_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the popular tourist resort of Patong. It is situated only a short walk away from Patong's main shopping district, which offers numerous dining and entertainment experiences. The property is in an excellent location, one block away from the beach front. The closest bus stop is about 50 metres from the hotel. Phuket International Airport is about 32 km away and travel time from the airport to the hotel is approximately 40 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15189.62" OriginalAmount="14195.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.86972678" Longitude="98.35694174" StarRating="0" HotelCode="854094|2369535" HotelName="Ramada Plaza By Wyndham Chao Fah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8899 Chaofah West Road Moo 2, Wichit District, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/976591/a_976591_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15216.10" OriginalAmount="14220.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9489271793697" Longitude="98.283352389675" StarRating="4" HotelCode="442241|1906855" HotelName="Chabana Kamala Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>66/4 Kamala &amp; Patong Road Moo 3, Tambon Kamala, Amphoe Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/48/480801/480801a_hb_a_014.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15258.19" OriginalAmount="14259.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.91385413" Longitude="98.39509275" StarRating="3" HotelCode="353245|1869528" HotelName="The Pago Design Hotel Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Golf,Internet,Jacuzzi,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Moo.2 Ratsada Mueng, Phuket, 83000 Phuket Town</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/188925/188925a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15288.27" OriginalAmount="14288.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9620887491817" Longitude="98.385108449074" StarRating="3" HotelCode="11402|246126" HotelName="Boat Lagoon Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Thepkasattri Road Moo 2, Tambon Kohkaew, Amphoe Muang, Phuket 83200</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/9143/a_9143_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, this family-friendly hotel is situated by Phuket's largest full-serviced marina. In the marina grounds there are 2 resorts: one overlooking the marina and one set amongst lush tropical gardens. The immediate vicinity features restaurants and shops, as well as bars, pubs, discos and public transport links. Phuket International Airport is some 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15384.50" OriginalAmount="14378.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.87468482" Longitude="98.39228687" StarRating="3" HotelCode="521969|2269915" HotelName="The Malika Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Thakua Thung Road, Tambon Talad Yai, Amphur Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/56/560002/560002a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15423.00" OriginalAmount="14414.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9848812869733" Longitude="98.286952972412" StarRating="3" HotelCode="900664|145516" HotelName="Andaman Seaside Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69/74, 82/39-46 Moo 3, Baan Bang Toa Beach, Chernghtaley Thalang, Phuket 083110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/157046/157046a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on beautiful Bangtao Beach and within easy reach of most tourist destinations in the area. It is just a 20-minute drive from Patong with its exciting shops, wonderful Thai and world cuisine, entertainment options and colourful nightlife and is approximately 30 minutes by car from Phuket Town. The resort is within easy reach of the Phuket International Airport, located approximately 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15443.45" OriginalAmount="14433.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.85326623" Longitude="98.34523984" StarRating="3" HotelCode="603932|3622955" HotelName="Fern House Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10/5 Soi Taead Chaofaa Road Moo 5, Chalong Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0029/20931/2920931/1.jpg?f=15497295</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15620.28" OriginalAmount="14598.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="18.745301" Longitude="99.119369" StarRating="3" HotelCode="490250|3590135" HotelName="Doltara Boutique Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>141/664 Moo 2, Ton Pao, San Kamphaeng 50130, Chiang Mai</AddressLine>
          </AddressLines>
          <CityName>San Kamphaeng</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/32844/2732844/1.jpg?f=15045703</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in San Kamphaeng.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15679.22" OriginalAmount="14653.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.94983052" Longitude="98.28020954" StarRating="3" HotelCode="380634|1868448" HotelName="Boutique Guesthouse by Clearhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>121/2 121/10 Rimhaad Road, Kamala, Phuket 83120</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/55071/2255071/35.jpg?f=15589731</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kamala Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15729.75" OriginalAmount="14700.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.84565127" Longitude="98.29887609" StarRating="2" HotelCode="429543|3574915" HotelName="Baan Yuyen Karon Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Concierge,Dry Cleaning,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>489 Patak Road, Karon, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/98583/2198583/1.jpg?f=15080257</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Karon, Baan Yuyen Karon Guesthouse is minutes from Karon Temple and Karon Market. This guesthouse is within close proximity of Karon Beach and Dino Park Mini Golf.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 12 air-conditioned rooms featuring refrigerators and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include safes and complimentary bottled water, and housekeeping is provided daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;The front desk is staffed during limited hours.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15833.21" OriginalAmount="14797.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8280194870715" Longitude="98.305589509062" StarRating="3" HotelCode="341474|2261135" HotelName="Baan Kongdee Sunset Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Jacuzzi,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>26 Maetowlom Road, Tambon Karon, Kata Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/592228/592228a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Kata Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15833.21" OriginalAmount="14797.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89822355" Longitude="98.34629776" StarRating="3.5" HotelCode="353396|1869338" HotelName="The Par Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>91/155 Moo 7, Wichitsongkram Road, Kathu 83120</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/40585/1840585/1.jpg?f=14960800</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kathu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15835.60" OriginalAmount="14799.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9106" Longitude="98.2972" StarRating="4" HotelCode="56415|27974" HotelName="Centara Blue Marine Resort &amp; Spa Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Finca,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>290/1 Prabaramee Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73084/w_73084_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located on a cliff in the unspoiled Kalim Bay, affording fantastic views out over the sea and the beaches, with the green mountains in the background. The premises are just 5 minutes from Patong and Kalim beaches and Phuket is approximately a 20-minute drive away. It is around 45 minutes’ drive to Phuket international airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16005.22" OriginalAmount="14958.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89474334" Longitude="98.29959035" StarRating="2" HotelCode="355430|1868348" HotelName="Baan Paradise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>141/18-21 Rat-U-Thit road, Soi Paradise, Patong beach, Kathu 83120, Phuket</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/496326/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kathu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16007.63" OriginalAmount="14960.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9501035236532" Longitude="98.280718734821" StarRating="2" HotelCode="341214|3567685" HotelName="At Kamala Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>104/8 Rimhard Road Moo 3, Kathu, Kamala Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/78614/2178614/1.jpg?f=15533642</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kamala Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16066.57" OriginalAmount="15015.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.99450382" Longitude="98.30226149" StarRating="4" HotelCode="405711|2002905" HotelName="Chabana Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,ATM/Cash Machine,Bar,Bicycle Rental,Designated Smoking Area,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>90/1-4 Soi Cherngtalay 16, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/543783/543783a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring free WiFi and free use of bicycles, Chabana Resort offers accommodation in Bang Tao Beach, a 20-minute walk from the beach. Guests enjoy free sauna at the spa centre.

Provided with daily minibar, each room at this resort is air conditioned and has a flat-screen TV with cable channels. They include a seating area where you can relax and a free minibar. The private bathroom comes with a bathtub or shower.

There is a 24-hour front desk at the property. Free private parking is available on site.

Bike hire is available at this resort and the area is popular for golfing. Tesco Lotus Supermarket Cherng Talay is 900 m from Chaba Resort &amp; Spa. Phuket Airport is a 20-minute drive from the property.

Guests can enjoy a meal at the restaurant or a drink at the bar</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16284.31" OriginalAmount="15218.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.083215" Longitude="98.29354" StarRating="4" HotelCode="904735|3557985" HotelName="L'Esprit de Naiyang Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91/8 Moo 3, Naiyang Beach, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/151729/151729a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is dramatically located at Phuket's peaceful Nai Yang Beach, where the white sand borders the green pines of Sirinat Marine National Park. It also is situated just 15 minutes from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16291.53" OriginalAmount="15225.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.09886682" Longitude="98.30704281" StarRating="3" HotelCode="322900|1590478" HotelName="Marina Express Aviator Phuket Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 Moo 1, Phuket Airport, Thalang, Sakhu, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/472661/472661a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16388.97" OriginalAmount="15316.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8114663692243" Longitude="98.389316535107" StarRating="4" HotelCode="315356|2002835" HotelName="Bandara Beach Phuket Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Moo 8, Wichit Subdistrict, Cape Panwa, Muang Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Cape Panwa</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/53/533181/533181a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16388.97" OriginalAmount="15316.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.85710748" Longitude="98.34199334" StarRating="3" HotelCode="517489|2264265" HotelName="The One Cozy Vacation Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7/22 Moo 5, Soi Ta-iad, Chaofa-West Road, T. Chalong, A. Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/77192/2177192/40.jpg?f=15537998</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16417.83" OriginalAmount="15343.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9017317" Longitude="98.304927" StarRating="3.5" HotelCode="943680|2261595" HotelName="Oakwood Hotel Journeyhub Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>240/8 Pungmuang Sai Kor Road, Tambon Patong, Kathu District, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/39587/3739587/2.jpg?f=15502619</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16434.68" OriginalAmount="15359.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8978027572497" Longitude="98.296939269103" StarRating="3" HotelCode="89164|1572948" HotelName="Kokotel Phuket Patong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Airport Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3/7 Sawadirak Road, Patong Beach</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/124928/p_124928_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within walking distance of soothing white sands and the azure Andaman Sea, the club resort is located on Phuket's well-known Patong Beach. Numerous shops, restaurants, bars and great night-time entertainment are all nearby. The bus station is around 2 km away. The resort is only 30 minutes (around 20 km) away from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16435.88" OriginalAmount="15360.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.897736" Longitude="98.29744" StarRating="3" HotelCode="899585|98469" HotelName="Rayaburi Patong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/8 Sawatdirak Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/10/105823/105823a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the heart of the vibrant strip of Patong Beach, just 50 m from the beach and a range of restaurant and nightspots. Phromtep Cape is a half-hour drive away, Kalim Bay is around 3 minutes away and Tritrang Beach is roughly a 10-minute drive away. Phuket city bus terminal is approximately a 25-minute drive from the beach hotel and Phuket International Airport is around 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16444.31" OriginalAmount="15368.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88209752" Longitude="98.39246009" StarRating="3" HotelCode="856438|3659945" HotelName="The Blanket Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>95/15 -21 Montri Road, Talad Yhai District, Mueng District, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/88481/3788481/1.jpg?f=15657732</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16491.21" OriginalAmount="15412.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88659835" Longitude="98.38595253" StarRating="3" HotelCode="588255|3569805" HotelName="Xinlor House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Dibuk Road, Talad Nuah, Amper Mung, Phuket Town, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/88495/3788495/1.jpg?f=15547302</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Xinlor House in Phuket, you'll be minutes from Chinpracha House and close to Phuket Butterfly Garden and Insect World.  This hotel is within close proximity of Robinson Department Store and Suan Luang Park. #  Rooms : # Make yourself at home in one of the 17 air-conditioned rooms featuring refrigerators and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature rainfall showerheads and complimentary toiletries. Conveniences include safes and coffee/tea makers, and housekeeping is provided daily. #  Amenities : # Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance. #  Business &amp; Other Amenities : # Featured amenities include a computer station and luggage storage.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16517.68" OriginalAmount="15437.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8857078781599" Longitude="98.289501070976" StarRating="3" HotelCode="58322|244836" HotelName="Baan Boa Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Thaweewong Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/75577/a_75577_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small luxury resort is located at the quiet end of Patong. The beach hotel is only 3 metres from the beach and is also just a short walking distance from the local shopping and entertainment complex.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16747.45" OriginalAmount="15651.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88818703" Longitude="98.29983498" StarRating="4" HotelCode="638706|2335505" HotelName="New Square Patong Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>99/11 Phang Muang Sai Kor Road, Patong, Kathu 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/627828/627828a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16766.69" OriginalAmount="15669.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.7907783017625" Longitude="98.32975802803" StarRating="3.5" HotelCode="380637|1910185" HotelName="Le Piman Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>43/148 Viset Road Moo 7, Chalong Bay-Rawai Beach Road, Rawai Beach, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/256228/256228a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Rawai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16790.75" OriginalAmount="15692.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.892735" Longitude="98.299953" StarRating="3" HotelCode="933885|1011815" HotelName="Orchid Resortel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>169/28-29 Soi Sansabai, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/447181/447181a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16810.00" OriginalAmount="15710.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.86490596" Longitude="98.33133774" StarRating="4" HotelCode="535565|2259615" HotelName="Villa Sonata Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53/23 Moo 5, Chalong-Nakok Road, Chalong, 83130 Phuket Town</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/575961/575961a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16996.46" OriginalAmount="15884.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8905220538026" Longitude="98.29599738121" StarRating="3" HotelCode="46077|918255" HotelName="The Viridian Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>206 / 24 Rat-U-Thit 200 Pee Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/26649/a_26649_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is conveniently located in Patong Beach, just a few minutes’ walk from the beach (the most beautiful beach in Phuket), entertainment spots and shopping centres. Kok Kloy (location of the nearest bus station) is a 10-minute drive away. Phuket Airport is about 25 km away and Phuket itself with its shopping venues is about 55 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17006.08" OriginalAmount="15893.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.087168" Longitude="98.371726" StarRating="4" HotelCode="409519|77224" HotelName="Mission Hills Phuket Golf Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>195 Moo 4, Pa Khlok, Amphur Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/100381/a_100381_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This golf resort is located on the beautiful island of Phuket in Southern Thailand. It lies just minutes from Phuket International Airport and so is only a brief journey away after a long flight. From the resort, guests then have access to everything that Phuket has to offer: exciting nightlife at Patong Beach, scuba diving at the Similans, trendy shopping at Jungcelon to name but a few. The sandy Nai Yang Beach is 8 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17068.63" OriginalAmount="15951.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.87494428" Longitude="98.42899776" StarRating="4" HotelCode="531420|1990245" HotelName="The Tide Beachfront Siray Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>168  Fapratharn Road, Moo 1, Rassada, 83000 Muang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Mueang</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/17217/2717217/1.jpg?f=15283996</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Mueang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17154.04" OriginalAmount="16031.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.0141546171666" Longitude="98.327248857828" StarRating="4.5" HotelCode="422072|1910225" HotelName="The Kiri Villas Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Massage Centre,Parking,Porter,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>232 /1 Moo 6 Baan Don Baan Yai Road, Tambon Srisoonthorn, Amphoe Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/75735/2175735/55.jpg?f=15680833</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Kiri Villas Resort in Thep Kasattri, you'll be close to Wat Pra Thong and Laguna Phuket Golf Club. This 4.5-star villa is within close proximity of Wat Si Sunthon and Ton Sai Waterfall.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 10 air-conditioned rooms featuring DVD players and LCD televisions. Rooms have private balconies or patios. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with separate bathtubs and showers feature deep soaking bathtubs and complimentary toiletries.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Pamper yourself with onsite massages or make use of the other amenities, which include complimentary wireless Internet access and concierge services. The complimentary beach shuttle makes getting to the surf and sand a breeze.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Cooked-to-order breakfasts are available daily for a fee.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include a computer station and dry cleaning/laundry services. Guests may use a roundtrip airport shuttle for a surcharge, and free self parking is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17298.39" OriginalAmount="16166.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8429024681782" Longitude="98.302469184124" StarRating="4" HotelCode="127045|1937885" HotelName="Hotel IKON Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>400/2 Patak Road, Karon, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/184001/a_184001_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17345.31" OriginalAmount="16210.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8227275516509" Longitude="98.299249064243" StarRating="3" HotelCode="130426|124204" HotelName="ibis Phuket Kata Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Lounge,Massage Centre,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88/8 Kata Road, Tumbon Karon, Amphur Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/188166/a_188166_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 10 minutes from the clear waters of Kata Beach and is ideal for families and couples alike with shopping, dining and nightlife just moments away. It is 10 km to the centre of Phuket and Phuket Airport is just 45 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17395.84" OriginalAmount="16257.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8242415341262" Longitude="98.297624894165" StarRating="3" HotelCode="936790|1603338" HotelName="The Blue Pearl Kata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100/86 - 90 Kata Road, Tambon Karon, 83100 Muang</AddressLine>
          </AddressLines>
          <CityName>Mueang</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/447201/447201a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Mueang. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17418.69" OriginalAmount="16279.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9460457362825" Longitude="98.26822578907" StarRating="4" HotelCode="26460|27894" HotelName="Namaka Resort Kamala" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17/38 Moo 6, Kamala Beach, Amphoe Kathu, 83150 Phuket</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/38602/a_38602_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the peaceful, sandy Kamala Beach. The resort is a tranquil retreat, offering privacy and luxury in an oceanfront setting, a short stroll from Kamala village centre with its shops and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17461.99" OriginalAmount="16319.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8991378043161" Longitude="98.303079950705" StarRating="4" HotelCode="267100|1524028" HotelName="Bauman Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>201 Pang-Muang Sai Kor Road, Patong, Kathu District, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232376/232376a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phuket, this hotel is about 1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17469.22" OriginalAmount="16326.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.7695912331206" Longitude="98.315915560119" StarRating="3" HotelCode="380607|1526808" HotelName="Navatara Phuket Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>90/28 Wiset Road Moo 6, Muang, Rawai, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/53/533381/533381a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Rawai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17505.30" OriginalAmount="16360.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.017256" Longitude="98.393645" StarRating="4" HotelCode="601467|2595115" HotelName="Boutique Resort Private Pool Villa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Hotel,Villa" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72/11-18 Thepkasatree Road, Tambon Paklok, Amphoe Talang, Pa Klok, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Pa Klok</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0029/59718/2959718/1.jpg?f=15030843</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Pa Klok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17679.73" OriginalAmount="16523.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.87991311" Longitude="98.29418453" StarRating="3" HotelCode="539641|1869428" HotelName="Ocean View Phuket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>5 Sirirat Road, Kathu, Phuket, Patong Beach 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/251381/251381a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17690.56" OriginalAmount="16533.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.886343322293" Longitude="98.294451595579" StarRating="4" HotelCode="56688|44204" HotelName="Baumanburi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>239/1 Rat-U-Thit 200 Pi Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73484/a_73484_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The "Pearl of the Andaman Sea" - Phuket - is one of the most popular travel destinations in the world. Green landscape, white beaches and crystal-clear water ensure that this is a imitate holiday hideaway.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17994.90" OriginalAmount="16817.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8954079065306" Longitude="98.29801172018" StarRating="3" HotelCode="130481|122634" HotelName="R-Mar Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Rat-U-Thid 200 Pee 1, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/137619/137619a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in the tourist heart of Patong, only a 5-minute walk to Patong beach, entertainment area and Jungceylon Shopping Mall. Phuket International Airport is approximately 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18193.39" OriginalAmount="17003.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8517865456228" Longitude="98.295557498932" StarRating="3" HotelCode="9035|27964" HotelName="Best Western Phuket Ocean Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>562 Patak Road, Karon Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/3909/a_3909_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the sandy Karon beach on the hillside, amongst coconut groves. The resort is situated a few minutes walk from the shopping centre, Karon village and the public bus stop to Phuket town, which is a 30-minute drive away. Guests will find restaurants, bars and shops 200 m away in Karon. Phuket Airport is only 60 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18217.45" OriginalAmount="17025.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.85632159" Longitude="98.34275451" StarRating="3" HotelCode="571657|3573715" HotelName="The Fusion Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>7/7 Soi Ta-ied Chao-fa West Road Moo 5, Amphoe Muang, Chalong, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/98525/2198525/1.jpg?f=15372975</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18228.27" OriginalAmount="17035.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8195789418546" Longitude="98.30749096201" StarRating="4" HotelCode="297809|1017488" HotelName="The Yama Hotel Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Patak Soi 2, Patak Road, Kata, Karon, Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/371135/371135a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kata Beach. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18263.16" OriginalAmount="17068.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.882993" Longitude="98.394968" StarRating="4" HotelCode="317431|246866" HotelName="Royal Phuket City Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>154 Phang Nga Road, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/32091/ba_32091_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is the right in the centre of Phuket Island's vibrant capital and is surrounded by shops, street bazaars, entertainment facilities and wonderfully old buildings. Sun-drenched beaches and golf courses are close by, while Phuket's international airport is just 30 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18328.12" OriginalAmount="17129.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8960822049003" Longitude="98.296578690436" StarRating="2" HotelCode="482008|2181665" HotelName="BearPacker Patong Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>162/3 Thaweewong Road, Kathu, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/617315/617315a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18358.19" OriginalAmount="17157.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.80709864" Longitude="98.33824079" StarRating="4" HotelCode="583246|3567545" HotelName="Aqua Resort Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>555 Soi Suk Somboon Moo 5, Mueng, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629821/629821a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Rawai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18426.76" OriginalAmount="17221.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.98395856" Longitude="98.28718154" StarRating="3" HotelCode="434931|1906305" HotelName="Chivatara Resort &amp; Spa Bang Tao Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>69/55 Moo 3, Cheung Talay, Bang Thao, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Cherng Talay</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/557544/557544a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cherng Talay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18443.60" OriginalAmount="17237.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.95017145681" Longitude="98.286502693254" StarRating="3" HotelCode="380651|1869728" HotelName="Clear House Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>97/97 Kamala Beach, Tambon  Kamala, Amphoe Kathu, Kamala, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/77935/2177935/1.jpg?f=15237455</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Kamala Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18473.68" OriginalAmount="17265.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.299486" Longitude="98.272046" StarRating="5" HotelCode="293692|1006045" HotelName="Le Coral Hideaway Beyond Phuket Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Jacuzzi,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/9 Moo 8 Natai, Thai Muang, Khok Kloi, Phang Nga 82120</AddressLine>
          </AddressLines>
          <CityName>Khok Kloi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/226577/226577a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The complex has 58 rooms. To ensure guests a comfortable and relaxing stay, the resort provides various services and facilities, including 24-hour room service, a conference room and a business centre. Wireless internet access is provided in public areas. Guests arriving by car can park their vehicles in the car park. A bicycle hire service (no extra charge) gives guests the opportunity to explore the surrounding area independently.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18478.48" OriginalAmount="17269.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89113" Longitude="98.297676" StarRating="4" HotelCode="296394|946305" HotelName="Sleep With Me Design Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187/5 Rat-U-Thit- 200 Pee Road, Patong Beach 83150, Kathu, Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/228774/228774a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18495.32" OriginalAmount="17285.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9038781" Longitude="98.3033694" StarRating="3" HotelCode="302452|1254018" HotelName="iCheck inn Central Patong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>184/32-33 Phangmuang Sai Kor Road, Patong 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/41/414013/414013a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Patong, this hotel is about 800 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18538.64" OriginalAmount="17325.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8334377943862" Longitude="98.29640775919" StarRating="3" HotelCode="9980|248396" HotelName="Phuket Island View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144 Karon Road, 83100 Karon Beach</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/5994/a_5994_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is ideally located just across the street and a 3-minute walk from the unspoiled Karon Beach which faces the enchanted Andaman Sea. It is set in a tropical garden and is only a short stroll away from the exciting nightlife and shopping of Karon and Kata Central. The bus station is 2 km from the hotel and the nearest links to the public transport network are 150 metres away. From the hotel it takes about 15 minutes to get to Patong Beach, 30 minutes to reach the centre of Phuket Town and about 50-60 minutes by car to Phuket Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18574.72" OriginalAmount="17359.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.90239985" Longitude="98.30089388" StarRating="4" HotelCode="448902|1939655" HotelName="The Lunar Patong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>31/1 Rat-Uthit, 200 Pee Road, Patong Beach, Amphur, Katu Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/498721/498721a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18578.34" OriginalAmount="17362.93" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="0|1011855" HotelName="CC'S HIDEAWAY HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84/21 Patak Soi 10, PO Box 18, Karon Post Office</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/10/1011855/uln3qwWb_b3506bb92af9f799192fde2d16fae34f.jpg</HotelPictures>
        <HotelDescription>LOCATION
This family-friendly Karon hotel is located in the mountains, within 1 mi (2 km) of Kata Porpeang Market and Dino Park Mini Golf. Kok Chang Safari Elephant Trekking and Karon Market are also within 3 mi (5 km).
ROOM
All 42 rooms provide conveniences like refrigerators and coffee makers, plus free WiFi and LED TVs with satellite channels. Other amenities available to guests include balconies, minibars, and room service.
RESTAURANT
Sanctuary Bar and Sky Terrace serve unique cocktails and refreshments all day long. Dine at Refuge Restaurant with a variety of Thai and international favourites.
PROPERTY AMENITIES
Additional services and facilities include a 24-hour business centre, tour/ticket assistance and massage, as well as a salon. Guests can take the free shuttle to Kata Noi, Kata Yai and Karon. Thai crafted teak furniture and various pieces of original artworks, all rooms are air conditioned and feature a private balcony, 32-inch flat-screen cable TV and private bathroom. A minibar and tea/coffee maker is provided.&lt;br/&gt;The CC&amp;#039;S HIDEAWAY HOTEL is a City hotel, Tourist hotel. The nightlife/restaurants are easily accessible by taxi or bus from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18584.35" OriginalAmount="17368.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8901341363404" Longitude="98.296701630619" StarRating="3" HotelCode="142248|1390078" HotelName="Amata Patong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>189/29 Rat-U-Thit Songroi Pi Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/10/106648/106648a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort enjoys an ideal situation, just 10 minutes’ walk from the beach in the famous Patong area, which is home to many attractions frequented by tourists. It offers guests easy access to the restaurants, shopping centres and nightlife of Patong, and Phuket Town is just a 20-minute drive away. Phuket International Airport is just 40 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18619.23" OriginalAmount="17401.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8806064037038" Longitude="98.293528926567" StarRating="3" HotelCode="171365|1869758" HotelName="Platinum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/14 Sirirat Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/152542/152542a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Phuket's entertainment area, 8 minutes’ walk from the famous Patong Beach. Its location is very convenient with many leisure activities nearby, including a major shopping centre. Various restaurants are in the immediate proximity of the hotel, which is some 800 m from links to the local public transport network and 1.5 km away from the bus station. Phuket International Airport is approximately 43 km away from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18626.45" OriginalAmount="17407.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8541882697837" Longitude="98.344204094348" StarRating="3" HotelCode="385352|3591555" HotelName="Floraville Phuket Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Soi Ta-iad, Tambol Chalong, Amphur Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/69204/2269204/1.jpg?f=15468801</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18669.76" OriginalAmount="17448.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.6012533662796" Longitude="98.375134486816" StarRating="3" HotelCode="102473|245406" HotelName="Ban Raya Resort &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7/26 Moo 3, T. Rassada, A. Muang, Ko Racha Yai, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Ko Raya Yai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/143262/a_143262_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is located on a private property set amidst 60 acres of coconut palms and lush tropical gardens. The establishment is situated right beside Kon Kare Bay, which features the best coral reefs on Raya Yai Island. Restaurants can be found within around 2 minutes' walk of the establishment and a range of beaches, including Ter Bay, Lha Bay, Siam Bay and Patok Bay lie within 1 km of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18917.56" OriginalAmount="17679.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88546" Longitude="98.293629" StarRating="4" HotelCode="376207|1622218" HotelName="Paripas Patong Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230 Rat-U-Thit 200 Pee, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/79222/ddc5b2e2-5fa1-48d9-ad57-ef7b0d55b214.jpg?d=636646752260000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19149.73" OriginalAmount="17896.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.86467" Longitude="98.345189" StarRating="4" HotelCode="188576|1573868" HotelName="Sukko Cultural Spa and Wellness" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5/10 Moo 3, Tumbon Vichit, Amphur Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/575341/575341a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19372.28" OriginalAmount="18104.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8435176842833" Longitude="98.29684227705" StarRating="4" HotelCode="65107|99552" HotelName="The Old Phuket Karon Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192/36 Karon Road, Karon Beach, Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/83922/a_83922_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built as a replica of the architecture that still remains in the old sections of Phuket Town, this beach hotel provides guests with an historical alternative to the typical hotel holiday. The golden sands of Karon Beach stretch out to the Andaman Sea directly in front of the hotel. Phuket Town is a 25-minute drive away, whilst Phuket International Airport is 55 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19425.21" OriginalAmount="18154.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.7710794639759" Longitude="98.317865150257" StarRating="4" HotelCode="171036|918305" HotelName="Rawai Palm Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66/2 Viset Road, Tambon Rawai, Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/144129/144129a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated near Rawai beach, 100 metres away from the beach on the southern tip of Phuket Island. It is surrounded by a secluded environment with a tranquil tropical garden. It is 5 minutes away from Promthep Cape, famous for its most beautiful, romantic and spectacular sunsets. It is situated some 25 minutes to Phuket Town and 20 minutes to Patong Beach. Phuket International Airport is approximately 50 minutes away from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19464.90" OriginalAmount="18191.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.09329285" Longitude="98.30292222" StarRating="4" HotelCode="322892|1591138" HotelName="Proud Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Soi Naiyang 2, Naiyang Beach, Talang, Insel Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/436885/a_436885_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Phuket, this boutique hotel has the perfect ambience for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19517.84" OriginalAmount="18240.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.3070271038968" Longitude="98.273490965366" StarRating="4" HotelCode="39157|43154" HotelName="The Hotspring Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Moo 8, Na Toey, Thai Muang District, 82120 Phang Nga</AddressLine>
          </AddressLines>
          <CityName>Thai Mueang</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/64597/a_64597_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated along Na Toey Beach in Kok Klong district. The blue sea is only a 5-minute walk away from the hotel, as is the Mineral Hot spring, which spurts 1-1.5 m out of the ground. The hot spring source was discovered on this land about 40 years ago. The water originally sprang out about 3.5 m above the ground. However, due to development of the area, a concrete wall was made to cover the spring, reducing its height. The local market is around 10 minutes away, as is the bus station. Guests will find Phuket town just a 50-minute drive away, and night life in Patong. It is just a 30-minute drive to Phuket International Airport (crossing Sarasin Bridge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19784.89" OriginalAmount="18490.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.90326701" Longitude="98.31371169" StarRating="4.5" HotelCode="523084|1967545" HotelName="Mai House Patong Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5/5 Phrabarami Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/543922/543922a_hb_a_002.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20039.91" OriginalAmount="18728.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.978289" Longitude="98.281269" StarRating="4" HotelCode="27096|83897" HotelName="Novotel Phuket Surin Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106/27 Moo 3, Cherngtalay, Talang, Surin Beach, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39077/a_39077_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on the sandy Surin beach and captures the warmth and beauty of this tranquil corner of Thailand. It is a magical place, where guests can relax to the sounds of the surf or explore Phuket and its chic shopping, lively nightlife and astounding sights. This establishment is about 20 km from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20248.03" OriginalAmount="18923.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.95012519" Longitude="98.28220816" StarRating="4" HotelCode="436350|2144365" HotelName="Wabi Sabi Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73/183 Moo 3, Kathu district, Kamala 83150</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/26552/2526552/1.jpg?f=15377151</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is among the facilities. Wireless internet access is available to guests in the public areas. There is also a garden. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20286.52" OriginalAmount="18959.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8839503397126" Longitude="98.390719013112" StarRating="3" HotelCode="338476|1190658" HotelName="Casa Blanca Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26 Phuket Road, Taladyai, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236779/236779a_hb_a_072.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Phuket, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20379.15" OriginalAmount="19045.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89180368" Longitude="98.30208977" StarRating="3.5" HotelCode="531478|1925765" HotelName="SunSeaSand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>184/22 Phangmuang Sai Goh Road, Patong, Amphoe Kathu, 83150 Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/08329/3608329/1.jpg?f=15655746</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20475.38" OriginalAmount="19135.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.84858" Longitude="98.294396" StarRating="3" HotelCode="96666|83356" HotelName="Sugar Marina Resort - Art" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>542/1 Patak Road, Karon Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/134252/p_134252_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on sandy Karon beach, only 5 minutes' walk from restaurants and shopping in the centre of Karon, and around 30 minutes' drive from Phuket Town with its bus station. There are attractions such as the Chalong Temple, Phuket Fantasea and Promthep Cape all within a 20-minute drive of the hotel. It is about 45 minutes' drive from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20478.99" OriginalAmount="19139.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9019807352498" Longitude="98.299081921577" StarRating="3" HotelCode="87724|1519348" HotelName="Thanthip Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41/3 Chalermphrakiat Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/138100/138100a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is perfectly located in the area of Patong Beach, the most beautiful beach in Phuket, on Chalermprakiat Road. Many attractions and local facilities, like a shopping centre and entertainment complex, are right nearby. It is around 15 minutes' walk to Patong Beach and Patong Town. Phuket Town is around 35 minutes' drive away and Promthep Cape is also some 30 minutes' drive from the hotel. The resort is about 50 minutes' drive from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20577.63" OriginalAmount="19231.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.893258563534" Longitude="98.296399712563" StarRating="3" HotelCode="9051|1573068" HotelName="Tropica Bungalows" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Bungalow Complex,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Thaweewong Road, Patong Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/156236/156236a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Patong Beach. It is just one minute’s walk from Beach Road and within easy access of restaurants and pubs. Shopping venues are about a 5-minute walk away and Phuket International Airport is approximately 45 minutes’ drive from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20618.53" OriginalAmount="19269.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8294931921525" Longitude="98.295981287956" StarRating="3" HotelCode="27100|36454" HotelName="Karona Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi Karon Soi 2, T. Karon, A. Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39163/a_39163_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located right by the Andaman Sea, in one of the most perfect spots on Phuket Island, at the far south of Karon beach and a 15-minute drive from Patong Beach. It is 5 minutes from Kata's centre, 20 minutes from central Phuket and 50 minutes from Phuket Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20788.14" OriginalAmount="19428.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8902603054623" Longitude="98.302884061993" StarRating="3" HotelCode="383336|1867968" HotelName="Amici Miei Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>74/38 Soi Banzaan, Kathu, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/78540/2178540/1.jpg?f=15084718</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21099.70" OriginalAmount="19719.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.99690092" Longitude="98.29965944" StarRating="3" HotelCode="614514|2286015" HotelName="Oceanstone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>139 Soi Cherngtalay 16, Srisoonthorn Road, Choeng Thale, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Cherng Talay</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/636596/636596a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Cherng Talay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21145.43" OriginalAmount="19762.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8838224102482" Longitude="98.388461616238" StarRating="3" HotelCode="188502|1177988" HotelName="The Memory at On On Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Phang-Nga Road, Talad Yai, Amphoe Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236609/236609a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21288.57" OriginalAmount="19895.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89751509" Longitude="98.2982763" StarRating="3" HotelCode="445156|1907165" HotelName="Lub d Phuket Patong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5/5 Swatdirak Road, Kathu, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/50/505861/505861a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21331.88" OriginalAmount="19936.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89907442" Longitude="98.3035568" StarRating="4" HotelCode="572420|2181615" HotelName="The Marina Phuket Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>240/9 Phangmuang Sai Kor Road, Amphoe Kathu, Patong Beach 83150, Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/610841/610841a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21440.15" OriginalAmount="20037.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.12072118" Longitude="98.30218652" StarRating="4" HotelCode="433614|1925625" HotelName="Coriacea Boutique Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>89/2 Soi MaiKhao 6 Moo 4, Mai Khao, Amphoe Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Mai Khao Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/543282/543282a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Mai Khao Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21461.79" OriginalAmount="20057.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88976397" Longitude="98.29667774" StarRating="3" HotelCode="225595|1868568" HotelName="Baipho Lifestyle Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>205/12-15 Rat-U-Thit 200 Pee Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/304902/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21706.00" OriginalAmount="20285.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.83118572" Longitude="98.30091912" StarRating="3" HotelCode="353810|3590845" HotelName="Kata Tranquil Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11/12 Patak Road, Kata-Karon Beach, Tambon Karon 83100, Amphoe Mueang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/77571/2177571/1.jpg?f=15419900</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21731.26" OriginalAmount="20309.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9449765800062" Longitude="98.27904114512" StarRating="4" HotelCode="902045|1575468" HotelName="The Pe La Resort, Kamala Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10/33 Moo 6, Kamala, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/633458/633458a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kamala Beach. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21864.79" OriginalAmount="20434.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.12617091" Longitude="98.30463212" StarRating="2" HotelCode="701756|3566135" HotelName="Maikhao Beach Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>162/31 Mai Khao Soi 7 Moo 4, Tambon Mai Khao, Amphoe Talang, Mai Khao Beach, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=7366747</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21870.80" OriginalAmount="20440.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8875379994014" Longitude="98.294027782509" StarRating="5" HotelCode="75843|85602" HotelName="Swissôtel Resort Phuket Patong Beach" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Ruam Jai Road, Patong Beach, Amphoe Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103218/a_103218_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on a quiet side street on the southern end of Patong Beach, creating the perfect Thai resort getaway. It is within walking distance of great shopping and entertainment areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22003.13" OriginalAmount="20563.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.829392" Longitude="98.301227" StarRating="3" HotelCode="173618|1573518" HotelName="Lae Lay Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>214/22 Patak Road, Karon, A. Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/156353/156353a_hb_a_900.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the hillside that overlooks the bays of Kata and Karon. It is in the best location, only a short walk from Kata Beach. From the hotel, guests can walk to Chalong Bay and also enjoy the entertainment and shopping area around hotel. The resort is a 10-minute drive from Patong and a 20-minute drive from Phuket City. Phuket International Airport is 40 minutes away by car (approximately 43 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22130.64" OriginalAmount="20682.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9856701789033" Longitude="98.290557861328" StarRating="3" HotelCode="70780|245676" HotelName="Bangtao Village Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72/26 Srisoonthorn Road Moo 3, Bangtao Beach 83110, Phuket Province</AddressLine>
          </AddressLines>
          <CityName>Bang Tao Bay</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/93139/a_93139_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is just 3 minutes from Bangtao Beach and right next to the aquarium, as well as 10 minutes from the Phuket Fantasy Show. The nearest shopping centre is 10 minutes away and it is 15 minutes to Patong Beach, and 30 minutes to Phuket Airport and Phuket town.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22183.56" OriginalAmount="20732.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.85359427" Longitude="98.34052264" StarRating="4" HotelCode="518538|3570135" HotelName="Chalong Miracle Lakeview Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>11/1 Chao Fah Tawantok Road, Chalong, A. Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/78250/2178250/1.jpg?f=15461103</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22199.20" OriginalAmount="20746.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.76657177" Longitude="98.31648896" StarRating="3" HotelCode="639653|3630425" HotelName="Cview Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>95 Moo 6, Thanon Laem Prompthep, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/26942/3726942/1.jpg?f=15261890</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rawai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22246.12" OriginalAmount="20790.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.892276" Longitude="98.300165" StarRating="4" HotelCode="188471|464005" HotelName="The Lantern Resorts Patong" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181/4 Soi Sansabai, Rai-U-Thit 200 Pee Road, Patong Beach, Kathu 83150, Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/151730/151730a_hb_a_025.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the Patong area, offering easy access to the shopping centre in just 5 minutes on foot. Phuket Town is a 15-minute drive and Phang Nga is an hour's drive. Phuket International Airport is around 40 minutes away and it takes just 10 minutes to walk to the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22377.24" OriginalAmount="20913.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.889978" Longitude="98.295675" StarRating="3" HotelCode="102472|1390028" HotelName="Tony Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>206/30 Rat-U-Thit 200 Pee Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/303174/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located in the middle of the Patong area, just a 5-minute walk from Patong Beach and with a shopping centre, restaurants and nightlife in the surroundings. Phuket International Airport is situated approximately 40 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22418.14" OriginalAmount="20951.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.824169803199" Longitude="98.301942794172" StarRating="3.5" HotelCode="11174|3568605" HotelName="Bougainvillea Terrace House Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>86 Patak Road, Kata Beach, Karon, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/301951/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Kata Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22430.17" OriginalAmount="20962.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8008581677455" Longitude="98.33662211895" StarRating="5" HotelCode="99284|3542405" HotelName="Serenity Resort &amp; Residences" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, Moo 5 Viset Road, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/139154/a_139154_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort offers a supreme beachfront location in the serene Chalong Bay and provides the tropical escape Phuket is famous for. Just a short drive from Rawai and Chalong, a range of local shopping and dining is within easy reach. Conveniently located, the resort is only 15 minutes from international standard hospitals, world class restaurants, shopping centres and Phuket Town. The Phuket International Airport is located roughly 50 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22456.64" OriginalAmount="20987.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88125" Longitude="98.293706" StarRating="3" HotelCode="177499|2260945" HotelName="Azure Phuket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34/81-88 Prachanukroh Road, Patong Beach, Amphoe Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/588842/588842a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel located in the centre of Patong city, just a 10-minute walk from Patong Beach. It also is situated a 40-minute drive from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22591.37" OriginalAmount="21113.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.814038601122" Longitude="98.300959467888" StarRating="4" HotelCode="96816|89629" HotelName="Sugar Palm Grand Hillside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Khoktanod Soi 3, Kata Beach, Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/134426/a_134426_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is situated in the Kata Beach area. The shopping centre is just 15 minutes from the accommodation and guests will find a number of restaurants, bars and pubs in the immediate vicinity. A taxi and shuttle bus station can be found right in front of the hotel and the nearest beach is Karon beach. Kata viewpoint is just a 10-minute drive away. Shops can be found in the town centre, which is 1 km from the accommodation and sights such as Patong Beach and Promthep Cape are 10 km away. The centre of Phuket can be reached in 30 minutes by car and Phuket International Airport is 45 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22716.47" OriginalAmount="21230.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.10179448" Longitude="98.3032642" StarRating="3" HotelCode="583087|3633415" HotelName="Himaphan Boutique Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60/16 Soi Nai Yang 16 Moo 1, Sakhu, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Sa Khu</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/76386/2176386/1.jpg?f=15076938</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Sa Khu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22764.59" OriginalAmount="21275.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9019647948055" Longitude="98.299725651741" StarRating="3" HotelCode="75296|83565" HotelName="ibis Phuket Patong Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Chalermphrakiat Road, Kathu District, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102545/a_102545_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated just 500 metres from Patong beach and within 10 minutes’ drive of a range of bars, restaurants and nightlife venues. For shopping, guests should head to the Jungceylon shopping mall, 1 km away. Other activities such as go-karting and elephant trekking can also be found nearby. Phuket International Airport is 40 km away and can be reached within 45 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22853.61" OriginalAmount="21358.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.0604990587146" Longitude="98.279126286507" StarRating="4" HotelCode="55927|44214" HotelName="Naithonburi Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Moo 4, Tambon Sakhu, Amphur Thalang, 83140 Phuket</AddressLine>
          </AddressLines>
          <CityName>Nai Thorn</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/72429/a_72429_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on the secluded island paradise of Nai Thon Beach, which is famous for its pristine beaches and unique natural surroundings. It is an ideal spot for discerning travellers looking for peace and tranquillity combined with complex luxury. The resort’s excellent location means that it is just 100 metres from the beach and only 10 minutes away from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22913.75" OriginalAmount="21414.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8918512016105" Longitude="98.301562525672" StarRating="3" HotelCode="933376|1479748" HotelName="Sira Grande Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>184/44-47 Phangmuang Sai Kor Road, Kathu, Patong Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/635181/635181a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a restaurant, a transfer service and room service. Wireless internet access is available to guests in the public areas. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23046.08" OriginalAmount="21538.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.843902" Longitude="98.294714" StarRating="3" HotelCode="69648|245246" HotelName="Baan Karonburi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>194/1 Karon Road, Karon Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/91750/a_91750_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located only a few metres from the large expanse of Phuket's finest white sand beach, making it ideal for sun seekers, ocean lovers and sunset admirers alike. It is a 45-minute scenic drive from the international airport, 10 minutes from Patong Beach and 20 minutes from Phuket town. Restaurants, bars and shopping opportunities can all be found in the immediate vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23381.70" OriginalAmount="21852.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.28759125" Longitude="98.27446028" StarRating="5" HotelCode="903976|277905" HotelName="Natai Beach Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>55 Moo 6, Kok Kloi, Takua Thung, Phang Nga 82140</AddressLine>
          </AddressLines>
          <CityName>Takua Thung</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/147397/147397a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated on the golden sandy shores of Natai Beach in Phang Nga. The centre of Kok Kloi is 4 km from the hotel, Thalang City is around 35 km away and Phuket Town is 50 km away. Kok Kloi bus terminal is 15 minutes away by car, Phang Nga National Park is half an hour's drive, Phang Nga Bay, Koh Panyi Island and Hat Khao Lak are all around an hour's drive, Mo Koh Similan is a 2-hour drive, and Surin National Park is approximately two and a half hours by car.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23437.03" OriginalAmount="21903.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9069567805185" Longitude="98.29833894968" StarRating="3" HotelCode="188379|1910595" HotelName="Seven Seas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Phrabarame 4, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/303936/303936a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23634.32" OriginalAmount="22088.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.80411539" Longitude="98.33116969" StarRating="4" HotelCode="537538|2272245" HotelName="Saturdays Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>136/275-276 Saiyuan-Kata Road, Rawai Sub-District, Muang District, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/617945/617945a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23663.19" OriginalAmount="22115.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.856909" Longitude="98.295933" StarRating="4" HotelCode="188508|1573328" HotelName="Pacific Club Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Patak Road Soi 24, Karon Beach, Phuket, 83100</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/303140/303140a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23717.32" OriginalAmount="22165.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8791899003613" Longitude="98.394953996675" StarRating="4" HotelCode="82346|1939385" HotelName="Novotel Phuket Phokeethra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Chanajaroen Road, Tambol Talad Yai, Amphur Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Mueang</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/111143/a_111143_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is situated just opposite Phuket's central bus station and provides a convenient gateway to the rest of the island. Phuket town is approximately 1 km from the guesthouse and the beach is around a 20-minute drive away. Guests will find shops within 100 metres of the hotel and nearby attractions include Wat Chalong (30-minute drive), Khatu Waterfall (40 minutes) and Phromthep Cape (45 minutes). Phuket International Airport is roughly 35 km from the city hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23882.13" OriginalAmount="22319.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9009871130451" Longitude="98.299323320389" StarRating="4" HotelCode="200990|27864" HotelName="Andaman Beach Suites Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60/12 Rat-Uthit Song Roi Pee Road, Patong Beach 83150, Kathu, Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7726/a_7726_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly beach hotel is situated along Patong Beach. It lies around 500 metres from the centre of the resort, where guests will find a range of shops, nightlife spots and tourist attractions. The local bus stop is roughly 200 metres away and restaurants, bars and pubs can also be found the same distance away. Jungseylon is approximately 15 minutes' walk from the establishment and Phuket town is around 3 km away. Phuket International Airport is approximately 45 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23954.30" OriginalAmount="22387.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.880871" Longitude="98.392779" StarRating="3" HotelCode="65124|44114" HotelName="Metropole" 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,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Surin, Montri Road, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/302522/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the left hand side of the circle, only 32 km from the airport and 20 minutes from the beach. It is situated in the heart of Phuket, and offers easy access to downtown shopping plazas and exotic local market places. Restaurants, bars, exciting nightlife, links to public transport and the bus station can all be found in the immediate vicinity. Kao Rung, Sapanhin and Koh Silae are all about 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24253.84" OriginalAmount="22667.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8433981140668" Longitude="98.295332193375" StarRating="3" HotelCode="58118|36444" HotelName="Karon Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>194 Karon Road, 83100 Karon Beach</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/75285/a_75285_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel enjoys an idyllic location in the heart of Karon Beach, making fantasies a reality. The beach is just 30 metres away, and shops can be found 200 metres from the hotel in the Karon Plaza. Patong Beach is a 10-minute drive away, whilst Phuket is some 20 minutes from the hotel. Guests will find more shops, tourist attractions and nightlife spots here. Phuket International Airport is some 50 km from the hotel, a scenic 45-minute drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24378.94" OriginalAmount="22784.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8959419195584" Longitude="98.300380110741" StarRating="4" HotelCode="47095|28404" HotelName="The Royal Paradise Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>135/23 Rat-U-Thit 200, Pee Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/6353/a_6353_L2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in a central location, divided from the beach by just a promenade. Countless shops and entertainment venues are only a few minutes away. Phuket airport is approximately 50 minutes away with public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24727.80" OriginalAmount="23110.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.904001" Longitude="98.313587" StarRating="5" HotelCode="167014|247126" HotelName="Wyndham Sea Pearl Resort Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Prabaramee Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/233776/a_233776_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is set on a hill in the prime area of Phuket. It is only 5 minutes' drive from Patong Beach and the shopping centre of Phuket, where guests can visit the Jungceylon Department Store. It is some 15 km from the pier and Phuket Airport lies about 45 km from the resort.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25075.45" OriginalAmount="23435.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.04396" Longitude="98.3323" StarRating="3" HotelCode="585151|4942865" HotelName="Layan Tara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>215 Baan Don Kok-Tanode Road Moo 4, Thepkrasattri, Thalang, Thep Kasattri, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Thep Kasattri</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10369891</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Thep Kasattri.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25329.28" OriginalAmount="23672.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8118224041067" Longitude="98.298797607422" StarRating="3" HotelCode="26361|28294" HotelName="Orchidacea Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>210 Knoktanod Road, Kata Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/38600/w_38600_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Surrounded by tropical greenery and situated on a slope, this club resort overlooks the Bay of Kata. The beach and resort centre can be reached within 3 to 10 minutes on foot. Guests will find plenty of restaurants, shops and bars in the centre. The transfer time to Phuket airport is approximately 50 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25364.16" OriginalAmount="23704.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8155187165577" Longitude="98.301648795605" StarRating="3" HotelCode="24634|28454" HotelName="Chanalai Flora Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>175 Koktanode Road, Muang, Kata Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/07/071541/071541a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on a beautiful hillside south of Kata Beach, just 20 minutes' walk from the famous Patong Beach and close to other scenic spots on the hill. Patong beach is a 20-minute walk away, and the centre of Phuket is a 30-minute drive away. The airport is 50 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25549.42" OriginalAmount="23877.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8808695328744" Longitude="98.291857919188" StarRating="5" HotelCode="310477|1252068" HotelName="Fishermen's Harbour Urban Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2/21 Siriraj Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/424642/a_424642_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25617.98" OriginalAmount="23942.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.825877" Longitude="98.327682" StarRating="4" HotelCode="904028|1573288" HotelName="Chalong Chalet Resort &amp; Longstay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66/11 Patak Road, Chalong, Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Chalong Bay</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150382/150382a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is perfectly situated atop a majestic hilltop, overlooking the magnificent Chalong Bay and its serene mountain ranges. The centre of Phuket is around 25 minutes' drive away. Guests will find the nearest restaurants, bars, clubs and shopping facilities around 15 minutes' drive away. Naiharn Beach is some 25 minutes' from the property. The big buddha and Chalong Temple are both roughly 20 minutes' drive away, Promthep Cape and the beaches at Karon and Kata are about 25 minutes' away and the nightlife of Patong Beach is approximately a 30-minute drive away. Phuket International Airport and Krabi Airport are both roughly 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25723.84" OriginalAmount="24040.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.820853" Longitude="98.400393" StarRating="4" HotelCode="67224|66814" HotelName="Bel Air Resort &amp; Spa - Panwa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89/9 Moo 7, Sakdidet Road, Tambon Wichit, Amphur Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/86949/a_86949_J2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 10 km from the centre of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25790.01" OriginalAmount="24102.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8309028370511" Longitude="98.300035446882" StarRating="3" HotelCode="394751|1071208" HotelName="Baan Karon Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>213 Patak Road, Karon 83100, Phuket</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/93550/a_93550_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between Karon and Kata beach, 5 minutes by foot from Karon beach, 8 minutes from Kata beach, 10 minutes by car from Patong beach and 45 minutes to Phuket Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25907.89" OriginalAmount="24212.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88649061" Longitude="98.39156554" StarRating="2" HotelCode="628076|3639355" HotelName="Book A Bed Poshtel Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/15 Dibuk Road, Tambon Talad Yai, Amphoe Mueang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/801989/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25960.82" OriginalAmount="24262.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8278299594498" Longitude="98.298903604736" StarRating="3" HotelCode="900833|1573928" HotelName="Kata Garden Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Patak Road, Mueang Phuket, Karon, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/138092/138092a_hb_a_010.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Kata Beach. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25969.24" OriginalAmount="24270.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8483" Longitude="98.296318" StarRating="3" HotelCode="188566|1525048" HotelName="Simplitel Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>470/4 Patak Road, Tambol Karon, Amphur Meung, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/157037/157037a_hb_a_021.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is situated in the centre of the shopping, dining and entertainment area of Karon. It is only 300 metres from the beautiful sandy beach of Karon, where guests can enjoy the peaceful sea, sun and sand. Phuket Town is approximately a 20-minute drive from the hotel, while the Phuket International Airport is a 45-minute drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26174.95" OriginalAmount="24462.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8243484201602" Longitude="98.300610094582" StarRating="3" HotelCode="96806|1002295" HotelName="The Beach Boutique House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98/18-21 Kata Road, Karon Sub-district, Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/134416/w_134416_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Kata beach, which is one of the famous beaches in Phuket. It is only a 4-minute walk from the beautiful beach. The hotel is close to a shopping centre, entertainment and international restaurants. It is roughly 200 m from the centre of Kata and the nearest bus stop. Phuket International Airport is about 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26205.02" OriginalAmount="24490.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.98453149" Longitude="98.28636829" StarRating="3" HotelCode="144972|2265045" HotelName="Ma Maison Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82/31 Moo 3, Bangtao Beach, Chang Talay, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/256058/256058a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bang Tao Bay. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26458.84" OriginalAmount="24727.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.783218" Longitude="98.311047" StarRating="0" HotelCode="964917|2428065" HotelName="Wyndham Nai Harn Beach Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Moo1, Soi Naya, Nai Harn Beach 83100, Rawai, Muang, Chang Wat Phuket</AddressLine>
          </AddressLines>
          <CityName>Nai Harn Beach</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/28596/3828596/12.jpg?f=15657757</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26458.84" OriginalAmount="24727.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.7949562647334" Longitude="98.315212404597" StarRating="3" HotelCode="380725|1869088" HotelName="Phuket Riviera Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>95/23 Saiyuan Road Moo 1, Naiharn Beach, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/251430/251430a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Rawai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26515.38" OriginalAmount="24780.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.84743252" Longitude="98.29344879" StarRating="3" HotelCode="352964|1894865" HotelName="Anda Beachside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>210/2 Karon Road, Phuket 83100, Amphur Muang Phuket</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/69093/2469093/43.jpg?f=15606517</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26638.08" OriginalAmount="24895.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8859248907683" Longitude="98.28903248604" StarRating="3" HotelCode="933375|1869198" HotelName="Patong Signature Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4,6,8 Taweewong Road, Kathu, Patong Beach, Phuket Province 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/605322/605322a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a restaurant, a bar, a babysitting service, a childcare service and room service. Wireless internet access is available to guests in the public areas. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26648.91" OriginalAmount="24905.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8962137" Longitude="98.29645879" StarRating="4" HotelCode="522797|2204255" HotelName="Araya Beach Hotel Patong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>162-162/1-2 Taweewong, Kathu District, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/585199/585199a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26698.23" OriginalAmount="24951.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89896025" Longitude="98.30176839" StarRating="3.5" HotelCode="856607|2493065" HotelName="Woovo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Rajpathanusorn Road, Patong Sub District, Kathu District, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1102502/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26793.26" OriginalAmount="25040.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.90515504" Longitude="98.3005114" StarRating="4" HotelCode="834185|2302565" HotelName="Zenseana Resort &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>147 Prabaramee Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/59111/3759111/22.jpg?f=15606950</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26814.92" OriginalAmount="25060.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.906912" Longitude="98.307533" StarRating="3.5" HotelCode="188539|1573728" HotelName="Prince Edouard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Soi Prabarami Sam 32, 83150 Patong, Kathu District, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/302050/302050a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26948.44" OriginalAmount="25185.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.87764584" Longitude="98.29900993" StarRating="4" HotelCode="385641|2373255" HotelName="Patong Bay Hill Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Kitchen,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>79 Hasib Pee Road, Patong 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/643990/643990a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27119.26" OriginalAmount="25345.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.883447" Longitude="98.274139" StarRating="4" HotelCode="261799|1466458" HotelName="Absolute Twin Sands Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Muen Nguen Road, Patong 83150, Kathu</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/3/6/7/4/2/1/2/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Kathu. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27192.64" OriginalAmount="25413.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9159381" Longitude="98.39401836" StarRating="3.5" HotelCode="622763|3542725" HotelName="Supicha Pool Access Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>999 Moo 2, Tambon Koh Kaew, Amphoe Mueang, Ratsada, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Ratsada</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/90611/3690611/1.jpg?f=15235166</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ratsada.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27367.07" OriginalAmount="25576.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.981714" Longitude="98.280595" StarRating="4" HotelCode="168619|1523238" HotelName="Surin Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Had Surin Soi 8, Srisoonthorn Road, Cherngtalay, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/140094/140094a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the centre of Patong beach, with restaurants, bars, and shops surrounding it on all sides. It is a very convenient base for younger travellers who want to fully enjoy the nightlife of Patong. The hotel is located approximately 25 minutes from Phuket town and 40 km from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28076.81" OriginalAmount="26240.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9893282" Longitude="98.29870225" StarRating="3" HotelCode="572256|2260935" HotelName="Pumeria Resort Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>262/41 Srisoontorn Road Moo 5, Cherngtalay, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/79262/cad4fee5-d3ba-40a4-be2f-1c705f8cf116.jpg?d=636646942850000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Phuket, near a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28081.63" OriginalAmount="26244.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9901270681266" Longitude="98.291683942467" StarRating="4" HotelCode="58282|84256" HotelName="Sunwing Bangtao Beach" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Family-friendly 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Moo 2, Bangtao Beach, Chueng Thalay, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Bang Tao Bay</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/75523/a_75523_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located directly on the white-sand Bangtao Beach of Bangtao Bay, on the western side of Phuket Island. Phuket International Airport is located roughly 25 km from the resort.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28418.45" OriginalAmount="26559.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.7782538208015" Longitude="98.294157385826" StarRating="3" HotelCode="56689|46964" HotelName="Baan Krating Phuket Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11/3 Moo 1, Wiset Road, Ao Sane Beach, Rawai, 83130 Phuket</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73485/a_73485_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies about 15 minutes from the capital of the island of Phuket. The airport is just 45 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28471.37" OriginalAmount="26608.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8040071192809" Longitude="98.330916728836" StarRating="4" HotelCode="934307|938995" HotelName="Two Villas Holiday - Onyx Style Nai Harn Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>136/276 Saiyuan – Kata Road Moo 4, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Nai Harn Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/183527/183527a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Nai Harn Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28517.08" OriginalAmount="26651.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8984121640472" Longitude="98.296844403196" StarRating="4" HotelCode="311190|1474908" HotelName="Shanaya Phuket Resort And Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>186/20 Thaweewong Road, Patong Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/585200/585200a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Patong, this boutique hotel is a few metres away from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28582.04" OriginalAmount="26712.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8850463231543" Longitude="98.292869925499" StarRating="3" HotelCode="13660|28134" HotelName="Hyton Leelavadee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Pracha-Nukhro Road, 83150 Patong Beach</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14527/a_14527_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located only a 3-minute walk from the best location on Patong beach. It is only about 300 m from Patong-Phuket town bus terminal, and approximately 600 m from the entertainment area of Patong. Phuket Town is about a 30-minute drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28916.46" OriginalAmount="27024.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.000404469862" Longitude="98.29666394841" StarRating="4" HotelCode="328307|1524378" HotelName="Cassia Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>64 Moo 4 Srisoonthorn Road, Tambon Cherngtalay, Amphur Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/441879/441879a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29295.39" OriginalAmount="27378.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.895984" Longitude="98.302606" StarRating="3" HotelCode="60457|72394" HotelName="Nipa Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>33 Sainamyen Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/78263/a_78263_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly resort is located in the prime area of Phuket. It is a short stroll from the hotel to Phuket Town and 10 minutes away from the famous Patong Beach. Bars, pubs and clubs are close by and the hotel is not far from the Ban Zaan Fresh Market. It is only a 3-minute journey from the hotel to the Jungceylon shopping complex and Phuket International Airport is 40 minutes’ drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29413.28" OriginalAmount="27489.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.892712" Longitude="98.296965" StarRating="4" HotelCode="142258|125267" HotelName="Absolute Bangla Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68/1 Soi Bangla, Patong Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/203248/w_203248_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Patong's famous and most popular entertainment zone, on the pedestrian street of Bangla Road, the hotel enjoys a perfect location - just a stroll away from Patong Beach (about a 2-minute walk). Located in Soi Bangla Square, the hotel affords easy and convenient access to all destinations around Phuket Island. Phuket International Airport is located around 40 km away (approximately 45 minutes).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29451.78" OriginalAmount="27525.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.82394775" Longitude="98.29960281" StarRating="4" HotelCode="635350|2520545" HotelName="Grand Kata VIP" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>98/14-19 Kata Road, Tambon Karon, 83100 Kata Beach</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/636429/636429a_hb_a_025.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29462.60" OriginalAmount="27535.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8989653235825" Longitude="98.299159705639" StarRating="4.5" HotelCode="9429|28024" HotelName="Andaman Embrace Patong" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Bungalow Complex,Club Resort,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Hadpatong Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/3915/p_3915_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in one of the most exciting beach towns on Phuket. It is located just a few steps across the road from a golden sandy beach, with mesmerizing views of the sickle-shaped cove in Patong. There is also a shopping centre, restaurants and an entertainment district in the area around the hotel. Dolphin Junction is around 100 m away and Central Festival is around 20 minutes away on foot. Chalong Temple and the Simon Cabaret are each around 30 minutes' walk away. Karon Beach is approximately a 10-minute walk away. Phuket International Airport is around 45 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29575.68" OriginalAmount="27640.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9910091044303" Longitude="98.292043805122" StarRating="4" HotelCode="43430|97339" HotelName="Amora Beach Resort Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>322 Moo 2 Bang Tao Beach, Srisoontorn Road, Cherngtalay, Talang 83100, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/3902/a_3902_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is around 20 minutes from the airport and 25 minutes from the lively city of Patong. The resort is situated right in the middle of Phuket's main attractions, yet remains a paradise of calm.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30035.21" OriginalAmount="28070.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8179846781948" Longitude="98.384765088558" StarRating="3" HotelCode="37489|38374" HotelName="By The Sea Phuket Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7/6 Moo 6, Soi Bor-Rae, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/61582/a_61582_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a quiet location at Panwa beach, and lies less than 2 km from Phuket town. Phuket Aquarium is 3 km away, Khao-Khard viewpoint 1 km, and Phuket International Airport 35 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30119.42" OriginalAmount="28148.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8496874607972" Longitude="98.296010792255" StarRating="4" HotelCode="59501|49584" HotelName="Centara Karon Resort Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>502/3 Patak Road, 83100 Karon Beach, Amphur Muang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77047/a_77047_L2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the west coast of Phuket Island and 16 km away from Phuket town, the accommodation is in the centre of the popular Karon resort. The sandy beach is an easy 3-minute walk away. The resort benefits from a backdrop of tropical vegetation and an extensive range of shopping and dining outlets within the local area. It is a scenic 45-minute drive from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30191.59" OriginalAmount="28216.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.961301" Longitude="98.286789" StarRating="5" HotelCode="96821|85379" HotelName="Swissôtel Suites Phuket Kamala Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100/10 Moo 3, Kamala Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/134431/a_134431_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Kamala Beach, and shopping, recreation facilities and other attractions are all to be found nearby. It is a just a half-hour drive to Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30991.55" OriginalAmount="28964.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9007586327347" Longitude="98.302686810493" StarRating="3" HotelCode="9044|28034" HotelName="Deevana Patong Resort &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43/2 Raj-U-Thid 200 Pee Road, Patong Beach, Kathu 83150, Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/3923/a_3923_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 600 metres away from sandy Patong Beach and only 250 metres from bars and restaurants. The hotel’s location is very convenient as there are many leisure activities nearby, including a major shopping mall. Links to the local public transport network are close at hand and various nightspots are about a 15-minute walk away. Phuket International Airport is approximately 45 km away from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31009.60" OriginalAmount="28980.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.789512" Longitude="98.313311" StarRating="3" HotelCode="545642|3660345" HotelName="Thuan Resort Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23/109 Moo 1 Soi Naya, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/717258/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31031.25" OriginalAmount="29001.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9096970910536" Longitude="98.296071533201" StarRating="3" HotelCode="422061|1869888" HotelName="Patong Sunset Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>229 Prabaramee Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/19634/2719634/1.jpg?f=15535676</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Patong Sunset Villa in Patong, you'll be by the sea and minutes from Kalim Beach and close to Patong Beach. This villa is within close proximity of Sphinx Theatre and Patong Boxing Stadium.Rooms Make yourself at home in one of the 6 air-conditioned rooms featuring kitchens with full-sized refrigerators/freezers and microwaves. Complimentary wireless Internet access keeps you connected, and LCD televisions are provided for your entertainment. Conveniences include safes and minibars.Rec, Spa, Premium Amenities Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.Business, Other Amenities A roundtrip airport shuttle is provided for a surcharge available on request.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31075.75" OriginalAmount="29042.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8224162260008" Longitude="98.299937495701" StarRating="4" HotelCode="297076|1000805" HotelName="The Beach Heights Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>98/18-21 Kata Road, Karon District, Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/388237/388237a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31393.34" OriginalAmount="29339.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8426790723745" Longitude="98.294653135941" StarRating="3" HotelCode="904007|959215" HotelName="BaumanCasa Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>188,188/3,188/5 Karon Road, Tambol Karon, Amphure Mueang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/398694/398694a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel's location places it between the clear blue skies and the crystal-clear blue sea of Karon Beach. The ocean is only about 50 m away and the beach is some 100 m away. Shopping is available in Karon town centre, around 10 minutes' walk away, while Patong Beach is around 10 km away and Phuket is some 20 km away. Guests may be interested in visiting Prompthep Cape, some 20 minutes' drive away, or Phuket Zoo and Phuket Fantasy, both some 25 minutes' drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31844.44" OriginalAmount="29761.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8131672265808" Longitude="98.297841608112" StarRating="3" HotelCode="261798|922165" HotelName="Sugar Marina Resort - Nautical" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>2/4 Kata Noi Road, Kata Beach, Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/188310/188310a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Kata Beach, approximately 1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32111.49" OriginalAmount="30010.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8882664122591" Longitude="98.295198082924" StarRating="4" HotelCode="9042|28114" HotelName="Holiday Inn Resort Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Thaweewong Road, Patong Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/3919/a_3919_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is only separated from the kilometre-long sandy Patong Beach by a coastal road. Various shopping, bars, boutiques and restaurants are to be found in the near vicinity of the hotel. The town centre of Phuket can be reached in 15 minutes on foot. The next public transport stop is 100 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32290.74" OriginalAmount="30178.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.825145972289" Longitude="98.296994091637" StarRating="4" HotelCode="943600|2353685" HotelName="OZO Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Kata Road, Kata Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/18682/3818682/15.jpg?f=15686211</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this resort lies in the heart of Kata Beach, about 150 m from a beach. There are a number of shops nearby. Phuket (HKT) Airport is approximately 50 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32424.26" OriginalAmount="30303.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8052515154907" Longitude="98.406608395176" StarRating="3.5" HotelCode="410390|116682" HotelName="Kantary Bay Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31/11 Moo 8 Sakdidej Road, Cape Panwa, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Cape Panwa</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/100916/a_100916_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel lies close to the Phuket Aquarium and Fisherman Village. Phuket town is a short 10 to 15-minute drive from the accommodation and the immediate vicinity features restaurants, shops and public transport links. Phuket International Airport is 45 km from the hotel and can be reached in approximately 50 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32425.46" OriginalAmount="30304.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.888484" Longitude="98.304435" StarRating="4" HotelCode="224740|919435" HotelName="The Senses Resort &amp; Pool Villas" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111/7 Nanai Road, Amphoe Kathu, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/181027/181027a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong, about 1.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32532.53" OriginalAmount="30404.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8998031784186" Longitude="98.299100038029" StarRating="3" HotelCode="117883|86766" HotelName="Aspery Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5/41-51 Patong Beach Road, Patong, Kathu, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/161763/ba_161763_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a 3-minute walk from the edge of sandy Patong Beach, 10 minutes from Bang-La Road, 20 minutes from the town of Phuket and approximately 72 km from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32777.93" OriginalAmount="30633.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8238280634697" Longitude="98.29791035582" StarRating="3" HotelCode="934502|1007635" HotelName="Sugar Marina Resort-SURF-Kata Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100/92 Kata Road, Kata Beach, Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/412347/a_412347_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort lies at one of the top surf beaches in Phuket. It is also located a 10-minute walk from Kata Beach, 15 minutes from Patong Beach and 50 minutes from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32779.13" OriginalAmount="30634.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.887953" Longitude="98.296252" StarRating="5" HotelCode="293896|995275" HotelName="Grand Mercure Phuket Patong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Rat U Thit 200 Pi 2 Road, Patong Beach, Kathu District, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/401648/a_401648_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Patong, this hotel is approximately 500 m from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32823.64" OriginalAmount="30676.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8824824554075" Longitude="98.389005661011" StarRating="2.5" HotelCode="171364|1117788" HotelName="Phuket Center Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62/20 Rasada Rd., T.Taladyai, A.Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/152536/152536a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the business area. It provides easy access to many banks and shopping centres, as well as Phuket’s Old Town. Patong Beach and Andaman Beach are both some 45 minutes away by car. Phuket International Airport is approximately 45 km away from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32925.89" OriginalAmount="30771.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.0497773148102" Longitude="98.355178277807" StarRating="4" HotelCode="313579|896805" HotelName="Thanyapura Sports Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>120/1 Thepkasattri Road Moo 7, Thepkasattri, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/427962/a_427962_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Phuket, approximately 1.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32936.72" OriginalAmount="30781.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.90697784" Longitude="98.29905615" StarRating="4" HotelCode="434963|2622445" HotelName="Hyatt Place Phuket Patong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>17/1-3 Soi Prabaramee 4, Patong, Phuket  83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/544767/a_544767_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong, about 200 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32937.92" OriginalAmount="30783.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.82736384" Longitude="98.29897248" StarRating="3.5" HotelCode="622581|2391315" HotelName="Aurico Kata Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Taina Road, Tambon Karon, Amphoe Muang, Karon 83100, Phuket</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/65/652593/652593a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32939.13" OriginalAmount="30784.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8193000289277" Longitude="98.30032646656" StarRating="4" HotelCode="127044|97049" HotelName="Chanalai Romantica Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>62 Kata Road, T. Karon, A. Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/184000/a_184000_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located just 1 block from the beautiful Kata Beach and guests will find a range of shopping centres and restaurants nearby. It offers easy access to the island viewing point and is 20 minutes away from Phuket city and Patong. Phuket International Airport is 40 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32971.60" OriginalAmount="30814.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.884608" Longitude="98.292797" StarRating="3" HotelCode="319616|1894975" HotelName="Ramaburin Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5/11 Prachanukhro Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/630591/630591a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33194.15" OriginalAmount="31022.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8540093257646" Longitude="98.292610490929" StarRating="4" HotelCode="888822|1012385" HotelName="Novotel Phuket Karon Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>568 Patak Road, Tambol Karon, Amphoe Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/137384/a_137384_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the entrance to Karon Beach. It is a 15-minute drive from Patong, Phuket's popular shopping and night-time entertainment district, and is 45 minutes from Phuket Town. It is approximately 45 minutes by car from Phuket Airport to the resort.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33262.72" OriginalAmount="31086.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.82466288" Longitude="98.30376141" StarRating="4" HotelCode="436410|2374845" HotelName="The View Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>78/7 Patak Road, Karon, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/79264/2a23b5a0-940c-4824-8810-eb2f535f4ab1.jpg?d=636646945420000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33518.95" OriginalAmount="31326.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.95063633" Longitude="98.29813902" StarRating="3" HotelCode="821202|3590445" HotelName="Kamala Villa Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64/144 Soi Toa Khead Moo 5, Tumbol Kamala, Amphoe Kathu, Phuket 83120</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/55891/3755891/29.jpg?f=15532929</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33534.58" OriginalAmount="31340.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.93985" Longitude="98.426695" StarRating="5" HotelCode="118746|124437" HotelName="The Village Coconut Island" Meals="BED &amp; BREAKFAST,ALL INCLUSIVE,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coconut Island, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/162776/a_162776_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is a 5-minute ride via private water taxi from Laem Hin Pier and 5 minutes from the beach. Although located on an island off Phuket's east coast, this holiday village is surprisingly at the centre of things and easy to access. Guests will find the nearest restaurants just 100 m away and it is only 20 minutes to Phuket town centre with its nightlife, shops and links to the public transport network. Promthep Cape and Patong town are 40 minutes' drive and Phuket International Airport is 35 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33674.13" OriginalAmount="31471.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.83722" Longitude="98.379604" StarRating="4" HotelCode="221561|899385" HotelName="The Mangrove Panwa Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/6 Moo 6, Ao-yon Khaokhad Rd., Tambon Wichit, Aumpore Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/179629/179629a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket, approximately 1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33717.43" OriginalAmount="31511.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.909036978131" Longitude="98.297547698021" StarRating="4.5" HotelCode="10142|28044" HotelName="Diamond Cliff Resort &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>284 Prabaramee Road, Patong Beach 83150, Phuket</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/6350/a_6350_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach resort hotel is situated at the north end of Patong Beach and is connected to Kalim Beach. It is set against the natural park hill on the coastal road overlooking the Andaman Sea. Guests will find an array of shops and restaurants, as well as a bus stop, less than 200 m from the hotel. The centre of Phuket is 1 km away and Phuket International Airport lies 40 km from the hotel (45 minutes by taxi or private vehicle).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33888.25" OriginalAmount="31671.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8166799524627" Longitude="98.301807045937" StarRating="3" HotelCode="68410|49614" HotelName="Sugar Marina Resort - Fashion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20/10 Kata Road, Muang, Kata Beach 83100, Phuket</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/88469/a_88469_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated around the Kata Beach area. It is 15 minutes’ walk from the shopping centre, 10 minutes by car from the Kata viewing point and a 15-minute drive from the entertainment venues of Patong. The hotel lies next to Karon beach and 30 minutes’ drive from Phuket town and its shopping area and 45 minutes by car from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34066.29" OriginalAmount="31837.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9853965902921" Longitude="98.287178277969" StarRating="4" HotelCode="26448|27924" HotelName="Best Western Premier Bangtao Beach Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>124/29 Moo 3, Bangtao Beach, T. Cheang Thalay, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Bang Tao Bay</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/38237/a_38237_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can relax and play to their heart's content in the paradise of this full-service beach resort, located right on the white sandy beach of Bangtao bay, also known as Laguna Beach. Phuket International Airport is approximately 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34213.05" OriginalAmount="31974.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8844246198955" Longitude="98.290005326271" StarRating="4" HotelCode="9041|28054" HotelName="Duangjitt Resort &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex,Club Resort,Finca,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Prachanukroh Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/3918/a_3918_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel complex is set over 13 hectares in the unusual, natural setting of Patong beach, which is around 350 m away. The colourful abundance of plants and trees on the site makes many visitors feel they have found paradise. The renowned entertainment district of Patong is only a 10-minute walk away. Phuket is some 20 minutes away by car and Phuket airport can be reached in 45 minutes using public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34312.89" OriginalAmount="32068.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9151429740584" Longitude="98.292906804894" StarRating="5" HotelCode="731820|2306995" HotelName="The Nature Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Lounge,Massage Centre,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>322 Prabaramee Road, North Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625733/625733a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this resort lies in Patong, near the sea. Guests can reach the nearest shops in about 5 minutes by car. Phuket (HKT) Airport is approximately 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34434.39" OriginalAmount="32181.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9634054955166" Longitude="98.283744267529" StarRating="4" HotelCode="213341|920665" HotelName="Novotel Phuket Kamala Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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>118/16 Moo 3, Tambon Kamala, Amphur Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/302033/a_302033_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35153.75" OriginalAmount="32853.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.0925538900141" Longitude="98.299553076057" StarRating="4" HotelCode="76248|88082" HotelName="Dewa Phuket Resort" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Apartment Hotel,Bungalow Complex,Club Resort,Finca,Spa Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Tambon Sakoo Road Moo 1, Nai Yang Beach, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Nai Yang Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103703/a_103703_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is especially appealing for its proximity to Phuket (HKT) Airport, approximately 2 km away. The nearest main road offers a good connection to the centre of Nai Yang Beach (around 20 minutes by car to the city centre).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35306.52" OriginalAmount="32996.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.899927" Longitude="98.298765" StarRating="3" HotelCode="904024|631355" HotelName="X2 Vibe Phuket Patong" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5/55 Hadd Patong Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/69394/2269394/1.jpg?f=15050976</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located some 200 m from the beach, on the edge of central Patong, in the vibrant town of Phuket. It lies only by 10 minutes' walk away from the city centre and Bangla Nightlife Walking Street and is around 2 km from Junceylon shopping centre. It is approximately 40 km to Phuket Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35330.59" OriginalAmount="33019.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.971605559155" Longitude="98.278560577315" StarRating="4" HotelCode="416763|2135245" HotelName="Surin Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Babysitting,Banquet Hall,Bar,Designated Smoking Area,Dining,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>105/2 Srisoonthorn Road Moo 3, Cherngtalay, Thalang, Surin Beach, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Surin Beach</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/32974/2732974/34.jpg?f=15606755</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is 1 minute walk from the beach. Boasting a beachfront property with an outdoor pool and sun terrace that overlooks the beach, Surin Beach Resort is located in Surin Beach in the Phuket province. Free WiFi is available in all areas.

Decorated in soft tones, the rooms all come with air conditioning and a flat-screen TV with satellite channels. The private bathroom includes shower facilities and free toiletries.

At Surin Beach Resort, guests can pamper themselves with a relaxing massage and treatment at the Spa and wellness centre. There is also a fully equipped fitness centre for those who want to stay fit during their holiday. The helpful staff at the tour desk can arrange day-trips to the nearby must-see destinations. Airport shuttle is also available for an additional charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35349.84" OriginalAmount="33037.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.98594" Longitude="98.28826" StarRating="3" HotelCode="118749|1574318" HotelName="Bangtao Beach Chalet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73/3 Moo 3, Awo Bangtao Road, Cherngthalay, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Bang Tao Bay</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/156214/156214a_hb_a_910.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located to the north of Surin, on Phuket's west coast, Bangtao. It is situated just steps from the blue waters of Andaman Sea. The beach offers a long stretch of duvet-soft, white sand. The area has been developed with no high rise buildings and lots of landscaping. Bangtao is also home to some of the island's best antiques and artefact shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35382.31" OriginalAmount="33067.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8546827338573" Longitude="98.294999599457" StarRating="4" HotelCode="905800|1251698" HotelName="Phunawa Karon Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16/1 Patak Soi 24, Mueang, Karon 83000, Phuket</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153977/153977a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a hillside in Karon, only a 5-minute walk from the beachfront. Thanks to its great location, the property enjoys spectacular and breathtaking sea views over Karon beach. The centre of Karon is about 800 m away and guests will find Wat Chalong around 2 km away, the Karon View Point is some 3 km away and Prompthep Cape roughly 5 km from the resort. It is approximately 12 km to the tourist centre of Patong and 40 km to Phuket Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35592.83" OriginalAmount="33264.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.843" Longitude="98.296402" StarRating="3" HotelCode="172513|1574868" HotelName="Grand Sunset" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>188/4 Karon Rd, Karon Beach, Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153216/153216a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just metres from beautiful Karon Beach where the sea, sun and white sand can be enjoyed. From the hotel is takes 15 minutes to get to the shopping area of Patong Beach and 60 minutes to Phuket Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35929.66" OriginalAmount="33579.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88974734" Longitude="98.29667283" StarRating="4" HotelCode="267102|920285" HotelName="Patong Heritage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>205/16 Rath U-Thit Road, Patong Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/185896/185896a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36448.13" OriginalAmount="34063.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.92312763" Longitude="98.27895295" StarRating="5" HotelCode="529698|1988345" HotelName="Wyndham Grand Phuket Kalim Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>8/18-19 Moo 6 Kamala, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/645207/a_645207_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kathu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36475.80" OriginalAmount="34089.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.825869" Longitude="98.294736" StarRating="4" HotelCode="899944|104692" HotelName="Novotel Phuket Kata Avista Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4/1, 4 Leam Sai Road, Karon District, Amphur Muang, Kata Beach, 93100 Phuket</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/182834/a_182834_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The picturesque town of Kata is on the sunny southwest coast of Phuket and is renowned for its beach and myriad of little shops and restaurants. This beach club resort is ideally situated near Kata Beach (about 200 m away). Public transport is available at the front of the resort. Phuket International Airport is located some 42 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36741.64" OriginalAmount="34337.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.925551" Longitude="98.577527" StarRating="4" HotelCode="70770|940425" HotelName="GLOW Elixir Koh Yao Yai" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Moo 3, Prunai, Koh Yao Yai, Phang Nga 83000</AddressLine>
          </AddressLines>
          <CityName>Ko Yao Yai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/93129/a_93129_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is set on the beautiful island, Koh Yao Yai, surrounded by the sparkling Andaman Sea. It is located about midway between Phuket and Krabi. It is only a 20-minute drive from the Phuket International Airport to the famous boat lagoon marina, where the resort pier is located. From there, a speedboat brings guests directly to the resort beach in about 30 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36757.28" OriginalAmount="34352.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8905459651311" Longitude="98.295340240002" StarRating="4" HotelCode="10905|27934" HotelName="DoubleTree by Hilton Phuket Banthai Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 Thaveewong Road, Patong Beach, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/8532/a_8532_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Patong Beach, Phuket, and is surrounded by 20,000 m² of tropical gardens. The complex offers guests views over the turquoise waters of the Andaman Sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36875.17" OriginalAmount="34462.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89175241" Longitude="98.30166968" StarRating="3" HotelCode="933370|1010485" HotelName="The Crib Patong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184/18-20 Phang Muang Sai Kor Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/363013/363013a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37497.09" OriginalAmount="35044.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.926764" Longitude="98.272506" StarRating="4.5" HotelCode="18240|28484" HotelName="Thavorn Beach Village Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6/2 Moo 6, Kathu, 83150 Kamala Beach, Phuket</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22661/a_22661_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach club resort is an ideal holiday destination if guests are seeking a tropical paradise. Nestled amidst acres of tropical gardens and caressed by the warm waters of the Andaman Sea, the resort is an ideal retreat tucked away on the stunning island of Phuket. It is located at Nakalay Bay, right on the beach on the sunset side of the tropical island. Phuket provides all guests with gracious Thai hospitality, wonderfully complemented by the beauty of the natural surroundings. After all, this is where Thai tradition meets nature. The hotel is located just 5 minutes away from the island's most popular spot, Patong Beach, with its sensational nightlife, entertainment and shopping areas. Phuket International Airport is 40 km away, while the distance to Phuket town is 25 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37772.57" OriginalAmount="35301.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.81637528" Longitude="98.30654486" StarRating="4" HotelCode="933591|1869808" HotelName="The Palmery Resort Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82/20 Khoktanod Road, Kata Beach, Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/473168/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kata Beach. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37928.95" OriginalAmount="35447.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.885726" Longitude="98.293945" StarRating="3" HotelCode="299553|970585" HotelName="Aspira Prime Patong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Ratuthit Songroipi Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/230535/230535a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38281.42" OriginalAmount="35777.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8382512479453" Longitude="98.296308517456" StarRating="5" HotelCode="9034|28104" HotelName="Hilton Phuket Arcadia Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>333 Patak Road, Karon Beach, Phuket 83100, Muang</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/3908/a_3908_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located just across the coastal road from the kilometre-long, fine sand beach. The centre of Karon with numerous shopping and entertainment venues is only 5 km away. The popular beach of Patong beach is 10 minutes away by car. The nearest public transport lies right outside of the hotel. Phuket Airport lies around 50 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38381.26" OriginalAmount="35870.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.872628022137" Longitude="98.429120779038" StarRating="5" HotelCode="141101|130504" HotelName="The Westin Siray Bay Resort &amp; Spa, Phuket" Meals="ROOM ONLY,HALF BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21/4 Moo 1, Tambon Rasada, Amphoe Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/201877/a_201877_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated on Siray Island, just some 100 metres from the beach, overlooking the idyllic Siray Bay on the east side of Phuket. A bridge connects Siray Island, in just 8 minutes, to Phuket's charming Old Town (about 6 km). For those looking to explore, Phi Phi, James Bond, Similan and Maya islands are a convenient boat ride away and it is around a 30-minute drive to Patong Beach. Phuket International Airport is approximately 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38653.13" OriginalAmount="36124.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.899159" Longitude="98.30028" StarRating="4" HotelCode="185896|682785" HotelName="Novotel Phuket Vintage Park Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>89 Rat U Thit 200 Pee Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/259904/a_259904_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Phuket's renowned Patong Beach, a top tourist destination in which the white, sugar-fine, sandy beaches, beautiful ocean water, sea breezes, and the best restaurants, shops and nightlife spots await guests. Patong Beach, Jungceylon shopping centre and Bangla Road can all be reached within a short walk of the hotel. It takes approximately 40 minutes from Phuket international Airport to get to the hotel, and 20 minutes' drive to reach Phuket Town.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38666.37" OriginalAmount="36136.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.902897" Longitude="98.298689" StarRating="4" HotelCode="39413|39734" HotelName="Phuket Graceland Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Thaweewong Road, Patong District, Amphur Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/64613/a_64613_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the start of Patong Beach, just across the road from the sandy beach and around 3 km from Phuket town centre. A 5-minute drive away in the Bangla area guests will find restaurants, bars, pubs and clubs. There is a bus station in Patong to take guests to Phuket and there are shopping facilities in Jungceylon. Karon Beach and Kata Beach are 2 km away and it is 3 km to Phi Phi, Promthep Cape and Khao Lak. Phuket Airport is around 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38820.34" OriginalAmount="36280.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8958109793182" Longitude="98.296439500238" StarRating="4" HotelCode="613612|2261585" HotelName="Hotel Clover Patong" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>162/8-11 Taweewong Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/619188/619188a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38868.46" OriginalAmount="36325.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.77931" Longitude="98.308574" StarRating="5" HotelCode="186399|921995" HotelName="Sunsuri Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11/5 Moo 1, Nai Harn Beach, Muang, Rawai 83130, Phuket</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/196689/196689a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a quiet street, this hotel welcomes guests in Rawai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38937.02" OriginalAmount="36389.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8459712854995" Longitude="98.296987877316" StarRating="5" HotelCode="39060|4984045" HotelName="Mövenpick Resort Spa Karon Beach Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>509 Patak Road, Karon Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/64402/p_64402_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort hotel is located on the serene Karon Beach, just 10 minutes south of Patong Beach and 45 minutes from Phuket International Airport. It is easily accessible from the main beach road.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39176.41" OriginalAmount="36613.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8881654527504" Longitude="98.292435407638" StarRating="4" HotelCode="26128|27984" HotelName="Burasari Resort Patong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18/110 Ruamjai Road, Patong Beach, Tambon Patong, Amphur Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/38236/a_38236_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular club resort lies on a side street in the centre of Patong, about 50 m from the beach. Shopping venues, an exciting nightlife, bars and restaurants are to be found in the vicinity. The transfer time to the airport is approximately 1 hour. A public transport stop can be easily reached on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39480.75" OriginalAmount="36897.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.880821" Longitude="98.277969" StarRating="5" HotelCode="199160|924265" HotelName="Avista Hideaway Phuket Patong - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/9 Muen Ngoen Road, Tri Trang Beach, Patong District, Amphur Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Tritrang Bay</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/284347/a_284347_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kathu. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40013.67" OriginalAmount="37395.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.810066" Longitude="98.402851" StarRating="5" HotelCode="900658|86180" HotelName="Pullman Phuket Panwa Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44/5 Moo 8 Sakdidesh Road, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Wichit</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/183742/a_183742_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on Phuket Island's picturesque Makham Bay, 2 minutes' drive from Panwa Beach. Phuket's Aquarium is a 5-minute drive and it is 20 minutes by car to Phuket town centre, with its shopping, as well as the Cha-long Temple. It is 45 minutes' drive to Patong and Phuket Airport is 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40607.92" OriginalAmount="37951.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9041737426324" Longitude="98.297473003458" StarRating="4" HotelCode="293649|982015" HotelName="The Charm Resort Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>212 Thaweewong Road, Patong, Kathu 83150, Phuket</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/233136/233136a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Kathu, this resort is just a few steps from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40694.53" OriginalAmount="38032.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89891344" Longitude="98.29983142" StarRating="3" HotelCode="784614|2310485" HotelName="Hotel Indigo Phuket Patong" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>124 Rat U Thit 200 Pee Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/640180/640180a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong, about 390 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40699.34" OriginalAmount="38036.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.008292" Longitude="98.31938" StarRating="4" HotelCode="309820|1062928" HotelName="Two Villas Holiday - Wings Phuket Villa Layan Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68/80 Moo 4, Pasak Soi 8, Tambol Cherngtalay, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Layan Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/370937/370937a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Layan Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41114.36" OriginalAmount="38424.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8923632220529" Longitude="98.29553604126" StarRating="3" HotelCode="167013|248146" HotelName="Palmyra Patong Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Golf,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91/3 Rat-U-Thit Rd., Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/133169/133169a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is less than an 8-minute walk from the world-renowned Patong Beach and steps away from the Junceylon Shopping Center and the bustling entertainment venue Soi Bangla plus other convenient stores, banks and restaurants. Phuket International Airport is situated at a distance of approximately 35 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41117.97" OriginalAmount="38428.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.859767" Longitude="98.287181" StarRating="4" HotelCode="18279|28004" HotelName="Centara Villas Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Finca,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>701 Patak Road, Karon Beach, Amphur Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22717/p_22717_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the west coast of Phuket in a wonderful location directly on Karon Mountain. The beach is in the immediate vicinity of the hotel and can only be reached by the steps and footbridge. The hotel is not recommendable to the physically disabled due to its hillside location and many steps.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41128.80" OriginalAmount="38438.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.819311" Longitude="98.303022" StarRating="3" HotelCode="899943|90298" HotelName="Metadee Resort &amp; Villas" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Kata Road, Kata Beach, T.Karon, A.Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/182833/a_182833_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Kata Beach area, approximately 15 minutes from Patong Beach and Phuket's vibrant tourist attractions. Kata is famous for its clean beach, providing a perfect destination for a family vacation or for honeymooners. The resort is only a short distance away from the Kata Beach area and only a few hundred metres from Kata's shopping and entertainment area. Kata Bus Station is around 5 minutes' walk from the hotel, and the property is just under an hour's drive from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41178.12" OriginalAmount="38484.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9495288961704" Longitude="98.273752893185" StarRating="4" HotelCode="888371|86377" HotelName="Cape Sienna Phuket Gourmet Hotel &amp; Villas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18/40 Nakalay Road Moo 6, Kamala, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/136771/ba_136771_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the headland of Kamala Beach on Phuket Island, the resort is ideally situated and offers guest's stunning sea views. Roughly 10 km away at Patong Beach, guests will find bars, restaurants, shops and nightclubs. It is a short 1-hour flight from Bangkok followed by a 20-minute limousine drive from the Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41323.68" OriginalAmount="38620.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.986484" Longitude="98.566602" StarRating="5" HotelCode="186464|924875" HotelName="Santhiya Koh Yao Yai Resort &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Moo 7, Phunai, Koh Yao, Phangnga 83000</AddressLine>
          </AddressLines>
          <CityName>Ko Yao Yai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/198943/198943a_hb_a_009.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Ko Yao Yai. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41830.11" OriginalAmount="39093.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.90084735" Longitude="98.30200433" StarRating="4" HotelCode="313532|1474588" HotelName="Ramada by Wyndham Phuket Deevana" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45/1 Raj-U-Thid 200 Pee Road, Patong Beach, Patong, Kathu District, Phuket  83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/427911/a_427911_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong, near a sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42788.86" OriginalAmount="39989.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.892366" Longitude="98.29882" StarRating="5" HotelCode="396457|73654" HotelName="Millennium Resort Patong Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>199, Rat-Uthit 200 Pee Road,, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/95027/w_95027_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Patong Beach is only a couple of streets away, and the resort is only 10 minutes’ walk from the beach via Soi Bangla. Phuket International Airport is 30 km from the resort.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42871.87" OriginalAmount="40067.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8972734202333" Longitude="98.298069354987" StarRating="3.5" HotelCode="293436|1478958" HotelName="Royal Phawadee Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Sawatdirak Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/10/101061/101061a_hb_a_041.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 38 rooms. Services and facilities at the hotel include a restaurant, a bar, a transfer service, room service and a business centre. Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the holiday village.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43434.84" OriginalAmount="40593.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.908154" Longitude="98.29773" StarRating="4" HotelCode="9431|28274" HotelName="Novotel Phuket Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>282 Phrabaramee Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/3922/a_3922_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is nestled in the hills above the pristine waters of picturesque Kalim Bay. It sits 10 m from the crystal-clear waters and white sandy beach, yet is still well within reach of Phuket's exciting nightlife and shopping venues.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43552.73" OriginalAmount="40703.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8867467033631" Longitude="98.293698728085" StarRating="4" HotelCode="9047|28354" HotelName="Patong Merlin" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44 Thaveewong Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/3926/a_3926_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Phuket's sandy Patong Beach. Phuket town is only a 20-minute drive away and it is some 43 km to Phuket Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44648.62" OriginalAmount="41727.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8865686951375" Longitude="98.29066246748" StarRating="4" HotelCode="161054|1513868" HotelName="The Bliss" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Thaveewong Rd., Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232995/232995a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45315.06" OriginalAmount="42350.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8955673134768" Longitude="98.296163678169" StarRating="4" HotelCode="161434|127624" HotelName="The KEE Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>152/1 Thaveewong Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/135693/135693a_hb_a_041.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Patong Beach, next to Bangla Road. Guests will find restaurants just 100 m away and it is 200 m to the closest bars, nightspots and the beach. There are shops around 500 m away and it is 10 km to Phuket Fantasea and 20 km to the centre of Phuket Town. Phuket Airport is 45 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45755.33" OriginalAmount="42761.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8439215656496" Longitude="98.294763565064" StarRating="4" HotelCode="59733|28514" HotelName="Woraburi Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>198-200 Patak Road, Muang District, Karon Beach, 83100 Phuket</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77346/a_77346_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive beach hotel lies only about 20 m from the wonderful Phuket beach. Links to the public transport network can easily be reached on foot, lying just 100 m from the hotel. Shopping venues, bars, pubs, and restaurants are also to be found in the immediate vicinity, while it is about 30 km to Phuket airport from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45763.75" OriginalAmount="42769.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8127205764968" Longitude="98.300952762365" StarRating="4" HotelCode="200991|27874" HotelName="Andaman Cannacia Resort &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>212 Kok Tanod Road, Tambon Karon, Kata Beach, Amphoe Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7727/a_7727_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a superb site on Phuket's western coast, this resort is ideally located on Kata beach (500 m from beach), near the Kata Shopping Plaza. It is 20 minutes by car to Patong beach, 30 minutes to Phuket town and 45 minutes to the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45868.41" OriginalAmount="42867.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8077513736723" Longitude="98.409626483917" StarRating="4" HotelCode="11416|27994" HotelName="Cape Panwa Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27, 27/2 Sakdidej Road Mu 8, Cape Panwa 83000, Phuket</AddressLine>
          </AddressLines>
          <CityName>Cape Panwa</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/9668/a_9668_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very peaceful hotel offers a stunning location on Cape Panwa, the southern coast of Phuket. A beautiful beach is only a few paces away. A stop for the public transport may be found in the immediate vicinity, as may countless shopping and entertainment venues. Phuket Town is approximately 12 km away and the transfer time to the airport is around a hour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47380.52" OriginalAmount="44280.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8899388826395" Longitude="98.293376863003" StarRating="4" HotelCode="10573|135754" HotelName="Baan Laimai Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Thavee-wong Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/8386/w_8386_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 50 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47462.32" OriginalAmount="44357.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8161444974623" Longitude="98.300603377927" StarRating="4" HotelCode="259222|28194" HotelName="Beyond Resort Kata" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Pakbang Road, Muang District, Tambon Karon, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15268/a_15268_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has a great location, on the golden sands of the 1 km-long Kata beach. Restaurants and shops are located in front of the hotel. Patong Beach is around a 20-minute drive away. A scheduled bus service to Phuket operates every day, while Phuket airport is around 49 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47791.92" OriginalAmount="44665.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.90284423" Longitude="98.30085298" StarRating="5" HotelCode="851748|2355755" HotelName="Mövenpick Myth Hotel Patong Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27/9 Rat-U-Thit 200 Pee Road, Kathu, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/648545/648545a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for parents with children, this beach hotel is located in the heart of Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48123.93" OriginalAmount="44975.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.85518" Longitude="98.294822" StarRating="4" HotelCode="186066|920085" HotelName="Mandarava Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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>14/2 Patak Road Soi 24, Karon Beach, Phuket 83100, Ampur Muang</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/186448/186448a_hb_a_930.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Karon Beach. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49049.00" OriginalAmount="45840.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8156486" Longitude="98.3863137" StarRating="4.5" HotelCode="510337|1959165" HotelName="My Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>105 Aow Yon Road, Moo 8, Tambon Vichit, Amphur Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/79374/9772f45a-6782-40a6-99a6-5ea35a72059e.jpg?d=636647216170000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49447.18" OriginalAmount="46212.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8220954676222" Longitude="98.299481570721" StarRating="4" HotelCode="68908|51154" HotelName="Centara Kata Resort Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>54 Ked Kwan Road, Kata Beach, Amphur Muang, 83100 Phuket</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/89072/w_89072_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the tranquil heart of the popular, sandy Kata Beach. It is 1.5 km from Phuket town and Phuket Airport is just 45 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49873.02" OriginalAmount="46610.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.943576" Longitude="98.262856" StarRating="4.5" HotelCode="75881|138394" HotelName="Ayara Kamala Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Village,Spa Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Moo 6, Layi-Nakalay Road, Kamala, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103265/a_103265_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The distinct unspoilt beach area of Kamala Bay is a quiet place approximately 4 km from the other side of the Kamala area. Guests will enjoy the shopping facilities and the night-time entertainment such as Phuket Fantasea, which is approximately 4 km away. The hotel's location is not far from Phuket International Airport, which is approximately 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50223.08" OriginalAmount="46937.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9163761953537" Longitude="98.29112280454" StarRating="4" HotelCode="341079|1868678" HotelName="The Privilege Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>324/102 Prabramee Road, Kathu, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/586048/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50570.74" OriginalAmount="47262.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88802209" Longitude="98.30355792" StarRating="4" HotelCode="620986|2298715" HotelName="Dinso Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Nanai Road, Tambon Patong, Amphoe Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/33060/3733060/2.jpg?f=15501950</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50701.85" OriginalAmount="47384.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8819145683771" Longitude="98.277437545166" StarRating="5" HotelCode="415399|1603358" HotelName="Crest Resort &amp; Pool Villas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>95 Muen-Ngern Road, Tri Trang, Patong Beach, Kathu District, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/46/467729/467729a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located about 8 km from the centre of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51910.81" OriginalAmount="48514.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.792748" Longitude="98.331676" StarRating="5" HotelCode="76003|94340" HotelName="The Vijitt Resort Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Moo 2, Viset Road, Rawai, Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103412/a_103412_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated on prime beachfront land in Rawai. It features a 250-metre-long beach totalling 18 acres and enjoys stunning views across Chalong Bay to Lon and Coral Islands and Cape Panwa. The site has retained much of its original charm by incorporating the mature palms, fruit and other trees into the overall design. Guests will find a number of restaurants, bars and pubs in the immediate vicinity, whilst the local town centre is a 25-minute journey away on public transport. Phuket International Airport is some 50 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52549.58" OriginalAmount="49111.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.1162306030728" Longitude="98.304462432861" StarRating="5" HotelCode="165643|97729" HotelName="Splash Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>65/47 Mai Khao Soi 4 Moo 4, Mai Khao, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Mai Khao Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/232333/a_232333_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The eco hotel is set on 47 acres of lush, tropical landscaped gardens with its own 500-metre-long pristine beach frontage on Phuket's favourite western coast. Mai Khao's golden sand stretches 17 kilometres along the Andaman Sea and is Phuket's longest beach. Adjacent to the club resort, guests will find Sirinath National Park, championship-standard golf courses, a yacht marina and a protected sea turtle nesting area. The centre of Phuket town is around a 30-minute drive from the beach hotel, and the shops of Patong are 30 minutes using public transport. The Promthep Cape and Phuket Fantasea are both 45 minutes by car and Phuket International airport is around 8 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53721.25" OriginalAmount="50206.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.1756979129184" Longitude="98.633684813976" StarRating="4" HotelCode="29922|104092" HotelName="Paradise Koh Yao" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Moo 4, Koh Yao Noi, Amphoe Koh Yao, Phang Nga 82160</AddressLine>
          </AddressLines>
          <CityName>Koh Yao Noi (island)</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/48164/a_48164_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located directly beside the sea, this beach hotel and bungalow complex is situated in Phuket close to the tourist centre of the city. The island of Ko Yao may easily be reached by boat in just 45 minutes and it takes approximately 15 minutes by car to reach the marina from the airport. From the marina, it is then a further hour's drive (around 20 km) to get to the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53756.14" OriginalAmount="50239.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8315281421207" Longitude="98.296432580357" StarRating="5" HotelCode="550869|2157675" HotelName="Avista Grande Phuket Karon - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Soi Luang Phor Chuan Soi 1, Karon District, Amphur Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/667106/a_667106_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54497.15" OriginalAmount="50931.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9770742504115" Longitude="98.280573559525" StarRating="4" HotelCode="387490|42914" HotelName="Manathai Surin Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>121/1 Moo 3 Srisunthorn Road, Cheng Talay, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Surin Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/90196/a_90196_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the heart of the beautiful Surin Beach area on Phuket Island. The exciting, stylishly presented property faces the turquoise Andaman Sea. The resort is only a 20-minute drive from Phuket International Airport (about 15 km away) and Patong, the around-the-clock entertainment venue on the island.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55194.87" OriginalAmount="51583.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8867068507819" Longitude="98.284713327885" StarRating="4" HotelCode="200872|27854" HotelName="Amari Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Meun Ngern Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7598/a_7598_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a secluded headland at the southern corner of Patong, Phuket's most popular beach. It affords spectacular views of the picturesque bay. The centre of Phuket is some 15 km away and Phuket Airport is approximately 40 km away (50 minutes).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55703.72" OriginalAmount="52059.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8862915662537" Longitude="98.289926741022" StarRating="3" HotelCode="900822|1919035" HotelName="The Front Hotel &amp; Appartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Thaveewong Road, Patong Beach, Ban Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232715/232715a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Patong. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56346.09" OriginalAmount="52659.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.081004" Longitude="98.288527" StarRating="5" HotelCode="98060|1871705" HotelName="Phuket Marriott Resort &amp; Spa, Naiyang" Meals="ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>92 Moo 3, Nai yang Beach, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Nai Yang Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/137478/a_137478_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury resort is superbly suited for those seeking relaxation, and is located directly beside the white beach of Nai Yang, within a National Park. The transfer time to Phuket airport is approximately 20 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56645.62" OriginalAmount="52939.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9863100040544" Longitude="98.421496008598" StarRating="5" HotelCode="284090|969115" HotelName="COMO Point Yamu" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Moo 7, Paklok, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/391277/a_391277_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;COMO Point Yamu is located on the eastern side of Phuket on the tip of Cape Yamu. The distinctive limestone outcroppings of Phang Nga Bay are within the resort’s views. The bay includes hundreds of islands, most of them forested, uninhabited and ringed by coral reefs making for excellent cruising, diving and exploration days within these UNESCO protected, ecologically significant waters. COMO Beach Club - the white-sand day retreat for guests - sits on one of these islands.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56844.11" OriginalAmount="53125.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.086062" Longitude="98.296933" StarRating="5" HotelCode="9039|28374" HotelName="The Slate" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>116 Sakhu Moo 1, Thalang, Nai Yang Beach 83110, Phuket</AddressLine>
          </AddressLines>
          <CityName>Nai Yang Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/3913/a_3913_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Touching Nai Yang Beach on Phuket's northwest shore, the hotel is only 10 minutes from Phuket International Airport (20 km away). Nai Yang Beach retains a natural ambience and can be reached in approximately 30 minutes. A variety of restaurants and bars are located nearby. Phuket town, with its shopping and nightlife opportunities, is a 40-minute drive from the resort. Surathanee is about 180 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57238.68" OriginalAmount="53494.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9467597840376" Longitude="98.270490467424" StarRating="5" HotelCode="267365|977705" HotelName="Hyatt Regency Phuket Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16/12 Moo 6, Tambon Kamala, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/373016/a_373016_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 800 m from the centre of Kamala Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57249.50" OriginalAmount="53504.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8968717913423" Longitude="98.296220004559" StarRating="4" HotelCode="44550|28144" HotelName="Impiana Resort Patong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Taweewong Road, Patong Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19023/a_19023_I2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the town centre, this beach hotel is located in Phuket. Transfer to the airport takes about 50 minutes by car.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58249.15" OriginalAmount="54438.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9963798336757" Longitude="98.293173015118" StarRating="5" HotelCode="13824|28214" HotelName="Outrigger Laguna Phuket Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Srisoonthorn Road Moo 2, Cherngtalay, Thalang District, Bangtao Beach, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Bang Tao Bay</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15871/a_15871_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated between a tropical lagoon and the sparkling Andaman Sea. It is just 20 minutes from Patong and 25 minutes from the city of Phuket and its airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58475.31" OriginalAmount="54649.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.808028" Longitude="98.408073" StarRating="5" HotelCode="16034|779115" HotelName="Amatara Wellness Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84 Moo 8, Sakdidej Road, Tambon Vichit, Cape Panwa, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Cape Panwa</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18648/a_18648_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located overlooking a secluded bay in Cape Panwa on the south-eastern tip of Phuket Island. The resort is within easy access of major tourist areas. It is only 10 minutes’ drive to Phuket Town and 30 minutes’ drive to the Patong Beach area by taxi or limousine service. Nearby places of interest include Khao Kad View Point (approximately 5 km), Chalong Bay (approximately 15 km), Promthep Cape (approximately 20 km) and the Boat Lagoon Marina (approximately 23 km away). Phuket International Airport is approximately 43 km (45 minutes) away from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59725.17" OriginalAmount="55817.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8096938872684" Longitude="98.297832012176" StarRating="4" HotelCode="118729|54964" HotelName="Mom Tri's Villa Royale Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Kata Noi Road, Kata Noi Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Noi Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/162742/a_162742_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort lies on Kata Bay headland between two of the most beautiful sandy beaches on the island of Phuket. The hotel’s immediate vicinity includes restaurants, bars, pubs, tourist attractions and shops. The hotel is a 45-minute drive from the centre of Phuket and 50 km from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59815.39" OriginalAmount="55902.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9464525447487" Longitude="98.284705089064" StarRating="3" HotelCode="352723|2260045" HotelName="Kamala Regent" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>88 Moo 4, Tambon Kamala, Amphoe Kathu, Kamala, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236105/236105a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Kamala Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61583.72" OriginalAmount="57554.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.27421" Longitude="98.3018" StarRating="5" HotelCode="871729|2434885" HotelName="Santhiya Phuket Natai Resort &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Moo 14, Khok Kloi, Takua Thung 82140</AddressLine>
          </AddressLines>
          <CityName>Khok Kloi</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10774266</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Khok Kloi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61746.13" OriginalAmount="57706.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.006106463958" Longitude="98.296002745628" StarRating="5" HotelCode="9033|28464" HotelName="Angsana Laguna Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Moo 4 Srisoonthorn Road, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/3903/a_3903_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the scenic Bang Tao Bay, Phuket's most coveted resort address. This contemporary beachfront resort with unrivalled access to the emerald waters of the Andaman Sea lies just 20 minutes from bustling Phuket Town and Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62099.79" OriginalAmount="58037.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.7844354" Longitude="98.30941272" StarRating="4.5" HotelCode="383786|2263425" HotelName="By The Lake Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27/61 Soi Naya Moo 1, Naiharn, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=1276443</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Rawai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62791.48" OriginalAmount="58683.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.0471963872529" Longitude="98.278367221355" StarRating="4" HotelCode="316898|244086" HotelName="Andaman White Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/8 Moo 4, Tambon Sakoo, Amphur Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Nai Thorn</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/31776/f_31776_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a secluded stretch of pristine beachfront on Nai Thorn Beach, this resort is discretely tucked away on a coconut palm plantation with its own pure white sand beach. Phuket Town is a 40-minute drive away and Phuket International Airport is conveniently located just 8 km away from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64103.90" OriginalAmount="59910.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.1665382345681" Longitude="98.295047879219" StarRating="5" HotelCode="21432|28164" HotelName="JW Marriott Phuket Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>231 Moo 3, Mai Khao, Talang District, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Mai Khao Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/27746/a_27746_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on peaceful Mai Khao Bay in the north of Phuket. This hotel is located directly beside a magnificent beach, and in addition guests will find the famous turtle protection area. The hotel’s peaceful location means that it is the ideal destination for those seeking a tranquil holiday. Phuket’s city airport is some 15 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66217.48" OriginalAmount="61885.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.95584695" Longitude="98.28449131" StarRating="4.5" HotelCode="585107|2272985" HotelName="Glam Habitat Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>112/39 Moo 3, Amphoe Kathu, Kamala Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/624186/624186a_hb_a_002.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kamala Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68145.81" OriginalAmount="63687.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.78405778" Longitude="98.32012786" StarRating="3.5" HotelCode="777608|3664275" HotelName="Villa Atarata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Bar,Garden,Housekeeping">
        <Address>
          <AddressLines>
            <AddressLine>1/9 Soi Kokyang Moo 1, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9627526</HotelPictures>
        <HotelDescription>&lt;br/&gt;A voluminous and majestic ambiance combining the heavenly tranquil of its lush and spacious grounds with all the comforts and modern commodities, rejuvenating exhales of bliss await you at your own personal paradise. As our guests, you will enjoy the exclusive comfort that comes alive with personalized 5-star service. Outdoor Features - 10x5 meter swimming pool - Outdoor Sala - Garden Living/Dining Area - Fully equipped Western kitchen - Eight seater dining suite - Living area with sofas and pop-up LCD TV Bedroom details Bedroom 1: Master suite with king size bed, study room, massage room, canopy bed, pop-up LCD TV and outdoor bathroom complete with an enormous bathtub Bedroom 2: King size bed and en-suite bathroom Bedroom 3: King size bed and en-suite bathroom Bathroom details 3 en-suite bathrooms</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68272.12" OriginalAmount="63805.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.81192343" Longitude="98.34105626" StarRating="3" HotelCode="604061|3575915" HotelName="Fisherman Way Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="vacation home or villa" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bicycle Rental,Garden,Housekeeping,Internet,Kids Play Area,Kitchen,Laundry,Library,Parking,Printer">
        <Address>
          <AddressLines>
            <AddressLine>5/11 Moo 5 Wiset Road, Rawai, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/627991/627991a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Offering a secluded beach area and 23 villas in Rawai, Fisherman Way Beach Villa is situated in a charming residential estate surrounded by mature parkland home to deer, swans, geese, and many bird species, a true nature's hideaway. Villas are individual in style and location offering guests kitchens, dining areas, and living rooms. Choose from comfortable one bedroom cottages, cozy two bedroom villas, spacious three bedroom villas, and luxurious nine bedroom villa. The highlights are beachfront pool villas with panoramic views of the Andaman Sea and surrounding islands. Other cottages and villas are dotted throughout well-manicured verdant gardens with decorative lakes. A selection of restaurants and conveniences are available within an easy stroll just next door at Fisherman Way Business Garden.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68423.69" OriginalAmount="63947.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8035971673104" Longitude="98.330282478361" StarRating="4" HotelCode="408165|3585615" HotelName="Saiyuan Estate by TropicLook" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>136/112 Moo 4, Tambon Rawai, Amphoe Muang, Rawai Beach, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=7877405</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Rawai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69004.71" OriginalAmount="64490.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.78465711" Longitude="98.33285908" StarRating="3" HotelCode="842890|3621445" HotelName="Villa Salika by TropicLook" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Saliga, Tambon Rawai, Amphoe Mueang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1102609/c9f5bd22e5e4ccb45ee204a924752893.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69072.07" OriginalAmount="64553.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9495" Longitude="98.276301" StarRating="3.5" HotelCode="900829|247436" HotelName="Kamala Beach Estate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33/6 Moo 6, Kamala Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/134452/134452a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on an oceanfront private headland on the southern end of Kamala Beach, the resort has direct access to a small beach, just a 10-minute walk away. Guests will find restaurants, bars and shops in the resort centre of Kamala, around 700 metres from the holiday village. The Tsunami Monument is 800 metres from the resort. Phuket International Airport is approximately 38 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69247.70" OriginalAmount="64717.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.814" Longitude="98.386703440475" StarRating="4" HotelCode="434614|3548535" HotelName="X10 Seaview Suites at Panwa Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3/30 Moo 8 Ao Yon Road, Khao Khad, Vichit, Muang, Phuket 83000, info@x10suites.com, Tel:</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/598774/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69946.62" OriginalAmount="65370.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.009387" Longitude="98.293256" StarRating="5" HotelCode="141085|118212" HotelName="Mövenpick Resort Bangtao Beach Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Moo 4, Cherngtalay, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Bang Tao Bay</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/201855/a_201855_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly club resort is located on the northwest coast of Phuket Island, quietly nestled between the intimate Phuket Laguna and the golden sands of the majestic Andaman Sea. While just a 20-minute drive to the entertainment heartbeat of Phuket, Patong Beach, it is conveniently placed just 15 minutes from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70651.54" OriginalAmount="66029.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.2544040412448" Longitude="98.281457126141" StarRating="5" HotelCode="67096|63514" HotelName="Aleenta Phuket Resort &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Finca,Spa Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Moo 5, Takua Thung, Khok Kloi, Phang Nga, Phuket 82140</AddressLine>
          </AddressLines>
          <CityName>Phang Nga</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/86799/a_86799_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on the west coast on the Andaman Sea, on a pristine and private Natai beach in Phangnga. The town centre of Klokkloy is 2 km from the hotel, whilst various restaurants, bars and pubs can be reached by foot in less than 10 minutes. Phuket International Airport is just 15 minutes away by car.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70758.61" OriginalAmount="66129.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.0016814337374" Longitude="98.293720185757" StarRating="5" HotelCode="9032|28064" HotelName="Dusit Thani Laguna Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>390 Srisoontorn Road Moo 1, Cherngtalay, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Cherng Talay</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/3901/a_3901_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on the island of Phuket, which lies in the Andaman Sea on Thailand's southwest coast. Phuket is Thailand's largest island and is connected to the mainland by the Sarasin Bridge at the island's north. The hotel lies 20 km to the north of Phuket, 21 km to the south of Phuket international airport and 33 km from famous Patong Beach. The hotel is part of the internationally-renowned resort.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71499.63" OriginalAmount="66822.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8661982035361" Longitude="98.283651173115" StarRating="5" HotelCode="9053|28224" HotelName="Le Meridien Phuket Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Soi Karon Nui, Tambon Karon, Amphur Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon Noi Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/3933/a_3933_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious beach hotel is located on the majestic south coast of the island right on the private beach. It is just 5 km to the tourist centre of Patong Beach where guests will discover a diverse selection of shopping venues, bars and restaurants. Transfer to the airport takes just 60 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73314.87" OriginalAmount="68518.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8579190010371" Longitude="98.290729522705" StarRating="5" HotelCode="161450|139504" HotelName="Centara Grand Beach Resort Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Finca,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>683 Patak Road, Karon Beach, Amphur Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/227859/a_227859_T2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the west coast of Phuket. The resort is one of the few resorts which are located directly adjacent to the sandy beach of Karon. The resort benefits from a backdrop of tropical vegetation and an extensive range of shopping and dining outlets within the local area. Phuket International Airport is approximately 45 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74922.01" OriginalAmount="70020.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8214732820604" Longitude="98.300729723941" StarRating="4" HotelCode="48830|28414" HotelName="Sawasdee Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 KateKwan Road, Kata Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/34000/a_34000_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is situated in Kata and is around 10 minutes' walk from the centre of town. The local beach is about 500 metres away and shops and bars can also be found nearby. Phuket International Airport is approximately 45 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75441.69" OriginalAmount="70506.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.78472488" Longitude="98.31936893" StarRating="4" HotelCode="970521|3650015" HotelName="Villa Adonara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Soi Kokyang Moo 1, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/carsolize/8d/6b/8d6b651453549203caf978a21a829098194c85f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75521.08" OriginalAmount="70580.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8143438596653" Longitude="98.299262525935" StarRating="4" HotelCode="29563|28264" HotelName="The Boathouse Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>182 Koktanode Road, Kata Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47480/a_47480_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious boutique hotel is located directly on the beautiful Kata beach. It is 45 km by car from Phuket Airport to the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76544.79" OriginalAmount="71537.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9067113" Longitude="98.3096812" StarRating="5" HotelCode="447115|2113095" HotelName="Cape Kudu Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>25/54, 25/55 Moo 5, Koh Yao, Koh Yao Noi, Phang Nga 82160</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/fd/d5/fdd5969c5eb87357f047aa5235ace94c7a5c62dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76976.65" OriginalAmount="71940.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.7787242034819" Longitude="98.302386403084" StarRating="5" HotelCode="9052|1515298" HotelName="The Nai Harn" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23/3 Moo 1 Vises Road, Rawai, Muang District, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/3932/a_3932_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies on the cliffs at the southernmost tip of Phuket and thus enjoys fabulous views out over the almost 1 km long, sandy Nai Harn Beach. It is 40 minutes drive to the international airport and 20 minutes to the town centre where guests will discover many shopping and entertainment venues.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79808.39" OriginalAmount="74587.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.895315" Longitude="98.295895" StarRating="5" HotelCode="76001|86129" HotelName="La Flora Resort Patong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Thaweewong Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103410/p_103410_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Patong Beach, just metres from the sand and only 3 minutes away from Bang-La Road. Phuket town is only 20 minutes away and Phuket International Airport is a 45-minute journey from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80079.06" OriginalAmount="74840.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.170255" Longitude="98.2964" StarRating="4.5" HotelCode="174047|842485" HotelName="Marriott's Mai Khao Beach Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Club Resort,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>234 Thepsasatri Road, Mai Khao, Talang, 83110 Phuket</AddressLine>
          </AddressLines>
          <CityName>Mai Khao Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/174560/174560a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel in Phuket is located in the pristine Mai Khao Beach area, an oasis of natural beauty which is protected from development as part of the Nai Yang National Park. The apartment hotel overlooks exotic forest scenery, where guests are also able to enjoy the thrill of a lifetime, riding through the jungle on a magnificent elephant. Phuket Town is 40 minutes' drive from the apartment hotel, while Patong is approximately 45 km away. The serene location ensures that guests enjoy tranquillity, with peaceful and sunny days and restful nights. The apartment hotel is only 15 minutes from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81075.10" OriginalAmount="75771.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.866946" Longitude="98.331002" StarRating="4.5" HotelCode="73787|245176" HotelName="Villa Zolitude" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca,Village,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53/25 Moo5 Soi Bann Nai Trok, Chaofa West Rd, Chalong, Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99544/a_99544_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Chalong. It is 10 minutes from Chalong pier and 15 minutes from Phuket town, where guests will find restaurants, bars, pubs, transport links and tourist sights. Phuket International Airport is 30 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82238.35" OriginalAmount="76858.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.94375913" Longitude="98.28567325" StarRating="5" HotelCode="304264|1011865" HotelName="Villa Tantawan Resort and Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37/12 Moo 2, Kamala Beach, Kathu District, 83150 Phuket, Thailand</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/418053/a_418053_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The villas are situated on the mountain of Kamala Range overlooking the Andaman Ocean. The resort is just 5 minutes from Patong Beach and nightlife entertainment, and 40 minutes from Phuket international airport. Taxi oder car rental is recommended during the holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85208.42" OriginalAmount="79634.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.7947036134009" Longitude="98.328857123852" StarRating="4" HotelCode="33035|28244" HotelName="Mangosteen Ayurveda &amp; Wellness Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/4 Soi Mangosteen Moo 7, Rawai 83130, Phuket</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52461/a_52461_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;At the resort guests can experience the most stunning 180º sea views, overlooking 4 bays and Phuket town. Set amidst tropical surroundings, the famous Nai Harn Beach is just an 8-minute drive away. A shopping centre, an orchard farm, and dining opportunities can be found nearby. Phuket town and both the tourist centre of Patong and Central Festival are about 10 km away. Approximate driving time from Phuket International Airport is 45 minutes, with the distance being 40 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86362.05" OriginalAmount="80712.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.977438534599" Longitude="98.280408382416" StarRating="5" HotelCode="37108|44404" HotelName="Twinpalms Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>106/46 Surin Beach Road Moo 3, Cherng Talay, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Cherng Talay</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60897/a_60897_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on Cape Yamu on the east coast. Phuket International Airport is situated approximately 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87527.71" OriginalAmount="81801.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8274819096309" Longitude="98.302357571936" StarRating="2.5" HotelCode="394222|3584545" HotelName="Garden Home Kata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Patak Road Soi Patak 10, Muang, Karon, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Karon Beach</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/69868/1869868/1.jpg?f=15653746</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99813.42" OriginalAmount="93283.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.95329" Longitude="98.2816" StarRating="5" HotelCode="877718|2352425" HotelName="InterContinental Phuket Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>333 Moo 3, Kamala Sub-District, Kamala Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/21919/3821919/1.jpg?f=15591247</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Kamala Beach, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100552.03" OriginalAmount="93973.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.16879" Longitude="98.295819" StarRating="5" HotelCode="933369|923495" HotelName="Anantara Vacation Club Phuket Mai Khao" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>887 Moo 3, Tumbon Mai Khao, Amphur Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Mai Khao Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/196690/196690a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103168.44" OriginalAmount="96419.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.81744" Longitude="98.302437" StarRating="5" HotelCode="72873|75714" HotelName="Malisa Villa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 / 36 Kata Road, Kata Beach, Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/98460/f_98460_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort enjoys an idyllic setting, a 5-minute walk from Phuket's stunning sandy Kata Beach, in the southwest of Phuket Island. It is close by restaurants, bars, links to the public transport network and shops as well as 15 minutes from Patong Beach and 30 minutes from Phuket town. The resort is 45 minutes from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103263.47" OriginalAmount="96507.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8096371629626" Longitude="98.32788806528" StarRating="4" HotelCode="563862|2129165" HotelName="CasaBay Luxury Pool Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>56/65 Viset Road Soi Suksan 2 Moo 4, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/591319/591319a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Rawai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103844.50" OriginalAmount="97050.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.1690365908771" Longitude="98.295254409313" StarRating="5" HotelCode="76337|94296" HotelName="Anantara Mai Khao Phuket Villas" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>888 Moo 3, Tumbon Mai Khao, Amphur Thalang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103808/a_103808_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort enjoys a timeless setting on a secluded stretch of the Phuket coastline. It is set on the north west coast of Phuket at Mai Khao Beach, which is lined with coconut plantations and local farms growing exotic produce. The resort is a 45-minute drive from the bustling beaches of the south and presents a world of unspoilt beauty and unexpected discoveries. Guests will find the nearest shops 10 m away and bars just 100 m from the resort while Phuket town is a 45-minute drive away. It lies just 15 minutes from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104496.49" OriginalAmount="97660.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.917037" Longitude="98.288385" StarRating="4" HotelCode="188436|1574158" HotelName="IndoChine Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>328/81 Prabaramee Road, Kalim Beach, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/f0/e2/f0e29f354981f73fd69d648c6c947c2f772c8d55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107264.47" OriginalAmount="100247.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.25045695" Longitude="98.28216716" StarRating="5" HotelCode="573057|2181715" HotelName="Baba Beach Club Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Moo 5, Klok Kloi, Takua Thung, Phang Nga 82140</AddressLine>
          </AddressLines>
          <CityName>Takua Thung</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/690194/a_690194_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Phang Nga.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107339.06" OriginalAmount="100316.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.1559525706306" Longitude="98.297944664955" StarRating="5" HotelCode="160792|128174" HotelName="Renaissance Phuket Resort &amp; Spa" Meals="HALF BOARD,ROOM ONLY,FULL BOARD" BedType="HALF BOARD" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>555 Moo 3, Mai Khao 83110, Talang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Mai Khao Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/227094/a_227094_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on the white sands of Mai Khao Beach amidst tropical gardens. Guests will find restaurants, bars and shops within 500 m of the hotel and the beach is just a 5-minute walk away. The Mangrove Forest and Bangpae Waterfall are around a 50-minute drive from the design hotel, Patong Beach is approximately 45 minutes away and Phuket FantaSea is roughly an hour away. The beach hotel is approximately 16 km from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108222.03" OriginalAmount="101142.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.7794477996311" Longitude="98.330979547791" StarRating="3.5" HotelCode="628779|3651525" HotelName="Laem Ka Residence by Tropiclook" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Soi Leam Ka Yai, Tambon Rawai, Amphoe Muang, Rawai Beach 83130</AddressLine>
          </AddressLines>
          <CityName>Rawai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629460/629460a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Rawai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108253.30" OriginalAmount="101171.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8919725728513" Longitude="98.301377148193" StarRating="3" HotelCode="293798|995025" HotelName="Mirage Express Patong Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184/25-28 Phangmuang Sai Kor Road, 83150 Patong</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/401543/p_401543_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 128 rooms. The upper floors of the accommodation can be accessed by lift. Services and facilities at the hotel include a baggage storage service, a restaurant and a bar. Wireless internet access is available to travellers in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114325.78" OriginalAmount="106846.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8835877101874" Longitude="98.272705078125" StarRating="5" HotelCode="14805|3534785" HotelName="Phuket Marriott Resort &amp; Spa, Merlin Beach" Meals="ROOM ONLY,HALF BOARD,ALL INCLUSIVE,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Muen-Ngoen Road, Tri-Trang Beach, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17377/l_17377_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Tri Trang beach, close to all the attractions that the island of Phuket has to offer. The sights of Patong and other west coast villages are also not far from the hotel, and it is only a 45-minute drive to the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122114.87" OriginalAmount="114126.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.7152217" Longitude="98.473514" StarRating="5" HotelCode="532620|2298675" HotelName="TreeHouse Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>24/21 Moo 4, Tambon Koh Yao Noi, Amphoe Koh Yao, Phang Nga 82160</AddressLine>
          </AddressLines>
          <CityName>Phang Nga</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/630251/630251a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Phang Nga.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122492.59" OriginalAmount="114479.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.166479" Longitude="98.295754" StarRating="4" HotelCode="174048|842655" HotelName="Marriott's Phuket Beach Club" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230, 232 Moo 3, Talang, Mai Khao, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Mai Khao Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/148742/148742a_hb_a_008.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rising from the renowned Mai Khao Beach in the heart of Thailand's largest island, the property stands as a tribute to its beautiful surroundings. Phuket Town is just 30 minutes’ drive from the hotel. It is placed 20 km north-west of Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123408.04" OriginalAmount="115334.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.988732" Longitude="98.297423" StarRating="4" HotelCode="92640|133394" HotelName="The Residence Resort and Spa Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>258/12 Srisoonthorn Road Moo 5, Bangtao Beach, Cherngtalay, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Bang Tao Bay</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/128873/w_128873_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is a 10-minute walk from Bang Tao Beach, the most sought-after beach in Phuket on the exclusive west coast, which is much less developed than southern parts of the island. Bang Tao is truly spectacular: 6 km of white sandy beaches, crystal-clear warm water and charming local fishing boats. Lam Sing and Surin beaches and the laguna area are all within around 3 km of the establishment. In 30 minutes, guests can access nightlife in the tourist centre of Patong, or there is the Red Room restaurant and bar located around 200 m from the hotel. Shops can be found around an 8-minute drive away in the Canal Village shopping centre, and the centre of Phuket Town is around 30 minutes by car from the hotel. The establishment is just a 20-minute drive south by taxi or limousine service from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124298.22" OriginalAmount="116166.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9023353247539" Longitude="98.299319216786" StarRating="3" HotelCode="11996|1573968" HotelName="Eden Bungalow Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Bungalow Complex,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Chalerm Phrakiat Road, Patong Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/155916/155916a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Patong City. It is situated only 2-3 minutes’ walking distance from the beach and 10 minutes from the centre of Patong's nightlife district. Guests can visit Phuket Town, which is around 15 km away from the hotel. Bangla Road is around 7 minutes’ drive away, while the Simon Cabaret is around 15 minutes’ drive. Phuket International Airport is a 45-minute drive away from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127738.65" OriginalAmount="119381.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.6075101854078" Longitude="98.368465304375" StarRating="5" HotelCode="26803|93202" HotelName="The Racha" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42/12-13 Moo 5, Rawai, Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Ko Raya Yai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39392/a_39392_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach-side hotel is set on Batok beach, overlooking one of Thailand's most spectacular bays on Racha Yai Island, 12 miles to the south of Phuket and 70 km in total from Phuket International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127913.08" OriginalAmount="119544.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.926066" Longitude="98.267013" StarRating="5" HotelCode="213724|922945" HotelName="The Naka Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1/18, 1/20 Moo 6 Kamala, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kathu</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/302577/302577a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kathu. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132570.89" OriginalAmount="123898.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8013464315943" Longitude="98.411333678574" StarRating="5" HotelCode="76077|83675" HotelName="Sri Panwa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Sakdidej Road Moo 8, Vichit, Muang, Cape Panwa, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Cape Panwa</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103496/a_103496_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The boutique hotel is situated high above the waters of the Andaman Sea on Cape Panwa in the south east of Phuket. It is the only location which commands both panoramic views from the top of Cape Panwa, as well as offering an exclusive private beach. The area, occupied partly by the Royal Thai Navy &amp; Marine Biological Centre, still retains its natural surroundings in the midst of quiet fishing villages. Phuket Town is approximately 15 km away, while it is just 20 km to Chalong Temple. Phuket International Airport is about 40 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136538.22" OriginalAmount="127605.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.0663656783691" Longitude="98.292857020313" StarRating="3" HotelCode="320413|3626945" HotelName="The LifeCo Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Moo 3, Tambol Sakoo, Nai Thon Beach, Amphur Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232201/232201a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137896.35" OriginalAmount="128875.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.0632818382878" Longitude="98.276528839287" StarRating="5" HotelCode="186261|897575" HotelName="Pullman Phuket Arcadia Naithon Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/2 Moo 4, Tambon Saku, Amphur Talang, 83110 Phuket</AddressLine>
          </AddressLines>
          <CityName>Nai Thorn</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/174554/174554a_hb_a_077.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141914.20" OriginalAmount="132630.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.1354958134903" Longitude="98.30002764418" StarRating="5" HotelCode="170029|258935" HotelName="Maikhao Dream Villa Resort &amp; Spa Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138/21 Moo 4, Mai Khao, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Mai Khao Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/147396/147396a_hb_a_025.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located only 15 minutes' walk from Sirinat National Park, 2 minutes from Mai Khao Beach and around an hour's drive from Phuket Town. Phuket International Airport is approximately 15 minutes' drive from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142151.17" OriginalAmount="132851.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8207103117881" Longitude="98.384623461654" StarRating="4" HotelCode="934501|1868698" HotelName="Korsiri Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39/32 Moo 6, Tambon Vichit, Amphoe Muang, Panwa Beach, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/233754/233754a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159160.86" OriginalAmount="148748.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.0231553954953" Longitude="98.301654160023" StarRating="5" HotelCode="39059|43084" HotelName="The Pavilions" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31/1 Moo 6, Cherngtalay, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Cherng Talay</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/64401/a_64401_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Phuket's most exclusive area, Bang Tao Bay, only 20 minutes from Phuket International Airport. It is only 3 minutes to the secluded and sandy Layan Beach and 5 minutes to the world famous Laguna golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175013.31" OriginalAmount="163563.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.0355399242611" Longitude="98.284327089786" StarRating="5" HotelCode="58840|43994" HotelName="Anantara Layan Phuket Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Finca,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 Moo 6, Layan Beach Soi 4, Cherngtalay, Thalang 83110</AddressLine>
          </AddressLines>
          <CityName>Layan Beach</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/76228/a_76228_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located on the north-west of the island in the kingdom of Thailand, ideally situated on Layan Beach, surrounded by a protected nature reserve. Thailand and links to the public transport network are around 4 km from the finca-style spa complex and the hotel is just 20 minutes from Phuket International Airport, 30 minutes from Phuket Town and Patong Beach and 10 minutes from Bangtoa Beach and the lagoon area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191632.04" OriginalAmount="179095.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.0562100638515" Longitude="98.457874059677" StarRating="5" HotelCode="174044|708285" HotelName="The Naka Island A Luxury Collection Resort &amp; Spa Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Moo 5, Tambol Paklok, Amphur Thalang, Naka Yai Island 83110, Phuket</AddressLine>
          </AddressLines>
          <CityName>Naka Yai Island</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/244332/a_244332_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Naka Beach, Naka Yai Island, surrounded by lush tropical landscape and the Andaman Sea. It offers comfort in an evocative setting and is just a short speed boat ride from mainland Phuket. It lies about 20 km from the Heroines Monument, some 28 km from Phuket Fantasea and around 45 km from Patong Beach. Phuket International Airport is half an hour away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202394.81" OriginalAmount="189154.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9810324287403" Longitude="98.278131186962" StarRating="5" HotelCode="9040|28014" HotelName="The Surin Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pansea Beach, 118 Moo 3, Cherngtalay, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Pansea - Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/3914/a_3914_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on the west coast of the island, directly beside Pansea Bay Beach. It is a scenic, 25-minute drive to the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208123.25" OriginalAmount="194507.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.933186" Longitude="98.262904" StarRating="5" HotelCode="115864|95637" HotelName="Paresa Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Moo 6, Layi-Nakalay Road, Kamala, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/159534/a_159534_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Extending out dramatically from the stunningly sculptured cliff tops of Kamala overlooking the spectacular azure waters of the Andaman Sea andsurrounded by lush tropical forests and gardens, the resort lies a short 30-minutes from Phuket International Airport. It is situated at Phuket’s mostsought after address, “Millionaires’ Mile” on Kamala’s Hills. The property is also within easy access of the sleepy, traditional Kamala fishing village and the lively Patong Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="283688.84" OriginalAmount="265129.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="8.0362835682667" Longitude="98.277034163475" StarRating="5" HotelCode="33643|36524" HotelName="Trisara" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60/1 Moo 6 Srisoonthorn Road, Cherngtalay, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Cherng Talay</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52673/s_52673_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located about 500 m from the beach on the majestic east coast of the island. The hotel is surrounded by dense, luscious green vegetation. Transfer to the airport takes just 15 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="303987.40" OriginalAmount="284100.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89370902" Longitude="98.43780997" StarRating="3.5" HotelCode="617310|3546475" HotelName="Villa Xilaiwan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa,Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Theppratharn Road Moo 1, Tambon Rassada, Muang Ratsada, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=7374151</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312511.48" OriginalAmount="292066.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.96247986" Longitude="98.28368554" StarRating="0" HotelCode="943773|2384735" HotelName="Twinpalms Montazure" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129/86 Kamala Beach Road, Kathu, Kamala Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/15094/3815094/1.jpg?f=15561911</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332277.13" OriginalAmount="310539.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.812755" Longitude="98.296885" StarRating="5" HotelCode="297877|1053678" HotelName="Kata Rocks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>186/22 Kok Tanode Road, Kata Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/368261/368261a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Kata Beach, this hotel lies in a quiet area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="355164.42" OriginalAmount="331929.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88530061" Longitude="98.27331079" StarRating="5.5" HotelCode="495343|2103745" HotelName="Rosewood Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Muen-Ngoen Road, Tri-Trang Beach, Kathu, Patong 83150, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/79251/0411a609-6750-4286-8464-37a4a9964e94.jpg?d=636646931730000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="363526.10" OriginalAmount="339744.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.83216885" Longitude="98.32514726" StarRating="3" HotelCode="753943|3615195" HotelName="Villa Nap Dau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Massage Centre,Parking">
        <Address>
          <AddressLines>
            <AddressLine>82/30 Soi Yot Sane 1 Moo 10, Soi Themrat, Chalong Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1102676/eeca24708964dcdf41642bc682a224a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Chalong, Nap Dau Villa is a perfect starting point from which to explore Phuket. The hotel offers a wide range of amenities and perks to ensure you have a great time. To be found at the hotel are free Wi-Fi in all rooms, daily housekeeping, private check in/check out, taxi service, luggage storage. Guestrooms are designed to provide an optimal level of comfort with welcoming decor and some offering convenient amenities like private pool, internet access – wireless (complimentary), air conditioning, heating, desk. Take a break from a long day and make use of dart board, golf course (within 3 km), outdoor pool, massage, billiards. Nap Dau Villa combines warm hospitality with a lovely ambiance to make your stay in Phuket unforgettable.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="549165.06" OriginalAmount="513238.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9493411534776" Longitude="98.275394317791" StarRating="5" HotelCode="143465|127994" HotelName="Andara Resort &amp; Villas" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Moo 6, Kamala Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Kamala Beach</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/132537/132537a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located about halfway down the west coast of Phuket, on the pristine Andaman Sea. Nestled on a gentle hillside overlooking the Kamala Bay and open ocean, the hotel is just minutes away from Phuket's best restaurants, Silk Phuket and shopping at The Plaza Surin, as well as tourist attractions and other premium resorts. This hotel is near Phuket Airport, which is just 28 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="760575.97" OriginalAmount="710818.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.97257198" Longitude="98.27978455" StarRating="5" HotelCode="490839|3628545" HotelName="Sawan Anda Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>126/10 Surin Heights, Cheang Thale 83110</AddressLine>
          </AddressLines>
          <CityName>Cherng Talay</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/657698/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Cherng Talay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3853908.89" OriginalAmount="3601784.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.8902772518998" Longitude="98.302406559332" StarRating="3" HotelCode="384416|1868898" HotelName="The House Patong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>74/48 Nanai Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/73798/2173798/1.jpg?f=15462763</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7570.15" OriginalAmount="7074.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.882579933806" Longitude="98.296175768585" StarRating="3" HotelCode="188428|1868938" HotelName="Green Harbor Hotel &amp; Service Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>168/46-48 Soi Nanai 8, Phung Muang Sai Kor Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9049.78" OriginalAmount="8457.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.9024877688349" Longitude="98.387878489866" StarRating="3" HotelCode="357654|3646145" HotelName="B2 Phuket Boutique &amp; Budget Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Elevator,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9/45 Tepkasatri Road Moo 6, Tambol Raksada, Phuket, Amhpur Muang Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Phuket Town, B2 Phuket Hotel promises a relaxing and wonderful visit. Offering a variety of facilities and services, the hotel provides all you need for a good night's sleep. Free Wi-Fi in all rooms, restaurant, elevator, 24-hour front desk, car park are on the list of things guests can enjoy. Designed for comfort, selected guestrooms offer satellite/cable TV, television LCD/plasma screen, DVD/CD player, internet access – wireless (complimentary), non smoking rooms to ensure a restful night. The hotel offers various recreational opportunities. A welcoming atmosphere and excellent service are what you can expect during your stay at B2 Phuket Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9502.09" OriginalAmount="8880.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.82134993" Longitude="98.30217539" StarRating="2" HotelCode="786985|3589795" HotelName="Sleepy Station Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27/11 Kade Kwan Road, Karon 83100, Phuket</AddressLine>
          </AddressLines>
          <CityName>Karon</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15856.06" OriginalAmount="14818.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.800375" Longitude="98.299177" StarRating="3" HotelCode="188457|1575258" HotelName="Kata Noi Resort Villas &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Kata Noi Rd, Kata Noi Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Kata Noi Beach</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25235.45" OriginalAmount="23584.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.89478" Longitude="98.3449" StarRating="0" HotelCode="966395|3557665" HotelName="Karon Kata Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6/1 Karon Road, Tambon Karon, Amphoe Mueang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40396.20" OriginalAmount="37753.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="7.88071906" Longitude="98.29387766" StarRating="4" HotelCode="380638|1868468" HotelName="C &amp; N Resort and Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>3 Sirirat Road, Patong Beach, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Patong</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Currency Exchange,Golf,Lounge,Spa,Wheelchair Access,Garden,Swimming Pool,Kitchen,Bicycle Rental,Nightclub,Diet Meals,Central Heating,24 Hour Security,Airport Transfer (on Demand),Meeting Room,Parking,24 Hour Power Supply,Housekeeping,Kids Play Area,Library,Printer,Elevator,24 Hour Front Desk,Dry Cleaning,LCD/Projector,Luggage Storage,Coffee Shop,Valet Parking,Babysitting,Banquet Hall,Dining,Business Centre,Concierge,Wake-up Call Service,Porter,ATM/Cash Machine,Vending Machine</BasicAmenities>
    <HotelRating>4,3,5,4.5,5.5,2,2.5,3.5,1,6</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CLUB RESORT,BUNGALOW COMPLEX,FINCA,VILLAGE,BEACH HOTEL,CITY HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,HOTEL DE CHARME,APARTMENT,ECO HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,APARTMENT HOTEL,AIRPORT HOTEL,GUEST HOUSES,GOLF HOTEL,BOUTIQUE HOTEL,GUESTHOUSE,HOSTEL,VACATION HOME OR VILLA,APARTHOTEL,RESIDENCES,INNS,HOSTELS,HOLIDAY PARKS</PropertyType>
  </Filter>
</HotelSearchRS>||True