> http://harshana.easypagez.com/display_final1.html
>
> For example if you select range 2 you can see 5 result and if you
> select range 5 you can see more result but again if you select range 2
> the earlier 5 result is not shown instead it just add to the bottem
> with range 5 result.

The extra markers go away alright, becuase there's this line
    map.clearOverlays();
when you kick off a new search.
Why not just blank the sidebar at the same time?
    document.getElementById("side_bar").innerHTML = "" ;
and the content assembly buffer
    side_bar_html = "" ;

--~--~---------~--~----~------------~-------~--~----~
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