Я хочу изменить цвет с маркера по умолчанию
var marker = L.marker( [latitude, longitude], {markercolor:'red'}).addTo(map).bindPopup(data.Name);