Google Map CORS issue

Street view shows up on the map. Moment you try to use it, CORS errors get logged. I think street view is simply not supported when you embed the map, but not sure how to get to the javascript side to disable street view.

Solution is fairly simple: disable street view controls.

  Options=@(new Dictionary<string, object> { { "disableDoubleClickZoom", true }, { "streetViewControl", false } })