www.centennial.com.sg Open in urlscan Pro
104.21.65.111  Public Scan

Submitted URL: https://cbsuites.com/
Effective URL: https://www.centennial.com.sg/
Submission: On November 07 via api from US — Scanned from SG

Form analysis 2 forms found in the DOM

/send_contact.cfm

<form style="margin-top:10px" autocomplete="off" id="quickContact" action="/send_contact.cfm">
  <input type="text" id="nm_contact" name="nm_contact" placeholder="Your Name:" autocomplete="off" style="padding:8px">
  <input type="text" id="tx_email" name="tx_email" placeholder="Your Email:" autocomplete="off" style="padding:8px">
  <input type="text" name="tx_phone" id="tx_phone" placeholder="Your Phone:" autocomplete="off" style="padding:8px">
  <select name="tx_country" id="tx_country" style="background:#f5f5f5;color:#777777;padding:8px" onchange="
			if(this.selectedIndex==0)
			{
			document.getElementById('nm_location_sg').style.display='none';
			document.getElementById('nm_location_my').style.display='none';
			document.getElementById('nm_location_id').style.display='none';
			}
			if(this.selectedIndex==1)
			{
			document.getElementById('nm_location_sg').style.display='block';
			document.getElementById('nm_location_my').style.display='none';
			document.getElementById('nm_location_id').style.display='none';
			}
			if(this.selectedIndex==2)
			{
			document.getElementById('nm_location_sg').style.display='none';
			document.getElementById('nm_location_my').style.display='block';
			document.getElementById('nm_location_id').style.display='none';
			}
			if(this.selectedIndex==3)
			{
			document.getElementById('nm_location_sg').style.display='none';
			document.getElementById('nm_location_my').style.display='none';
			document.getElementById('nm_location_id').style.display='block';
			}
			
			
			">
    <option value="">Country</option>
    <option value="Singapore">Singapore</option>
    <option value="Malaysia">Malaysia</option>
    <option value="Indonesia">Indonesia</option>
  </select>
  <select id="nm_location_sg" name="nm_location_sg" style="background:#f5f5f5;color:#777777;display:none;padding:8px">
    <option value="">Select Location</option>
    <option value="Raffles Place">Raffles Place</option>
    <option value="Suntec City">Suntec City</option>
    <optgroup label="Orchard Road">
      <option value="350 Orchard Road">350 Orchard Road</option>
      <option value="15 Scotts Road">15 Scotts Road</option>
    </optgroup>
  </select>
  <select id="nm_location_my" name="nm_location_my" style="background:#f5f5f5;color:#777777;display:none;padding:8px">
    <option value="">Select Location</option>
    <option value="KL Sentral- Axiata Tower">KL Sentral- Axiata Tower</option>
    <option value="KLCC - Etiqa Twins Tower">KLCC - Etiqa Twins Tower</option>
  </select>
  <select id="nm_location_id" name="nm_location_id" style="background:#f5f5f5;color:#777777;display:none;padding:8px">
    <option value="Jakarta - ANZ Tower">Jakarta - ANZ Tower</option>
  </select>
  <select name="tx_service_type" id="tx_service_type" style="padding:8px;background:#f5f5f5;color:#777777">
    <option value="">Interested in</option>
    <option value="Serviced Offices">Serviced Offices</option>
    <option value="Coworking">Coworking</option>
    <option value="Virtual Offices">Virtual Offices</option>
    <option value="Meeting Rooms">Meeting Rooms</option>
  </select>
  <select name="amt_qty_people" id="amt_qty_people" style="padding:8px;background:#f5f5f5;color:#777777">
    <option value="0">People</option>
    <option value="1">1 person</option>
    <option value="2">2 people</option>
    <option value="3">3 people</option>
    <option value="4">4 people</option>
    <option value="5">5 people</option>
    <option value="6">6 people</option>
    <option value="7">7 people</option>
    <option value="8">8 people</option>
    <option value="9">9 people</option>
    <option value="10">10 people</option>
    <option value="11">11 people</option>
    <option value="12">12 people</option>
    <option value="13">13 people</option>
    <option value="14">14 people</option>
    <option value="15">15 people</option>
    <option value="16">16 people</option>
    <option value="17">17 people</option>
    <option value="18">18 people</option>
    <option value="19">19 people</option>
    <option value="20">20 people</option>
  </select>
  <textarea style="padding-top:4px" name="tx_desc_additional" id="tx_desc_additional" placeholder="eg. I would like to enquire about hot desk / dedicated desk / 3-pax suite / meeting room / event space..."></textarea>
  <input type="button" style="background:#dc143c;color:white" value="Submit" onclick="$('#quickContact').submit();">
</form>

/send_tour.cfm

