Thanks a lot for both of you to comment.
But I m really new to this thing, can u please tell me what change in
the code can give me the result ?

Actually, i have a database of banks and their branches, all with
addresses and financial details. There are 8k banks and 100k branches.
So their financial information keeps changing, therefore, i need to
upload the source file each week to keep the database updated.

I tried to GeoCode at the time the data filled the database, but the
process was very slow, and due to google speed limit or daily geocode
limit, the process was stopped after 12-15 minutes and only filled
about 900 addresses out of 8k. So to geocode 8k and then 100k, is a
big problem for me. That is why i decided to GeoCode them when they
are requested.

On Apr 13, 11:38 pm, "[email protected]" <[email protected]>
wrote:
> On Apr 13, 11:18 am, Zeeshan <[email protected]> wrote:
>
> > Hi
>
> > Please take a look at this page :
>
> >http://www.usabanklocations.com/showbank.php?bank=Academy-Bank
>
> > You can see the map Code by (View Source)
>
> > Please let me know what is wrong in the code and why the Markers are
> > not appearing.
>
> 1. You shouldn't geocode know points everytime the page loads.  See
> Mike Williams' explaination in his tutorial:
> Part 17 Geocoding multiple addresseshttp://econym.org.uk/gmap/geomulti.htm
>
> 2. Your immediate problem is that your map is created in your onload
> function, after the page has loaded, but your calls to the geocoder
> happen inline, before the map is defined, so it is null.  You can't
> add the markers until after the map is created (and initialized with
> setCenter).
>
>   -- Larry
--~--~---------~--~----~------------~-------~--~----~
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