There are a couple problems with this doc. One is that the JS looks for #map_ID and the html provides id="map". I worked through that.
Once that's fixed we get this error:
Uncaught Error: Set map center and zoom first.
This despite the fact that they are indeed set. I don't know JS well enough to debug this. Any ideas?