I created the following map using the google maps API, but now I'm having trouble editing it. http://www.renohotelreviews.com/maps_old.html What I would like to do: Remove the side links and just have the map. When I do this it won't display-> http://www.renohotelreviews.com/map.html Any ideas what I'm doing wrong?
Looks like you need to remove this: // put the assembled sidebar_html contents into the sidebar div document.getElementById("sidebar").innerHTML = sidebar_html; Code (markup): Also, any reference in the Javascript to the variable sidebar_html should be removed or commented out. Also remove the DIV with the ID of sidebar.
Thanks for your reply. I tried removing all references to the sidebar_html and also the DIV for the sidebark, but the map still won't display.