Ciao,
la proprietà corretta è icon anche nella dichiarazione del primo marker.
Così dovrebbe andare.

codice:
var marker1 =new google.maps.Marker({
                position:new google.maps.LatLng(45.875488,10.313598),
                animation: google.maps.Animation.DROP,
                map: map,
                title:'luogo2',
                icon: image1 
            });