I corrected this problem by this trick:
If gmap.IsReady Then
m.Visible = False '<<<<<<<<<<<<<<<<<<<<<<<
Dim LL As LatLng
LL.Initialize (latitudes, longitudes)
m.Position = LL
AttachInfoWindow (m, "Nkala mpika raphael archangel")
'm.Title = "nkala mpika"
Sleep (60) '<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
m.Visible = True'<<<<<<<<<<<<<<<<<<<<<<<<<<<<
End If
