var coursesMap;
$("document").ready(function(){
	coursesMap = radMap( {
			modin : 51,
			jsonPath : 'map.json.php',
			container: 'map_container',
			width: '420px',
			height: '300px',
			draggable: true,
			mapControl: true,
			mapName: 'coursesMap',//
			popUpType: 'info', //overlay or info 
			popUpImg: false,
			popUpText: 'custom2',
			directions: false 
	});
});

