I have a problem that I can't change the size of the marker on my code. If someone can help me I apreciate it. Code:
var marker, i;
for (i = 0; i < locations.length; i++) {
marker = new google.maps.Marker({
position: new google.maps.LatLng(locations[i][3], locations[i][4]),
map: map,
icon:'custm-marker.png'
});