// JavaScript Document
var mapElement = document.getElementById("map");
mapElement.style.display = "block";

new GMap(mapElement);

