Residential - Property for Rent
Arcadia Shanghai Serviced Apartment - Image 1
Arcadia Shanghai Serviced Apartment - Image 2
Arcadia Shanghai Serviced Apartment - Image 3
Arcadia Shanghai Serviced Apartment - Image 4
Arcadia Shanghai Serviced Apartment - Image 5
Arcadia Shanghai Serviced Apartment - Image 6
Arcadia Shanghai Serviced Apartment - Image 7
Arcadia Shanghai Serviced Apartment - Image 8
Arcadia Shanghai Serviced Apartment - Image 9
Arcadia Shanghai Serviced Apartment - Image 10

Arcadia Shanghai Serviced Apartment

名仕苑酒店式公寓

/month

  • Type: Serviced Apartment
  • Layout: 3 bedrooms, 2 bathrooms
  • Size: 172 square meters
  • Completed time: 1999

Community Introduction

Built by Sun Hung Kai Properties, one of the largest real estate developers in Hong Kong, Arcadia is located at the intersection of West Guangyuan Road and Gongcheng Road, close to Hong Kong Plaza, ITC, Merlo City, and other fashion department shopping malls. It is within walking distance to Xujiahui Park and Xujiahui Subway Station of Metro Line 1/9/11. Arcadia is composed of three high-rise buildings, namely, Grand Mayfair, Belgravia and Parklane. Among them, Grand Mayfair is held by the developer as a serviced apartment, with a total height of 33 floors and a total of 224 units of 1-3 bedrooms. The 12,000 square meter high-end clubhouse, which was completed 20 years ago, is very advanced, including swimming pool, sauna, gym, tennis court, children's playground and so on.

Home Configuration

Equipments: Air-conditioner, Washing machine, Tumble dryer, Dishwasher, LCD/LED TV, WIFI, Fully Furnished.

Features: Cosy, Good quality deco.

Facility

Map

CONTACT INFORMATION

YOUR REQUIREMENT

If you have any needs that cannot be expressed through the above form, you can also directly contact our email info@brimax.com.cn or call us +86 139 1702 1909. We will provide corresponding services based on your specific needs.

$('#submit_inquiry').click(function(event) { event.preventDefault(); var name = $('#inq_name').val(); var mail = $('#inq_mail').val(); var phone = $('#inq_phone').val(); var bedroom = $('#inq_bedroom').val(); var budget = $('#inq_budget').val(); var comments = $('#inq_comments').val(); var property_id = $('input[name="property_id"]').val(); $('.help-block').remove(); $('.has-error').removeClass('has-error'); $('#inquiry_message').removeClass('text-danger text-success'); var hasError = false; if (!name) { $('#inq_name').parent().addClass('has-error'); $('#inq_name').after('Please input your name.'); hasError = true; } if (!mail) { $('#inq_mail').parent().addClass('has-error'); $('#inq_mail').after('Please input your email.'); hasError = true; } else if (!/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(mail)) { $('#inq_mail').parent().addClass('has-error'); $('#inq_mail').after('Please input a valid email.'); hasError = true; } if (hasError) { return false; } $('#submit_inquiry').prop('disabled', true).text('Sending...'); $.ajax({ type: 'POST', url: '/process_online_inquiry.php', data: { name: name, mail: mail, phone: phone, bedroom: bedroom, budget: budget, comments: comments, property_id: property_id, action: 'client_inquiry' }, dataType: 'json', success: function(response) { if (response.success) { $('#inquiry_message').addClass('text-success').text(response.message); $('#form_inquiry')[0].reset(); } else { $('#inquiry_message').addClass('text-danger').text(response.message); } }, error: function() { $('#inquiry_message').addClass('text-danger').text('Submission failed. Please try again or contact us by phone.'); }, complete: function() { $('#submit_inquiry').prop('disabled', false).text('SEND'); } }); }); $('#inq_name, #inq_mail').on('input', function() { $(this).parent().removeClass('has-error'); $(this).next('.help-block').remove(); }); });