google.load("maps", "2");
// Call this function when the page has been loaded
function initialize() {
    var map = renderMap();
}
google.setOnLoadCallback(initialize);
