function create_icon() {
  var i = new GIcon();
  i.image = '/wp-content/themes/stikeleather/images/markers/image.png';
  i.shadow = '';
  i.iconSize = new GSize(15,17);
  i.shadowSize = new GSize(0,0);
  i.iconAnchor = new GPoint(8,9);
  i.infoWindowAnchor = new GPoint(8,9);
  i.printImage = '/wp-content/themes/stikeleather/images/markers/printImage.gif';
  i.mozPrintImage = '/wp-content/themes/stikeleather/images/markers/mozPrintImage.gif';
  i.printShadow = '';
  i.transparent = '/wp-content/themes/stikeleather/images/markers/transparent.png';
  i.imageMap = [14,0,14,1,14,2,14,3,14,4,14,5,14,6,14,7,14,8,14,9,14,10,14,11,14,12,14,13,14,14,14,15,14,16,0,16,0,15,0,14,0,13,0,12,0,11,0,10,0,9,0,8,0,7,0,6,0,5,0,4,0,3,0,2,0,1,0,0];
  return i;
}
$(document).unload(function() { GUnload(); });

