function buscarProducto(busqueda){
	if (busqueda!="") {
		window.location.href = "/resultados.asp?buscar="+busqueda;
	}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

$().ready(function() {	
	$("#mapa_localizacion").gMap({
		latitude:               41.96457,
		longitude:              2.77559,
		zoom:                   14,
		markers:                [{latitude: 41.96457, longitude: 2.77559}],
		controls:               ["GSmallMapControl", "GMapTypeControl"],
		scrollwheel:            false,
		maptype:                G_NORMAL_MAP,
		html_prepend:           '<div class="gmap_marker">',
		html_append:            '</div>',
		

	
	});
});
