function createMarker(latlng, item) {
var marker = new google.maps.Marker({
position: latlng,
map: map
});
This part of the code . On the website it appears as a standard marker, it suits us all but red. How do I change it to another color?