I\'m using a modal popup when users click the map on this page here, which brings up a larger map with directions.
The map isn\'t filling the entire space however an
$('#Map_Modal_ID').on('shown.bs.modal', function () { initialize(); });