// Initialize the map
// Set the initial map options
center: { lat: 37.7749, lng: -122.4194 }, // Default to San Francisco
// Create the map object
// Add a marker to the map
position: { lat: 37.7749, lng: -122.4194 }, // Marker position (San Francisco)