From: khinester on
hello,
i am trying to figure out a way to extract this data
http://paste.lisp.org/display/112163 and put it into my own datastore.

so on the same page can i have another <javascript> to pull the values
out and then load them into my own datastore? or would i have to first
parse the
block and then load the values?
what will be the most efficient way to do this?

i have looked at the google API but am still unsure if it is possible,
for example Google maps allows this
http://www.tech-recipes.com/rx/2403/google_maps_get_latitude_longitude_values/

is anyone aware of how to do this directly? thanks