Hello Danish,

I have a suggestion you can try though I might be wrong. It seems to
me the infowindows are opened maximized on the first click so I think
the "if" part of you if else statement inside your createmarker()
function is returning as false. Try changing it from:

if(icontype == 'pushpin' || icontype == 'arrow') {...

to:

if(icontype === 'pushpin' || icontype === 'arrow') {...

Like I said I'm not sure but I think your icontypes might need to be
of the correct type and value, not just value. I'm just guessing.

On Oct 9, 1:24 am, Daniish <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am trying to make my marker infowindows open maximized - but at
> present this doesn't happen. Please can someone tell me why this is
> not working?
>
> www.globexposure.net/index.php
>
> Many thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to