Using the WebBrowser control, you could get started with something as simple as this:
<Grid x:Name="LayoutRoot" Background="White">
<WebBrowser Source="http://maps.google.com/" />
</Grid>
http://www.microsoft.com/maps/
http://www.microsoft.com/maps/isdk/silverlight/