Phelan upload the map
feature initMap()
// The region of Uluru
var uluru = lat: , lng: ;
// The map, centered at Uluru
var map = new google.maps.Map(
record.getElementById('map'), zoom: four, center: uluru);
// The marker, located at Uluru
var marker = new google.maps.Marker(position: uluru, map: map);