Warning: Cannot modify header information - headers already sent by (output started at /var/www/jonas-eriksen.dk/pic/private/index.php:1) in /var/www/jonas-eriksen.dk/pic/private/index.php on line 215
"use strict";
// initialize map
var map = new GMaps({
div: '#map',
lat: 23.078960,
lng: 72.623013
});
// Added a marker to the map
map.addMarker({
lat: 23.078960,
lng: 72.623013,
title: 'Airport',
infoWindow: {
content: 'Airport
Sardar Vallabhbhai Patel International Airport,
Ahmedabad
Website
'
}
});