<?xml version="1.0" encoding="utf-8"?>
<e:Map xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
   xmlns:e="http://schemas.esri.com/arcgis/client/2009"
   xmlns:esriMapping="http://schemas.esri.com/arcgis/mapping/2009"
   xmlns:cal="clr-namespace:Five20;assembly=Cal.Silverlight">
  <esriMapping:ScaleBarExtensions.ScaleBarMapUnit>Meters</esriMapping:ScaleBarExtensions.ScaleBarMapUnit>
  <e:Map.Extent>
    <e:Envelope XMin="-16334576.8010418" YMin="699595.291282528" XMax="-6812752.83654833" YMax="7913098.29468664">
      <e:Envelope.SpatialReference>
        <e:SpatialReference WKID="102100" />
      </e:Envelope.SpatialReference>
    </e:Envelope>
  </e:Map.Extent>
  <e:ArcGISTiledMapServiceLayer Url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" cal:LayerProps.IsBaseMapLayer="True" cal:LayerProps.Title="Streets"/>
</e:Map>
