I am currently setting contact properties using the Identify function in JS. Can I acccess the company properties also?
Welcome, @bcervin.
No; at this time, the Identify a visitor function only interacts with contact objects.
To set company properties, you will need to ping an external server (since the Companies API does not support CORS requests), and then call this or this endpoint.