Usuń zielone linie na Mapach Google JS

/*Remove BicyclingLayer */
var bikeLayer = new google.maps.BicyclingLayer();
bikeLayer.setMap(map);
Adventurous Alligator