Everything seems to be working fine up to the point of actually placing the marker on the map. It pulls the json file from the server extracts the coordinates and applies them to myLatlng "All I really need from the json file....for now". All variable and coordinates can be viewed and logged in the console. But still no marker. I am familiar with map.data.loadGeoJson('/static/json/data.json') and that works fine however I plan on doing some more advanced stuff with the data and need to be able to make changes to each individual marker down the road so this will not suite my needs, as far as I know.Everything seems to be working fine up to the p