<script src="http://maps.google.com/maps?file=api&v=2&key= (continua en la siguiente línea)
ABQIAAAA0W1qnKmPZawZNwAw8oyZGBQZmtnc9zhYqZK_GTI3Gu4YLOLg8hSCUHpASDwI054OMWEq4Lx2AZfSkA"
type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
map.setCenter(new GLatLng(37.4419, -122.1419), 13);
}
}
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
function otraPos() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
map.setCenter(new GLatLng(36.4419, -122.1419), 13);
}
}
//]]>
</script>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Página sin título</title>
</head>
<body onload="load()" onunload="GUnload()">
<form id="form1" runat="server">
<div>
<asp:Button ID="Button1" runat="server" Style="z-index: 100; left: 540px; position: absolute;
top: 15px" Text="Boton" />
</div>
<div id="map" style="width: 500px; height: 300px"></div>
</form>
</body>
</html>