var todayicon = new GIcon(G_DEFAULT_ICON);
todayicon.image = '/images/markers/green_blank.png';
var oloicon = new GIcon(G_DEFAULT_ICON);
oloicon.image = '/images/markers/green_olo.png';
var targeticon = new GIcon();
targeticon.image = '/images/markers/target.png';
targeticon.iconSize = new GSize(25, 25);
targeticon.iconAnchor = new GPoint(12, 12);
targeticon.infoWindowAnchor = new GPoint(12, 12);


var tripResultIcon = oloicon;
var redcaricon = new GIcon(G_DEFAULT_ICON);
redcaricon.image = '/images/markers/redcar.png';
redcaricon.iconSize = new GSize(14, 14);
redcaricon.iconAnchor = new GPoint(7, 7);
redcaricon.shadow = ""

var tomorrowicon = new GIcon(G_DEFAULT_ICON);
tomorrowicon.image = '/images/markers/orange_blank.png';
var nexttomorrowicon = new GIcon(G_DEFAULT_ICON);
nexttomorrowicon.image = '/images/markers/blue_blank.png';
var memarker_icon = new GIcon(G_DEFAULT_ICON);
memarker_icon.iconSize = new GSize(30, 28);
memarker_icon.iconAnchor = new GPoint(15, 15);
memarker_icon.shadow = "/images/markers/star-shadow.png"
memarker_icon.shadowSize = new GSize(41, 29)
memarker_icon.imageMap = [15, 0, 20, 10, 30, 10, 23, 18, 25, 28, 15, 23, 6, 28, 7, 18, 0, 11, 10, 10]
memarker_icon.image = '/images/markers/star.png';
var memarker;

// Create our "tiny" marker icon
var gSmallIcon = new GIcon();
gSmallIcon.image = "http://labs.google.com/ridefinder/images/mm_20_yellow.png";
gSmallIcon.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
gSmallIcon.iconSize = new GSize(12, 20);
gSmallIcon.shadowSize = new GSize(22, 20);
gSmallIcon.iconAnchor = new GPoint(6, 20);
gSmallIcon.infoWindowAnchor = new GPoint(5, 1);
gSmallIcon = targeticon;
