I want to add a z-index and a custom marker for each of the points on this map (http://www.parkplacetecehnologies.com/map/map1.html) within the createMarker variable. What do I need to add to my code?
I'm sure I need to declare these two items (z-index and icon file path) somewhere in the code and then define each in the var marker = createMarker as follows: var marker = createMarker(point,'Park Place Technologies<br>Corporate Headquarters<br>Chagrin Falls, OH',4,/map-icons/blue_short.png) -- 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.
