I'm using google maps, and retrieving a custom field with PHP and inserting those coordinates into googlemaps using their API.
I'm stuck on the variable not working.
I should start again:
Can I split the var co
into Lat, Lng
Removing the " and the splitting after the comma?
var co = "-37.817852969252414,144.9671745300293";
var map;
var chicago = new google.maps.LatLng(Lat, Lng);