Point Cook Physical
Waitlist
get waitlisted
If you can’t find the schedule you prefer on our online booking page, please fill-up the form below:
With us you'll
- Manage your pain
- Move better
- Feel better
- Prevent future injury
If you can’t find the schedule you prefer on our online booking page, please fill-up the form below:
window.addEventListener('message', function handleIFrameMessage (e) {
var clinikoBookings = document.getElementById('cliniko-12137605');
if (typeof e.data !== 'string') return;
if (e.data.search('cliniko-bookings-resize') > -1) {
var height = Number(e.data.split(':')[1]);
clinikoBookings.style.height = height + 'px';
}
e.data.search('cliniko-bookings-page') > -1 && clinikoBookings.scrollIntoView();
});