Residential - Property for Rent
The Bridge House by Cohost - Image 1
The Bridge House by Cohost - Image 2
The Bridge House by Cohost - Image 3
The Bridge House by Cohost - Image 4
The Bridge House by Cohost - Image 5
The Bridge House by Cohost - Image 6
The Bridge House by Cohost - Image 7
The Bridge House by Cohost - Image 8

The Bridge House by Cohost

筑桥居后社服务公寓张江

/month

  • Type: Serviced Apartment
  • Layout: 1 bedroom, 1 bathroom
  • Size: 60 square meters
  • Completed time: 2020

Community Introduction

Located in the core area of Pudong Zhangjiang Hi-Tech Park, known as "Shanghai Silicon Valley", the Bridge House by Cohost is convenient in transportation and mature in supporting facilities. It is within walking distance of Top 500 enterprises, saving unnecessary commuting fatigue. The apartment consists of 10 floors of vibrant social spaces and contains 157 spacious duplex units with a Nordic design concept. 4.5-meter’s height, duplex layout, each room is designed with bay windows, with plenty of natural light, the apartment also has high-end customized bedding, well-equipped kitchen, large storage space, spacious and comfortable living and office environment, smooth and efficient wireless Internet, wall heating and so on. The whole public area on the second floor including gym, open kitchen, game area, rest area, dining area and other spaces. The surrounding commercial shopping, life and leisure facilities are perfect, parks, restaurants, cafes, gyms, banks, convenience stores, schools and other supporting facilities are very convenient.

Home Configuration

Equipments: Central A/C, Washing machine, Tumble dryer, LCD/LED TV, WIFI, Fully Furnished.

Features: Cosy, Good quality deco, 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(); }); });