Residential - Property for Rent
Rancho Santa Fe - Image 1
Rancho Santa Fe - Image 2
Rancho Santa Fe - Image 3
Rancho Santa Fe - Image 4
Rancho Santa Fe - Image 5
Rancho Santa Fe - Image 6
Rancho Santa Fe - Image 7
Rancho Santa Fe - Image 8
Rancho Santa Fe - Image 9
Rancho Santa Fe - Image 10
Rancho Santa Fe - Image 11

Rancho Santa Fe

兰乔圣菲

/month

  • Type: Villa
  • Layout: 4 bedrooms, 4 bathrooms
  • Size: 280 square meters
  • Completed time: 2005

Community Introduction

Rancho Santa Fe is located in Jinfeng International Community, Minhang District, the community is divided into 3 phases, a total of 305 single villas with Southern California architectural style. The villa size is 250-460 square meters, and the garden area is 400-1000 square meters. The environment of the community is elegant, and most residents comes from abroad. The community has 29 tennis courts, a 60-meter-wide outdoor swimming pool, a circular swimming pool, indoor and outdoor massage pool, a well-equipped fitness center, an artificial hot spring, 5 squash courts, 2 short tennis courts, 4 restaurants and so on. The quality is up to international standards and bring a higher life standard to the Residents. It is about a 30-minute drive from the city center. There are many international schools nearby, such as American school, British school, Singapore School, etc. Nearby there are Costco supermarket, RT-Mart Huachao, Fashion Park International Life Plaza, etc., to meet the needs of daily life.

Home Configuration

Equipments: Wall heating, Central A/C, Washing machine, Dishwasher, Bathtub, Fully Furnished.

Features: Fancy looking.

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