I have an app that is implementing Google Maps. I am dynamically generating map markers from a JSON model, with a function within the controller. The function is called from within a for loop (which loops through the JSON content) in the controller. Here is the line that sets the html for each entry in the JSON:I have an app that is implementing Google Maps.