// ISU Information Marker
var isuIcon = new GIcon(G_DEFAULT_ICON);
isuIcon.image = '/images/markers/isuMarkerMain.png';
isuIcon.iconSize = new GSize(40, 42);
isuIcon.shadowSize = new GSize(0, 0);
isuIcon.imageMap = [0,0,40,0,40,42,0,42];
isuIcon.infoWindowAnchor = new GPoint(30, 5);

//Resident Hall Marker
var residentHallIcon = new GIcon(G_DEFAULT_ICON);
residentHallIcon.image = '/images/markers/residentHallsMarker.png';
residentHallIcon.iconSize = new GSize(20, 32);
//residentHallIcon.shadow = '/images/markers/markerShadow.png';
residentHallIcon.shadowSize = new GSize(0, 0);
residentHallIcon.imageMap = [0,0,20,0,20,32,0,32];
residentHallIcon.iconAnchor = new GPoint(10, 32);

//Security Marker
var emergencyPhoneIcon = new GIcon(G_DEFAULT_ICON);
emergencyPhoneIcon.image = '/images/markers/securityMarker.png';
emergencyPhoneIcon.iconSize = new GSize(20, 32);
//emergencyPhoneIcon.shadow = '/images/markers/markerShadow.png';
emergencyPhoneIcon.shadowSize = new GSize(0, 0);
emergencyPhoneIcon.imageMap = [0,0,20,0,20,32,0,32];

//Classroom Buildings
var classBuildingIcon = new GIcon(G_DEFAULT_ICON);
classBuildingIcon.image = '/images/markers/classBuildingMarker.png';
//classBuildingIcon.image = '/images/markers/alMarker.png';
classBuildingIcon.iconSize = new GSize(20, 32);
//mainBuildingIcon.shadow = '/images/markers/markerShadow.png';
classBuildingIcon.shadowSize = new GSize(0, 0);
classBuildingIcon.imageMap = [0,0,20,0,20,32,0,32];

//Adim Buildings
var adminBuildingIcon = new GIcon(G_DEFAULT_ICON);
adminBuildingIcon.image = '/images/markers/adminBuildingMarker.png';
adminBuildingIcon.iconSize = new GSize(20, 32);
//mainBuildingIcon.shadow = '/images/markers/markerShadow.png';
adminBuildingIcon.shadowSize = new GSize(0, 0);
adminBuildingIcon.imageMap = [0,0,20,0,20,32,0,32];

//Campus Dining
var foodIcon = new GIcon(G_DEFAULT_ICON);
foodIcon.image = '/images/markers/diningMarker.png';
foodIcon.iconSize = new GSize(20, 32);
foodIcon.shadowSize = new GSize(0, 0);
foodIcon.imageMap = [0,0,20,0,20,32,0,32];

//Arts & Entertainment
var entertainmentIcon = new GIcon(G_DEFAULT_ICON);
entertainmentIcon.image = '/images/markers/entertainmentMarker.png';
entertainmentIcon.iconSize = new GSize(20, 32);
//entertainmentIcon.shadow = '/images/markers/markerShadow.png';
entertainmentIcon.shadowSize = new GSize(0, 0);
entertainmentIcon.imageMap = [0,0,20,0,20,32,0,32];

var parkingVisitorIcon = new GIcon(G_DEFAULT_ICON);
parkingVisitorIcon.image = '/images/markers/parkingVisitorMarker.png';
parkingVisitorIcon.iconSize = new GSize(16, 16);
//parkingIcon.shadow = '/images/markers/markerShadow.png';
parkingVisitorIcon.shadowSize = new GSize(0, 0);
parkingVisitorIcon.imageMap = [0,0,16,0,16,16,0,16];
parkingVisitorIcon.iconAnchor = new GPoint(8, 8);

//Commuter Lots
var parkingCommuterIcon = new GIcon(G_DEFAULT_ICON);
parkingCommuterIcon.image = '/images/markers/parkingCommuterMarker.png';
parkingCommuterIcon.iconSize = new GSize(16, 16);
//parkingCommuterIcon.shadow = '/images/markers/markerShadow.png';
parkingCommuterIcon.shadowSize = new GSize(0, 0);
parkingCommuterIcon.imageMap = [0,0,16,0,16,16,0,16];
parkingCommuterIcon.iconAnchor = new GPoint(8, 8);

//Faculty Lots
var parkingFacultyIcon = new GIcon(G_DEFAULT_ICON);
parkingFacultyIcon.image = '/images/markers/parkingFacultyMarker.png';
parkingFacultyIcon.iconSize = new GSize(16, 16);
//parkingFacultyIcon.shadow = '/images/markers/markerShadow.png';
parkingFacultyIcon.shadowSize = new GSize(0, 0);
parkingFacultyIcon.imageMap = [0,0,16,0,16,16,0,16];
parkingFacultyIcon.iconAnchor = new GPoint(8, 8);