<form autocomplete="off" id="tourForm" action="/send_tour.cfm">
  <input type="text" id="nm_contact_tour" name="nm_contact" placeholder="Your Name:" autocomplete="off" style="padding:8px">
  <input type="text" id="tx_email_tour" name="tx_email" placeholder="Your Email:" autocomplete="off" style="padding:8px">
  <input type="text" name="tx_phone" id="tx_phone_tour" placeholder="Your Phone:" autocomplete="off" style="padding:8px">
  <select name="tx_country" id="tx_country_tour" style="background:#f5f5f5;color:#777777;padding:8px" onchange="
			if(this.selectedIndex==0)
			{
			document.getElementById('nm_location_sg_tour').style.display='none';
			document.getElementById('nm_location_my_tour').style.display='none';
			document.getElementById('nm_location_id_tour').style.display='none';
			}
			if(this.selectedIndex==1)
			{
			document.getElementById('nm_location_sg_tour').style.display='block';
			document.getElementById('nm_location_my_tour').style.display='none';
			document.getElementById('nm_location_id_tour').style.display='none';
			}
			if(this.selectedIndex==2)
			{
			document.getElementById('nm_location_sg_tour').style.display='none';
			document.getElementById('nm_location_my_tour').style.display='block';
			document.getElementById('nm_location_id_tour').style.display='none';
			}
			if(this.selectedIndex==3)
			{
			document.getElementById('nm_location_sg_tour').style.display='none';
			document.getElementById('nm_location_my_tour').style.display='none';
			document.getElementById('nm_location_id_tour').style.display='block';
			}
			
			
			">
    <option value="">Country</option>
    <option value="Singapore">Singapore</option>
    <option value="Malaysia">Malaysia</option>
    <option value="Indonesia">Indonesia</option>
  </select>
  <select id="nm_location_sg_tour" name="nm_location_sg" style="background:#f5f5f5;color:#777777;display:none;padding:8px">
    <option value="">Select Location</option>
    <option value="Raffles Place">Raffles Place</option>
    <option value="Suntec City">Suntec City</option>
    <optgroup label="Orchard Road">
      <option value="350 Orchard Road">350 Orchard Road</option>
      <option value="15 Scotts Road">15 Scotts Road</option>
    </optgroup>
  </select>
  <select id="nm_location_my_tour" name="nm_location_my" style="background:#f5f5f5;color:#777777;display:none">
    <option value="">Select Location</option>
    <option value="KL Sentral- Axiata Tower">KL Sentral- Axiata Tower</option>
    <option value="KLCC - Etiqa Twins Tower">KLCC - Etiqa Twins Tower</option>
  </select>
  <select id="nm_location_id" name="nm_location_id" style="background:#f5f5f5;color:#333333;display:none">
    <option value="Jakarta - ANZ Tower">Jakarta - ANZ Tower</option>
  </select>
  <select name="tx_service_type" id="tx_service_type_tour" style="padding:8px;background:#f5f5f5;color:#777777">
    <option value="">Interested in</option>
    <option value="Serviced Offices">Serviced Offices</option>
    <option value="Coworking">Coworking</option>
    <option value="Virtual Offices">Virtual Offices</option>
    <option value="Meeting Rooms">Meeting Rooms</option>
  </select>
  <select name="amt_qty_people" id="amt_qty_people_tour" style="padding:8px;background:#f5f5f5;color:#777777">
    <option value="0">People</option>
    <option value="1">1 person</option>
    <option value="2">2 people</option>
    <option value="3">3 people</option>
    <option value="4">4 people</option>
    <option value="5">5 people</option>
    <option value="6">6 people</option>
    <option value="7">7 people</option>
    <option value="8">8 people</option>
    <option value="9">9 people</option>
    <option value="10">10 people</option>
    <option value="11">11 people</option>
    <option value="12">12 people</option>
    <option value="13">13 people</option>
    <option value="14">14 people</option>
    <option value="15">15 people</option>
    <option value="16">16 people</option>
    <option value="17">17 people</option>
    <option value="18">18 people</option>
    <option value="19">19 people</option>
    <option value="20">20 people</option>
  </select>
  <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
  <link rel="stylesheet" href="/resources/demos/style.css">
  <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
  <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
  <script>
    $(function() {
      $(".datepicker").datepicker();
    });
  </script>
  <input type="text" name="dt_preferred" id="dt_preferred_tour" class="datepicker hasDatepicker" value="" size="40" placeholder="Preferred Date" style="padding:8px;background:#f5f5f5;color:#777777">
  <p>
    <input type="button" style="background:#dc143c;color:white" value="Submit" onclick="$('#tourForm').submit();">
    <span class="ajax-loader"></span>
  </p>
  <div class="wpcf7-response-output wpcf7-display-none"></div>
</form>

Text Content

Get in touch today to arrange a viewing. We'll also send you details on our
latest offers and events

Country Singapore Malaysia Indonesia Select Location Raffles Place Suntec City
350 Orchard Road 15 Scotts Road Select Location KL Sentral- Axiata Tower KLCC -
Etiqa Twins Tower Jakarta - ANZ Tower Interested in Serviced Offices Coworking
Virtual Offices Meeting Rooms People 1 person 2 people 3 people 4 people 5
people 6 people 7 people 8 people 9 people 10 people 11 people 12 people 13
people 14 people 15 people 16 people 17 people 18 people 19 people 20 people
or call us at +65 6336 6988



