var types = [];

types[1] = new GIcon(G_DEFAULT_ICON);
types[1].image = '/noRW_/gm_1.png';
types[1].shadow = '';
types[1].iconSize = new GSize(30, 30);
types[1].iconAnchor = new GPoint(2, 30);
types[1].infoWindowAnchor = new GPoint(2, 30);
types[1].markers = [];

types[2] = new GIcon(G_DEFAULT_ICON);
types[2].image = '/noRW_/gm_2.jpg';
types[2].shadow = '';
types[2].iconSize = new GSize(16, 16);
types[2].iconAnchor = new GPoint(0, 0);
types[2].infoWindowAnchor = new GPoint(0, 0);
types[2].markers = [];

