You have to set the marker option “optimized” to false in combination with the zIndex option.
var marker=new google.maps.Marker({
position:pin2,
optimized: false,
zIndex:99999999
});
This should solve your problem.
You have to set the marker option “optimized” to false in combination with the zIndex option.
var marker=new google.maps.Marker({
position:pin2,
optimized: false,
zIndex:99999999
});
This should solve your problem.