Palmer add the map
characteristic initMap()
// The location of Uluru
var uluru = lat: , lng: ;
// The map, centered at Uluru
var map = new google.maps.Map(
file.getElementById('map'), zoom: four, middle: uluru);
// The marker, located at Uluru
var marker = new google.maps.Marker(position: uluru, map: map);