Call Now  | Singapore (65) 6336 6988        Kuala Lumpur (60) 3 2726 9999       
Jakarta (62) 21 8065 7808




Toggle navigation
 * Serviced Offices
 * Coworking
 * Virtual Offices
 * Meeting Rooms
 * Locations
   * Singapore
     * Raffles Place
     * Suntec City
     * Orchard Road
     * Scotts Road
     * Beach Road
     * Telepark
     
   * Malaysia
     * Etiqa Twins - Kuala Lumpur
     * Axiata Tower - Kuala Lumpur
     
   * Indonesia
     * Plaza Marein - Jakarta
     
   
 * Contact


FULLY EQUIPPED OFFICES FOR RENT


Contact Us


NO HIDDEN CHARGES


Contact Us


ROBUST IT INFRASTRUCTURE


Contact Us


TWO DECADES OF EXPERIENCE


NO HIDDEN COST INCURRED


FULLY COMMITTED PROFESSIONAL TEAM


GET A PERSONAL ESTIMATE

SERVICED OFFICES

VIRTUAL OFFICES

MEETING ROOMS

COWORKING

Our specialisation


FULLY SERVICED & CHEAP OFFICE RENTAL IN SINGAPORE

Looking for a cheap office rental in Singapore? Centennial offers a large
variety of small and big office spaces for rent, equipped with all the different
amenities to complement your business growth and development.

We understand the need for early and mid-stage businesses to be able to find a
cheap, value-for-money yet reliable office space for rental. Spaces in Singapore
can be expensive, especially if you are looking at small to medium-sized office
spaces for rent in the Central Business District Area (CBD). Not only do
start-up firms need a cheap serviced office, but companies that operate on a
lean team structure also look for small office spaces for rent to save big on
logistics. 

Our offices are equipped with a robust IT infrastructure, call handling
services, receptionists, support teams, mail handling services and much more! We
also offer other amenities such as unlimited, unrestricted Wi-Fi access so that
you stay connected at all times.

 

Previous
5
Beach Road - Singapore
6
Telepark - Singapore
7
Etiqa Twins - Kuala Lumpur
8
Axiata Tower - Kuala Lumpur
9
Plaza Marein - Jakarta
1
Raffles Place - Singapore
2
Suntec City - Singapore
3
Orchard Road - Singapore
4
15 Scotts - Singapore
5
Beach Road - Singapore
6
Telepark - Singapore
7
Etiqa Twins - Kuala Lumpur
8
Axiata Tower - Kuala Lumpur
9
Plaza Marein - Jakarta
1
Raffles Place - Singapore
2
Suntec City - Singapore
3
Orchard Road - Singapore
4
15 Scotts - Singapore
5
Beach Road - Singapore
Next
About us


WE LOVE WHAT WE DO AND THAT IS WHY WE ARE THE BEST AT IT!

As the leading provider of turnkey office solutions, we make sure that our cheap
and valuable service office rentals are fully furnished and ready for you to
move in at any time. On top of all that, you gain access to complimentary
benefits in the form of unlimited beverages and the daily newspaper in the
lounge. 

Our office rental in Singapore comes complete with a full range of services that
will complement every type of business. 

Come and see for yourself


VIEW SMALL, BIG OFFICE SPACES FOR YOUR BUSINESS (AVAILABLE FOR RENT)

Looking for a cheap alternative to leasing an office space? Our rental services
in Singapore are one of the best. 
Schedule a tour with our team - We would love to show you around our great
workspaces and facilities, and get to listen to your needs requirements first
hand.

Please provide some details in order to help us schedule a tour that would most
suit your needs and circumstances. Once we receive your details, we will contact
you and confirm the tour's date and location.
We look forward to seeing you!

For the latest updates, stay connected with us on our Facebook page. 

Country Singapore Malaysia Indonesia Select Location Raffles Place Suntec City
350 Orchard Road 15 Scotts Road Select Location KL Sentral- Axiata Tower KLCC -
Etiqa Twins Tower Jakarta - ANZ Tower Interested in Serviced Offices Coworking
Virtual Offices Meeting Rooms People 1 person 2 people 3 people 4 people 5
people 6 people 7 people 8 people 9 people 10 people 11 people 12 people 13
people 14 people 15 people 16 people 17 people 18 people 19 people 20 people







ABOUT CENTENNIAL

With close to two decades of experience, Centennial is a name you can trust when
it comes to Serviced Office, Virtual Office and Professional Meeting Room
Facilities in Singapore, Kuala Lumpur and Jakarta.

SERVICES

 * Serviced Offices
 * Coworking
 * Virtual Office
 * Meeting Room

OUR LOCATIONS

   SINGAPORE

 * Raffles Place
 * Suntec City
 * Orchard Road
 * Scotts Road
 * Beach Road
 * Telepark

   MALAYSIA

 * KL Sentral - Axiata Tower
 * KLCC - Etiqa Twins Tower

   INDONESIA

 * Jakarta - Plaza Marein

2019. All Rights Reserved.