ok, I also tried calling the icons directly like this:

var marker = new google.maps.Marker({        
       id: id, 
       position: point, 
       map: map, 
       name: name, 
       icon: '
http://www.visitbigbend.com/map_images/icons/icons2/eat_hotels/hotel.png',
       type: type 
    }); 


And that didn't work, either.

All of the other data loads fine, like name, id, infowin, etc

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to