Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.  //add an image to the left of the annotation
  2.    var leftImage = Titanium.UI.createImageView({
  3.      image: 'images/start.png',
  4.      width: 25,
  5.      height: 25
  6.    });
  7.    annotation.leftView = leftImage;