Residential - Property for Rent
Manhattan Heights - Image 1
Manhattan Heights - Image 2
Manhattan Heights - Image 3
Manhattan Heights - Image 4

Manhattan Heights

曼克顿豪庭

/month

  • Type: Apartment
  • Layout: 1 bedroom, 1 bathroom
  • Size: 70 square meters
  • Completed time: 2002

Community Introduction

Manhattan Heights is a small community in Jing 'an District, consists of two 30-story high-rise buildings with more than 280 units ranging from 62 square meters to 250 square meters. The community is surrounded by greenery, and quiet in a noisy neighborhood. Due to the Convenient location, it can easily reach Jing 'an Temple, Nanjing West Road, subway and so on.
It is only a 7-minute walk from Nanjing West Road, a famous commercial street in Shanghai. The metro station of Jing 'an Temple and Shimen Yi Road are just 10-minute’s away on foot. The exclusive private SKY CLUB 33 is located on the top floor with a heated swimming pool and a range of luxury amenities.

Home Configuration

Equipments: Floor heating, Air-conditioner.

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(); }); });