Skip to content

Instantly share code, notes, and snippets.

@martin9700
Created January 3, 2014 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martin9700/8238566 to your computer and use it in GitHub Desktop.
Save martin9700/8238566 to your computer and use it in GitHub Desktop.
var image = 'http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=' + (i + 1) + '|FF0000|000000';
marker = new google.maps.Marker({
position: position,
map: map,
title: markers[i][0] + '\n' + markers[i][1],
icon: image
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment