Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/07/2009, 16:43
Avatar de Quclii
Quclii
 
Fecha de Ingreso: julio-2008
Ubicación: Guadalajara
Mensajes: 76
Antigüedad: 15 años, 9 meses
Puntos: 0
Pregunta Problema mio o de Google ?

Este es mi problema puse un Google Map en mi pagina pero el marcador no me aparece solo aparece un recuadro gris que puedo hacer para solucionarlo ?

aqui les pongo la imagen de lo que me aparece

espero y me puedan ayudar


http:// autopartesac.com/Mapa .html

bueno esque no se si tengo que tener yo la imagen del globo o que tengo que hacer solo tengo eh hecho el escript

<script src="http://maps.google.com/maps?file=api&v=1&key=
ABQIAAAA6V-OPAitk-Amh_3Gw93qbhSdhwU8TDmU0MvOfoF-yVrx-KBnmRQBd34aIWvs9IPddxvouH5Krt5Fpw" type="text/javascript"></script>


<script type="text/javascript">
//<![CDATA[
window.onload = showMap;
function showMap()
{
var map = new GMap(document.getElementById("map"));
map.addControl(new GSmallMapControl());
map.centerAndZoom(new GPoint(-103.334635, 20.652565),8 );
map.addOverlay(new GMarker(new GPoint(-103.334635, 20.652565)));
}
//]]>
</script>

Última edición por Quclii; 29/07/2009 a las 20:00 Razón: Muestro el script