Residential - Property for Rent
Hongqiao Gold Villas - Image 1
Hongqiao Gold Villas - Image 2
Hongqiao Gold Villas - Image 3
Hongqiao Gold Villas - Image 4
Hongqiao Gold Villas - Image 5
Hongqiao Gold Villas - Image 6
Hongqiao Gold Villas - Image 7
Hongqiao Gold Villas - Image 8
Hongqiao Gold Villas - Image 9
Hongqiao Gold Villas - Image 10

Hongqiao Gold Villas

虹桥高尔夫别墅

/month

  • Type: Villa
  • Layout: 6 bedrooms, 5 bathrooms
  • Size: 460 square meters
  • Completed time: 2002

Community Introduction

Hongqiao Golf Villa is the only golf villa in the city, people and vehicles diversion management , and it is a high-quality residential area. The community is adjacent to Hongmei Road to the west, Hongxu Road to the east, and golf course to the south. The community is composed of semi-detached villas and single villas, with a total of 249 houses. There are 3 clubhouses with nearly 20,000 square meters provides heated swimming pools, red bars, KURHAUS spa, Chinese and Western restaurants, etc. It is within 10 minutes driving from the community to the entrances of Central Ring, inner Ring, outer ring, G50, etc. It is 1.1km away from Longxi Road Station on Line 10 and 1.4km from Gubei Road Station on Line 15. It is convenient for the transportation.

Home Configuration

Equipments: Central A/C, Washing machine, Tumble dryer, Built-in oven, Dishwasher, LCD/LED TV, Bathtub, Fully Furnished.

Features: Stylish, Bright.

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