LatLng cmu_information_systems = LatLng.newInstance(40.44152, -79.946123);
final MapWidget map = new MapWidget(cmu_information_systems, 2);
map.setSize("60em", "40em");
// Add some controls for the zoom level
map.addControl(new LargeMapControl());
map.setZoomLevel(16);
// Add a marker
map.addOverlay(new Marker(cmu_information_systems));
// Add an info window to highlight a point of interest