I get the following error trying to declare
var directionsService = new google.maps.DirectionsService();
The error in my console
TypeError: Result of expression 'google.maps.DirectionsService' [undefined] is not a constructor.
Any ideas?