I’ve inserted a Google Map into a page, but it won’t work without the Latitude and Longitude entered. To do this, the Lat. and Lon. are inserted into Javascript code, as shown below. This code is not a complete code, but just the problem area. Is there a way to insert EE variables into javascript like this? Thanks!
< script type="text/javascript" >
function initialize() {
var myLatlng = new google.maps.LatLng({ee_latitude},{ee_longitude});
< /script >