> Sorry for the lack of information. The website ishttp://aresh.inteeka.com/
You're calling your own createMarker() function from the XML parser like so - var marker = createMarker(point,MEDIA_LOCATION, DISPLAY_ADDRESS, PRICE, BEDROOMS, ... but your createMarker() expects something like - createMarker(point, min, summ, tabs, MEDIA_LOCATION, .... Whatever it's supplied as 'DISPLAY_ADDRESS' gets used as 'tabs', etc. The names don't have to match, its the positions that are important. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
