I am using some code in my view as,
<body onload="initialize()">
<div id="map_canvas" class="span8" style="height:400px"></div>
</body>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBl7fhDpSzGAqljlW7OCJZBsq6oDlGeckw&sensor=false"></script>
<script src="<?php echo $BASE?>scripts/analytics/standard_prospects_physicallocations.js" type="text/javascript"></script>
I am getting city & state name from the server side controller but I want to show pointers to those city. How can it be done? If you are having any reference for that then suggest me.