Contact Us / Find Us

Location

Pantropic’s main office is located in the Central Business District of Singapore. Access is easy via subway or bus along Bras Basah Road. There’s a coffee shop right below our office, so come by and have a cuppa with us.

Address

261 Waterloo Street, #04-27 Waterloo Center Singapore 180261

Nearest MRT Station

Circle Line: Bras Basah Station
North South Line: City Hall Station
East West Line: Bugis Station
Downtown Line: Bencoolen Station

Parking

Limited parking available on the street

Underground car park available

Hotel Royal – Queens

Directions

Take the elevators next to the coffee shops to the 5th floor, and then walk down one floor. Call if you get lost.

Contact Us

function initialize() { var mapCanvas = document.getElementById('map-canvas'); var mapOptions = { center: new google.maps.LatLng(1.298947, 103.851964), zoom: 18, scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP, mapTypeControlOptions: { position: google.maps.ControlPosition.BOTTOM_CENTER }, } var map = new google.maps.Map(mapCanvas, mapOptions); var infowindow = new google.maps.InfoWindow({ content:"Pantropic Online Pte Ltd
Pantropic’s main office
261 Waterloo Street,
#04-27 Waterloo Center,
Singapore 180261" }); var marker = new google.maps.Marker({ position: new google.maps.LatLng(1.298947, 103.851964), map: map//, // title: 'Hello World!' }); google.maps.event.addListener(marker, 'click', function() { infowindow.open(map,marker); }); } google.maps.event.addDomListener(window, 'load', initialize);