Thanks for he suggestion, you are totally right. My page is: http://www.makucheff.com.mx/index_files/Page1347.htm
Reading other topics, I discovered 2 point that at the end fixed my problem. 1. Removing <!DOCTYPE html> at the beggininig fix the text not showing on the Chrome browser . Now is working well. 2. Removing the Shape: Shape, fixed the problem on IE and Chrome. I don't lnow why but in the version available was not working, and previous version did it well. for (var i = 0; i < locations.length; i++) { var beach = locations[i]; var myLatLng = new google.maps.LatLng(beach[1], beach[2]); var marker = new google.maps.Marker({ position: myLatLng, map: map, sahdow: shadow, icon: image, shape: shape, title: beach[0], zIndex: beach[3] }); } Now my issue is fixed. I appreciate all suggestions. Saludos XXER On 9 mar, 15:50, Rossko <ros...@culzean.clara.co.uk> wrote: > > Does any body have a suggestion??. > > Starte here , "READ THIS > FIRST"http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.