//Guaranteed Student Lots
var parkingStudentIcon = new GIcon(G_DEFAULT_ICON);
parkingStudentIcon.image = '/images/markers/parkingStudentMarker.png';
parkingStudentIcon.iconSize = new GSize(16, 16);
//parkingStudentIcon.shadow = '/images/markers/markerShadow.png';
parkingStudentIcon.shadowSize = new GSize(0, 0);
parkingStudentIcon.imageMap = [0,0,16,0,16,16,0,16];
parkingStudentIcon.iconAnchor = new GPoint(8, 8);

//Parking Meters
var parkingMeterIcon = new GIcon(G_DEFAULT_ICON);
parkingMeterIcon.image = '/images/markers/parkingMeterMarker.png';
parkingMeterIcon.iconSize = new GSize(20, 20);
//parkingMeterIcon.shadow = '/images/markers/markerShadow.png';
parkingMeterIcon.shadowSize = new GSize(0, 0);
parkingMeterIcon.imageMap = [0,0,20,0,20,20,0,20];
parkingMeterIcon.iconAnchor = new GPoint(8, 8);

var parkingIcon = new GIcon(G_DEFAULT_ICON);
parkingIcon.image = '/images/markers/parkingMarker.png';
parkingIcon.iconSize = new GSize(16, 16);
//parkingIcon.shadow = '/images/markers/markerShadow.png';
parkingIcon.shadowSize = new GSize(0, 0);
parkingIcon.imageMap = [0,0,16,0,16,16,0,16];
parkingIcon.iconAnchor = new GPoint(8, 8);

//POI
var poiIcon = new GIcon(G_DEFAULT_ICON);
poiIcon.image = '/images/markers/interestMarker.png';
poiIcon.iconSize = new GSize(20, 32);
//residentHallIcon.shadow = '/images/markers/markerShadow.png';
poiIcon.shadowSize = new GSize(0, 0);
poiIcon.imageMap = [0,0,20,0,20,32,0,32];

//Sports
var sportsIcon = new GIcon(G_DEFAULT_ICON);
sportsIcon.image = '/images/markers/sportsMarker.png';
sportsIcon.iconSize = new GSize(20, 32);
//sportsIcon.shadow = '/images/markers/markerShadow.png';
sportsIcon.shadowSize = new GSize(0, 0);
sportsIcon.imageMap = [0,0,20,0,20,32,0,32];

//Transportation
var transportationIcon = new GIcon(G_DEFAULT_ICON);
transportationIcon.image = '/images/markers/transportationMarker.png';
transportationIcon.iconSize = new GSize(20, 32);
transportationIcon.shadowSize = new GSize(0, 0);
residentHallIcon.imageMap = [0,0,20,0,20,32,0,32];

//Facilities
var facilitiesIcon = new GIcon(G_DEFAULT_ICON);
facilitiesIcon.image = '/images/markers/facilitiesMarker.png';
facilitiesIcon.iconSize = new GSize(20, 32);
//mainBuildingIcon.shadow = '/images/markers/markerShadow.png';
facilitiesIcon.shadowSize = new GSize(0, 0);
facilitiesIcon.imageMap = [0,0,20,0,20,32,0,32];

//Default
var defaultIcon = new GIcon(G_DEFAULT_ICON);
defaultIcon.image = '/images/markers/defaultMarker.png';
defaultIcon.iconSize = new GSize(20, 34);
//mainBuildingIcon.shadow = '/images/markers/markerShadow.png';
defaultIcon.shadowSize = new GSize(0, 0);
defaultIcon.imageMap = [0,0,20,0,20,32,0,32];

var uLab = new GIcon(G_DEFAULT_ICON);
uLab.image = '/images/markers/uLab.png';
uLab.iconSize = new GSize(20, 20);
uLab.shadowSize = new GSize(0, 0);
uLab.imageMap = [0,0,20,0,20,20,0,20];
uLab.iconAnchor = new GPoint(10, 10);

//Events
var eventsIcon = new GIcon(G_DEFAULT_ICON);
eventsIcon.image = '/images/markers/eventMarker.png';
eventsIcon.iconSize = new GSize(14, 14);
//mainBuildingIcon.shadow = '/images/markers/markerShadow.png';
eventsIcon.shadowSize = new GSize(0, 0);
eventsIcon.imageMap = [0, 0, 14, 0, 14, 14, 0, 14];
eventsIcon.iconAnchor = new GPoint(7, 7);

//Emergency Phones
var ePhoneIcon = new GIcon(G_DEFAULT_ICON);
ePhoneIcon.image = '/images/markers/ephoneMarker.png';
ePhoneIcon.iconSize = new GSize(19, 19);
//mainBuildingIcon.shadow = '/images/markers/markerShadow.png';
ePhoneIcon.shadowSize = new GSize(0, 0);
ePhoneIcon.imageMap = [0, 0, 19, 0, 19, 19, 0, 19];
ePhoneIcon.iconAnchor = new GPoint(9, 9);
