Adding a marker to GMaps (google maps)
问题 I'm trying to use this tool: http://software.stadtwerk.org/google_maps_colorizr/ to add colour to my google map, here is my example: http://jsfiddle.net/xUUxn/851/ The colour works fine, but now I can't seem to add any markers to it, I've tried putting this example code in: map.addMarker({ lat: -12.043333, lng: -77.028333, title: 'Lima', infoWindow: { content: '<p>HTML Content</p>' } }); But it doesn't seem to work, I'm not entirely sure where to put it or even if the references are correct.