I have a standard map with a single marker and a basic info window associated to it. When creating the map in a page by itself, this functionality is working cross-browsers as expected.
When I integrate the map to an existing site, I am experiencing different functionality on the marker click event across browser. In IE, when clicking the marker, the info window opens however the map pans to a different spot. This spot is about 200 pixels or so below the marker/info window. I understand that the map will pan some so the entire info window can be shown, however, it seems to pan more than necessary. In Safari/Chrome, the mouse click event on the marker never seems to be wired up. Mousing over the marker or clicking on the marker does nothing. In Firefox, everything seems to be working fine. My first guess is that the issue is related to the hierarchy of the map within the page (multiple nested divs) or the styles added to the page. A couple notes/constraints about my implementation: This is being hosted on a classic ASP page that is actually included in another ASP page. I don't have access to the head section of the containing page. Therefore, my javascript references for the Maps API, jQuery API, etc. are included inline in my includes file. I have my local test page configured this way and it works fine, so I don't suspect this is the issue. Just something to be aware of. Here is a link to the page containing the map: http://www.sibcycline.com/viewlistingmap.asp?mls=1146737&b=CIN&p=RESI&s=SFRD&m=1&sender=SearchResults&a=5425-Brillwood-Ln-Indian-Hill-OH-45243 Any help would be greatly appreciated! -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en.
