<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sanjuu, el Blog &#187; Internet</title>
	<atom:link href="http://blog.sanjuu.net/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sanjuu.net</link>
	<description>Viajes por la cibergalaxia</description>
	<lastBuildDate>Mon, 28 Mar 2011 17:28:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Creando un directorio con el API de Google Maps</title>
		<link>http://blog.sanjuu.net/2009/06/24/creando-un-directorio-con-el-api-de-google-maps/</link>
		<comments>http://blog.sanjuu.net/2009/06/24/creando-un-directorio-con-el-api-de-google-maps/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 09:13:16 +0000</pubDate>
		<dc:creator>Sanjuu</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mapas]]></category>
		<category><![CDATA[tecnología]]></category>

		<guid isPermaLink="false">http://blog.sanjuu.net/?p=287</guid>
		<description><![CDATA[El API de Google Maps nos permite infinidad de posibilidades para construir nuestros propios mapas e incrustarlos en nuestra web o blog. Sólo se requieren ciertos conocimientos de codificación en JavaScript y estar familiarizado con la Programación Orientada a Objetos. El uso de este API es totalmente gratuito y lo único que requieren es un [...]]]></description>
			<content:encoded><![CDATA[<p>El <a target="_blank" href="http://code.google.com/intl/es/apis/maps/">API de Google Maps</a> nos permite infinidad de posibilidades para construir nuestros propios mapas e incrustarlos en nuestra web o blog. Sólo se requieren ciertos conocimientos de codificación en <a target="_blank" href="http://es.wikipedia.org/wiki/JavaScript">JavaScript</a> y estar familiarizado con la <a target="_blank" href="http://es.wikipedia.org/wiki/Programaci%C3%B3n_orientada_a_objetos">Programación Orientada a Objetos</a>. El uso de este API es totalmente gratuito y lo único que requieren es un <a href="http://code.google.com/intl/es/apis/maps/signup.html">registro de una clave</a> de <a href="http://es.wikipedia.org/wiki/Interfaz_de_programaci%C3%B3n_de_aplicaciones" target="_blank">API</a> para poder usarla.</p>
<p>Una de las posibilidades más genericas, sencillas y útiles puede ser la creación de un directorio que muestre comercios, locales, restaurantes, bares, teatros, cines... en una determinada ciudad y los localice en el mapa. Dicho directorio constaría de 2 ficheros, un html para el mapa y un xml con la información de los locales:</p>
<p>El fichero HTML es el que genera el mapa mediante JavaScript</p>
<div class="igBar"><span id="lhtml-3"><a href="#" onclick="javascript:showPlainTxt('html-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-3">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/html.html"><span style="color: #000000; font-weight: bold;">&lt;html&gt;</span></a></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/head.html"><span style="color: #000000; font-weight: bold;">&lt;head&gt;</span></a></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/meta.html"><span style="color: #000000; font-weight: bold;">&lt;META</span></a> <span style="color: #000066;">HTTP-EQUIV</span>=<span style="color: #ff0000;">"Content-Type"</span> <span style="color: #000066;">CONTENT</span>=<span style="color: #ff0000;">"text/html;charset=ISO-8859-1"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/title.html"><span style="color: #000000; font-weight: bold;">&lt;title&gt;</span></a></span>Ejemplo de Google Maps API<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/title&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">&lt;script</span></a> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">"http://maps.google.com/maps?file=api&amp;amp;v=2&amp;amp;key={AQUI TU API KEY DE GMAPS}&amp;sensor=false"</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"text/javascript"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/script&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">&lt;script</span></a> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"text/javascript"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">//<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>!<span style="color: #66cc66;">&#91;</span>CDATA<span style="color: #66cc66;">&#91;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; var cm_mapMarkers = <span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#93;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; var cm_mapHTMLS = <span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#93;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; var map;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; function cm_markerClicked<span style="color: #66cc66;">&#40;</span>markerNum<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; cm_mapMarkers<span style="color: #66cc66;">&#91;</span>markerNum<span style="color: #66cc66;">&#93;</span>.openInfoWindowHtml<span style="color: #66cc66;">&#40;</span>cm_mapHTMLS<span style="color: #66cc66;">&#91;</span>markerNum<span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; //SI QUEREMOS CENTRAR EL MAPA EN EL PUNTO EN EL CUAL HACEMOS CLICK DESCOMENTAMOS LA SIGUIENTE LINEA</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; //map.setCenter<span style="color: #66cc66;">&#40;</span>cm_mapMarkers<span style="color: #66cc66;">&#91;</span>markerNum<span style="color: #66cc66;">&#93;</span>.getLatLng<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>, <span style="color: #cc66cc;color:#800000;">12</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; function cm_createMarker<span style="color: #66cc66;">&#40;</span>punto,nombre,html<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; var markerOpts = <span style="color: #66cc66;">&#123;</span><span style="color: #66cc66;">&#125;</span>;&nbsp; &nbsp; &nbsp; &nbsp; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; markerOpts = <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff0000;">"clickable"</span>: true,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff0000;">"labelText"</span>: nombre</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; var newPoint = punto;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; var marker = new GMarker<span style="color: #66cc66;">&#40;</span>newPoint, markerOpts<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; GEvent.addListener<span style="color: #66cc66;">&#40;</span>marker, <span style="color: #ff0000;">"click"</span>, function<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; marker.openInfoWindowHtml<span style="color: #66cc66;">&#40;</span>html<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; return marker;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; function load<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;map = new GMap2<span style="color: #66cc66;">&#40;</span>document.getElementById<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"map"</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;&nbsp; &nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;map.setCenter<span style="color: #66cc66;">&#40;</span>new GLatLng<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">37</span>.<span style="color: #cc66cc;color:#800000;">173452</span>, -<span style="color: #cc66cc;color:#800000;">3</span>.<span style="color: #cc66cc;color:#800000;">600104</span><span style="color: #66cc66;">&#41;</span>, <span style="color: #cc66cc;color:#800000;">12</span><span style="color: #66cc66;">&#41;</span>;&nbsp; &nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;map.addControl<span style="color: #66cc66;">&#40;</span>new GLargeMapControl<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; GDownloadUrl<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"markers.xml"</span>, function<span style="color: #66cc66;">&#40;</span><span style="color: #000066;">data</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var xml = GXml.parse<span style="color: #66cc66;">&#40;</span><span style="color: #000066;">data</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var markers = xml.documentElement.getElementsByTagName<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"marker"</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var divR = document.getElementById<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"marcas"</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var marcas = new Array<span style="color: #66cc66;">&#40;</span>markers.length<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066;">for</span> <span style="color: #66cc66;">&#40;</span>var i = <span style="color: #cc66cc;color:#800000;">0</span>; i &lt;markers.length; i++<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var <span style="color: #000066;">name</span> = markers<span style="color: #66cc66;">&#91;</span>i<span style="color: #66cc66;">&#93;</span>.getAttribute<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"nombre"</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var address = markers<span style="color: #66cc66;">&#91;</span>i<span style="color: #66cc66;">&#93;</span>.getAttribute<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"direccion"</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var city = markers<span style="color: #66cc66;">&#91;</span>i<span style="color: #66cc66;">&#93;</span>.getAttribute<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"localidad"</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var html = <span style="color: #ff0000;">"&lt;b&gt;</span>&quot; + name + &quot;<span style="color: #009900;">&lt;/b&gt;</span><span style="color: #009900;">&lt;br/&gt;</span>&quot; + address + &quot;<span style="color: #009900;">&lt;br/&gt;</span>&quot; + city;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var latlng = new GLatLng(parseFloat(markers[i].getAttribute(&quot;lat&quot;)),</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;parseFloat(markers[i].getAttribute(&quot;lng&quot;)));</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var marker = new cm_createMarker(latlng,name,html); //, {icon: newIcon});&nbsp; &nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; map.addOverlay(marker);</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cm_mapMarkers.push(marker);</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cm_mapHTMLS.push(html);</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var markerA = document.createElement(&quot;a&quot;);</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; markerA.setAttribute(&quot;href&quot;,&quot;javascript:cm_markerClicked('&quot; + i +&quot;')&quot;);</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var sidebarText= name;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; markerA.appendChild(document.createTextNode(sidebarText));</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; divR.appendChild(markerA);</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; divR.appendChild(document.createElement(&quot;br&quot;));&nbsp;&nbsp;&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; });&nbsp;&nbsp;&nbsp; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;}</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">//]]&gt;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;">&lt;/script&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;">&lt;/head&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;">&lt;body onload="</span>load<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #ff0000;">" onunload="</span>GUnload<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #ff0000;">"&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;">&lt;div id="</span>map<span style="color: #ff0000;">" style="</span>float:left;border: 1px black solid; <span style="color: #000066;">width</span>: 700px; <span style="color: #000066;">height</span>: 500px<span style="color: #ff0000;">"&gt;</span><span style="color: #009900;">&lt;/div&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;">&lt;div id="</span>marcas<span style="color: #ff0000;">" style="</span>margin-left:720px;text-<span style="color: #000066;">align</span>:left<span style="color: #ff0000;">"&gt;</span><span style="color: #009900;">&lt;b&gt;</span>Lista de Locales<span style="color: #009900;">&lt;/b&gt;</span>:<span style="color: #009900;">&lt;br&gt;</span><span style="color: #009900;">&lt;/div&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;">&lt;/body&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;">&lt;/html&gt;</span> </span></div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>El siguiente fichero XML (<a href="http://www.sanjuu.net/maps/markers.xml" target="_blank">markers.xml</a>) guarda la información de los puntos a representar en el mapa, hay que respetar la estructura.</p>
<div class="igBar"><span id="lxml-4"><a href="#" onclick="javascript:showPlainTxt('xml-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">XML:</span>
<div id="xml-4">
<div class="xml">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;</span>?xml <span style="color: #000066;">version</span>=<span style="color: #ff0000;">"1.0"</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">"ISO-8859-1"</span>?<span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;markers<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;marker</span> <span style="color: #000066;">nombre</span>=<span style="color: #ff0000;">"Sugarpop"</span> <span style="color: #000066;">direccion</span>=<span style="color: #ff0000;">"Gran Capitán 25"</span> <span style="color: #000066;">localidad</span>=<span style="color: #ff0000;">"18002, Granada"</span> <span style="color: #000066;">lat</span>=<span style="color: #ff0000;">"37.1774"</span> <span style="color: #000066;">lng</span>=<span style="color: #ff0000;">"-3.60538"</span><span style="font-weight: bold; color: black;">/&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;marker</span> <span style="color: #000066;">nombre</span>=<span style="color: #ff0000;">"Sala El Tren"</span> <span style="color: #000066;">direccion</span>=<span style="color: #ff0000;">"Ctra. Antigüa de Málaga s/n"</span> <span style="color: #000066;">localidad</span>=<span style="color: #ff0000;">"18015, Granada"</span> <span style="color: #000066;">lat</span>=<span style="color: #ff0000;">"37.190859"</span> <span style="color: #000066;">lng</span>=<span style="color: #ff0000;">"-3.635616"</span><span style="font-weight: bold; color: black;">/&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;marker</span> <span style="color: #000066;">nombre</span>=<span style="color: #ff0000;">"Booga Club"</span> <span style="color: #000066;">direccion</span>=<span style="color: #ff0000;">"C/ Santa Bárbara, 3"</span> <span style="color: #000066;">localidad</span>=<span style="color: #ff0000;">"18001, Granada"</span> <span style="color: #000066;">lat</span>=<span style="color: #ff0000;">"37.182939"</span> <span style="color: #000066;">lng</span>=<span style="color: #ff0000;">"-3.603344"</span><span style="font-weight: bold; color: black;">/&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;marker</span> <span style="color: #000066;">nombre</span>=<span style="color: #ff0000;">"Los Nogales"</span> <span style="color: #000066;">direccion</span>=<span style="color: #ff0000;">"Camino Puente Palo s/n"</span> <span style="color: #000066;">localidad</span>=<span style="color: #ff0000;">"181894, Granada"</span> <span style="color: #000066;">lat</span>=<span style="color: #ff0000;">"37.148603"</span> <span style="color: #000066;">lng</span>=<span style="color: #ff0000;">"-3.633707"</span><span style="font-weight: bold; color: black;">/&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;marker</span> <span style="color: #000066;">nombre</span>=<span style="color: #ff0000;">"Planta Baja"</span> <span style="color: #000066;">direccion</span>=<span style="color: #ff0000;">"C/ Horno Abad 11"</span> <span style="color: #000066;">localidad</span>=<span style="color: #ff0000;">"18002, Granada"</span> <span style="color: #000066;">lat</span>=<span style="color: #ff0000;">"37.176400"</span> <span style="color: #000066;">lng</span>=<span style="color: #ff0000;">"-3.604213"</span><span style="font-weight: bold; color: black;">/&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;marker</span> <span style="color: #000066;">nombre</span>=<span style="color: #ff0000;">"Organ Jazz"</span> <span style="color: #000066;">direccion</span>=<span style="color: #ff0000;">"Carretera de Sierra Nevada 100"</span> <span style="color: #000066;">localidad</span>=<span style="color: #ff0000;">"18190, Cenes de la Vega"</span> <span style="color: #000066;">lat</span>=<span style="color: #ff0000;">"37.1584"</span> <span style="color: #000066;">lng</span>=<span style="color: #ff0000;">"-3.5359"</span><span style="font-weight: bold; color: black;">/&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;marker</span> <span style="color: #000066;">nombre</span>=<span style="color: #ff0000;">"La Telonera"</span> <span style="color: #000066;">direccion</span>=<span style="color: #ff0000;">"C/ Londres"</span> <span style="color: #000066;">localidad</span>=<span style="color: #ff0000;">"18100, Armilla"</span> <span style="color: #000066;">lat</span>=<span style="color: #ff0000;">"37.148"</span> <span style="color: #000066;">lng</span>=<span style="color: #ff0000;">"-3.62272"</span><span style="font-weight: bold; color: black;">/&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;marker</span> <span style="color: #000066;">nombre</span>=<span style="color: #ff0000;">"Pub Warhol"</span> <span style="color: #000066;">direccion</span>=<span style="color: #ff0000;">"C/ San José, 69"</span> <span style="color: #000066;">localidad</span>=<span style="color: #ff0000;">"18650, Dúrcal"</span> <span style="color: #000066;">lat</span>=<span style="color: #ff0000;">"36.9921"</span> <span style="color: #000066;">lng</span>=<span style="color: #ff0000;">"-3.57021"</span><span style="font-weight: bold; color: black;">/&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;marker</span> <span style="color: #000066;">nombre</span>=<span style="color: #ff0000;">"Sala Who"</span> <span style="color: #000066;">direccion</span>=<span style="color: #ff0000;">"C/ Dr. Guirao Gea"</span> <span style="color: #000066;">localidad</span>=<span style="color: #ff0000;">"18012, Granada"</span> <span style="color: #000066;">lat</span>=<span style="color: #ff0000;">"37.186401"</span> <span style="color: #000066;">lng</span>=<span style="color: #ff0000;">"-3.604975"</span><span style="font-weight: bold; color: black;">/&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/markers<span style="font-weight: bold; color: black;">&gt;</span></span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Finalmente <a target="_blank" href="http://www.sanjuu.net/maps/index2.php">aquí</a> tenemos el resultado. Como se puede ver con pocas líneas de código se consiguen cosas bastante interesantes. Guiándonos con la <a target="_blank" href="http://code.google.com/intl/es/apis/maps/documentation/reference.html">referencia completa</a> del API y con un poco de imaginación será muy fácil conseguir lo que queramos.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Comparte esta entrada:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.sanjuu.net%2F2009%2F06%2F24%2Fcreando-un-directorio-con-el-api-de-google-maps%2F&amp;t=Creando%20un%20directorio%20con%20el%20API%20de%20Google%20Maps" title="Facebook"><img src="http://blog.sanjuu.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.sanjuu.net%2F2009%2F06%2F24%2Fcreando-un-directorio-con-el-api-de-google-maps%2F&amp;title=Creando%20un%20directorio%20con%20el%20API%20de%20Google%20Maps&amp;annotation=El%20API%20de%20Google%20Maps%20nos%20permite%20infinidad%20de%20posibilidades%20para%20construir%20nuestros%20propios%20mapas%20e%20incrustarlos%20en%20nuestra%20web%20o%20blog.%20S%C3%B3lo%20se%20requieren%20ciertos%20conocimientos%20de%20codificaci%C3%B3n%20en%20JavaScript%20y%20estar%20familiarizado%20con%20la%20Programaci%C3%B3" title="Google Bookmarks"><img src="http://blog.sanjuu.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Creando%20un%20directorio%20con%20el%20API%20de%20Google%20Maps%20-%20http%3A%2F%2Fblog.sanjuu.net%2F2009%2F06%2F24%2Fcreando-un-directorio-con-el-api-de-google-maps%2F" title="Twitter"><img src="http://blog.sanjuu.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.sanjuu.net%2F2009%2F06%2F24%2Fcreando-un-directorio-con-el-api-de-google-maps%2F&amp;title=Creando%20un%20directorio%20con%20el%20API%20de%20Google%20Maps" title="Live"><img src="http://blog.sanjuu.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fblog.sanjuu.net%2F2009%2F06%2F24%2Fcreando-un-directorio-con-el-api-de-google-maps%2F&amp;t=Creando%20un%20directorio%20con%20el%20API%20de%20Google%20Maps&opener=bm&amp;ei=UTF-8&amp;d=El%20API%20de%20Google%20Maps%20nos%20permite%20infinidad%20de%20posibilidades%20para%20construir%20nuestros%20propios%20mapas%20e%20incrustarlos%20en%20nuestra%20web%20o%20blog.%20S%C3%B3lo%20se%20requieren%20ciertos%20conocimientos%20de%20codificaci%C3%B3n%20en%20JavaScript%20y%20estar%20familiarizado%20con%20la%20Programaci%C3%B3" title="Yahoo! Bookmarks"><img src="http://blog.sanjuu.net/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.sanjuu.net%2F2009%2F06%2F24%2Fcreando-un-directorio-con-el-api-de-google-maps%2F&amp;title=Creando%20un%20directorio%20con%20el%20API%20de%20Google%20Maps&amp;bodytext=El%20API%20de%20Google%20Maps%20nos%20permite%20infinidad%20de%20posibilidades%20para%20construir%20nuestros%20propios%20mapas%20e%20incrustarlos%20en%20nuestra%20web%20o%20blog.%20S%C3%B3lo%20se%20requieren%20ciertos%20conocimientos%20de%20codificaci%C3%B3n%20en%20JavaScript%20y%20estar%20familiarizado%20con%20la%20Programaci%C3%B3" title="Digg"><img src="http://blog.sanjuu.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.sanjuu.net%2F2009%2F06%2F24%2Fcreando-un-directorio-con-el-api-de-google-maps%2F&amp;t=Creando%20un%20directorio%20con%20el%20API%20de%20Google%20Maps&amp;s=El%20API%20de%20Google%20Maps%20nos%20permite%20infinidad%20de%20posibilidades%20para%20construir%20nuestros%20propios%20mapas%20e%20incrustarlos%20en%20nuestra%20web%20o%20blog.%20S%C3%B3lo%20se%20requieren%20ciertos%20conocimientos%20de%20codificaci%C3%B3n%20en%20JavaScript%20y%20estar%20familiarizado%20con%20la%20Programaci%C3%B3" title="Tumblr"><img src="http://blog.sanjuu.net/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.sanjuu.net%2F2009%2F06%2F24%2Fcreando-un-directorio-con-el-api-de-google-maps%2F&amp;title=Creando%20un%20directorio%20con%20el%20API%20de%20Google%20Maps&amp;notes=El%20API%20de%20Google%20Maps%20nos%20permite%20infinidad%20de%20posibilidades%20para%20construir%20nuestros%20propios%20mapas%20e%20incrustarlos%20en%20nuestra%20web%20o%20blog.%20S%C3%B3lo%20se%20requieren%20ciertos%20conocimientos%20de%20codificaci%C3%B3n%20en%20JavaScript%20y%20estar%20familiarizado%20con%20la%20Programaci%C3%B3" title="del.icio.us"><img src="http://blog.sanjuu.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.sanjuu.net%2F2009%2F06%2F24%2Fcreando-un-directorio-con-el-api-de-google-maps%2F" title="Technorati"><img src="http://blog.sanjuu.net/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sanjuu.net%2F2009%2F06%2F24%2Fcreando-un-directorio-con-el-api-de-google-maps%2F&amp;title=Creando%20un%20directorio%20con%20el%20API%20de%20Google%20Maps&amp;source=Sanjuu%2C+el+Blog+Viajes+por+la+cibergalaxia&amp;summary=El%20API%20de%20Google%20Maps%20nos%20permite%20infinidad%20de%20posibilidades%20para%20construir%20nuestros%20propios%20mapas%20e%20incrustarlos%20en%20nuestra%20web%20o%20blog.%20S%C3%B3lo%20se%20requieren%20ciertos%20conocimientos%20de%20codificaci%C3%B3n%20en%20JavaScript%20y%20estar%20familiarizado%20con%20la%20Programaci%C3%B3" title="LinkedIn"><img src="http://blog.sanjuu.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Creando%20un%20directorio%20con%20el%20API%20de%20Google%20Maps&amp;body=http%3A%2F%2Fblog.sanjuu.net%2F2009%2F06%2F24%2Fcreando-un-directorio-con-el-api-de-google-maps%2F" title="email"><img src="http://blog.sanjuu.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://blog.sanjuu.net/feed/" title="RSS"><img src="http://blog.sanjuu.net/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.sanjuu.net%2F2009%2F06%2F24%2Fcreando-un-directorio-con-el-api-de-google-maps%2F&amp;partner=sociable" title="Print"><img src="http://blog.sanjuu.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.sanjuu.net/2009/06/24/creando-un-directorio-con-el-api-de-google-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

