Hiya md,
I'm not sure how much bearing this has on your particular problem, but I notice that you have entered the coordinates:
latitude: '122.640380859375',
longitude: '37.995080447032976',
You have the lat & long coordinates mixed up, they should be:
latitude: '37.995080447032976',
longitude: '-122.640380859375',
(Also note the minus before the longitude).
This may be confusing google.


