FDOT.Map.create({
id: 'map',
containerSelector: '#mapContainer',
embedded: true,
appId: 'gev',
height: '100%',
width: '100%',
background: 'white',
source: 'http://tlbstws3.dot.state.fl.us/GISFramework/ClientBin/FDOT.GIS.Client.xap',
onReady: function() {
console.log('map initialization complete');
}
});