Salut,
Je ne sais pas j'ai pas les source de ta page php.
C'est à toi de voir comment alléger ta fonction qui remplit ton javascript, contenant les données.
Peut être que tes données peuvent être placé dans un tableau et une fonction qui lit lit le tableau
Fait une fonction avec tout ça à l'intérieur et quelques paramètres, puis une boucle pour faire remplir les variables ca fera des economie de plus important dans le fichier php à transférer
icon.image = "http://alimentation.justacote.com/images/icone.gif";
icon.iconSize = new GSize(27, 19);
icon.iconAnchor = new GPoint(12, 20);
icon.infoWindowAnchor = new GPoint(5, 1);
var point2 = new GLatLng(49.183977, -0.359377);
var infoTabs2 = [new GInfoWindowTab("Presentation", "<table border='0' width='200'><tr><td align='left' valign='top'><a>Boucherie sabot</a><br /><a>25 boulevard alliés<br />14000 Caen</a><br /><br /><img
src='http://alimentation.justacote.com/images/etoile0.gif' alt='0/5'><br /><a>0 Avis</a><br /><br /
><a href=\"javascript:void(0)\" onclick=\"window.open('http://alimentation.justacote.com/caen-boucheries_charcuteries-1207-boucherie_sabot.html')\">» Accéder à la fiche</a></td></tr></table>" )];
var marker2 = new GMarker(point2,icon);
GEvent.addListener(marker2, "click", function() { marker2.openInfoWindowTabsHtml(infoTabs2);
});
map.addOverlay(marker2);