Residential - Property for Rent
Mandarine Villa - Image 1
Mandarine Villa - Image 2
Mandarine Villa - Image 3
Mandarine Villa - Image 4
Mandarine Villa - Image 5
Mandarine Villa - Image 6
Mandarine Villa - Image 7
Mandarine Villa - Image 8
Mandarine Villa - Image 9
Mandarine Villa - Image 10
Mandarine Villa - Image 11
Mandarine Villa - Image 12
Mandarine Villa - Image 13
Mandarine Villa - Image 14
Mandarine Villa - Image 15

Mandarine Villa

名都城别墅

/month

  • Type: Villa
  • Layout: 5 bedrooms, 4 bathrooms
  • Size: 355 square meters
  • Completed time: 1997

Community Introduction

Mingdu Villa is located on Guyang Road near Gubei Road, adjacent to Gubei International Community Phase II, which together with Zhenyuan, Haorun Garden and Xijiao Garden Villa constitutes Gubei International Villa area. Mandarine Villa is located on Guyang Road near Gubei Road, adjacent to Gubei International Community Phase II. Mandarine Villa consists of 25 single villas, the main layout is 330-1000 square meters, the garden is 300-1000 square meters, and the daylighting is very good. The community is a pure single villa compound without basement, the high living room for some layouts. The compound clubhouse integrates leisure and entertainment, such as coffee shop, restaurant, beauty, gym and so on to meet the quality needs of the owners. The community is backed by the high-quality and complete living facilities of Gubei area, which also greatly improves the convenience of life of the owners. It can walk to the Golden City Avenue Pedestrian street, and there are coffee shops all over the street, various foreign restaurants and characteristic bars. Surrounded by LV building, The Palace Hongqiao, Gubei 1699, Takashimaya Department Store and other comprehensive shopping malls, shopping and leisure is very convenient.

Home Configuration

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

Features: Unique, Big terrace, Big garden.

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