Google Maps API - Marker not showing
- by popnbrown
I'm trying to add markers for every single row from a table, that sits on the page. The page is http://www.sravanks.com/first/2013ftcmap.php
This is the JS code that's loading the markers:
$(document).ready(function() {
var mapOptions = {
center: new google.maps.LatLng(39.740, -89.503),
zoom: 7
};
var map = new…