Аварийные службы лифтов Бронницы
'
infowindow[0] = new google.maps.InfoWindow({
content: contentString[0]
});
marker[0] = new google.maps.Marker({
position: new google.maps.LatLng(55.8860981,37.49319790000004),map: map,
icon: "/templates/images/mapyl.png",
title: "Асм-Сервис"
});
var title = '';
google.maps.event.addListener(marker[0], 'click', function(){infowindow[0].open(map,marker[0]);
});